Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to use jffs2 in flash ?
hi hippo I can cp -a some dirs to /mnt on uclinux with using initramfs. In other word, i have build rootfs in my flash(mtdblock0)that can mount it to /mnt dir, and i can see some dirs in /mnt...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by hippo@Jun 3 2006, 09:31 PM i will trace this problem later when i have spare time.
for now, you can boot with initramfs, and put your user apps and data on jffs2 drive. you can copy them from usb disk to jffs2. or try mkfs.jffs2.
root on jffs2 will save only around 300 kb.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15851)
--- quote end ---
--- Quote End --- hi hippo Thank you very much ! I have not try to copy files from usb disk to jffs2 drive yet. but i think that is OK.