Forum Discussion
Altera_Forum
Honored Contributor
19 years agoIf you want to root fs on the jffs2 drive, erase the flash, and on Nios II uClinux,
mount -t jffs2 /dev/mtdblock0 /mnt
cd /mnt
mkdir proc sys var tmp mnt
cp -a init /etc /dev /bin /sbin /lib /usr /root /home .
umount /mnt Config kernel command line "root=/dev/mtdblock0 rootfstype=jffs2" , and empty the initramfs path. Then rebuild kernel.