Forum Discussion
Altera_Forum
Honored Contributor
19 years agothe "init= " is not needed.
Try initramfs again, and mount the jffs2 to /mnt Check if you have /mnt/init, which is sym-link. if you do not have it, copy it again. mount -t jffs2 /dev/mtdblock0 /mnt cd /mnt ls -l cp -a /init . cd / umount /mnt Config kernel command line "root=/dev/mtdblock0 rw rootfstype=jffs2"