Forum Discussion
Altera_Forum
Honored Contributor
20 years agoabout cfi-flash for DE2 board....
hi hippo my cif-flash addr is 0x0800000. Dose i need to change my cfi-flash addr mapping MTD partition of altera.c ? Thx !
Altera_Forum
Honored Contributor
20 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"