Forum Discussion
Altera_Forum
Honored Contributor
19 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- # mount -t jffs2 /dev/mtdblock0 /mnt# ls /mnt# cd /proc# more mounts rootfs / rootfs rw 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 none /proc/bus/usb usbfs rw 0 0 /dev/mtdblock0 /mnt jffs2 rw 0 0# umount /mnt[/b] --- Quote End --- Hi hippo Thank u !!!! It seems that I can mount mtdblock0 to mnt dir. I will disable initramfs option in kernel configure and copy rootfs to mnt dir ,then rebuild kernel. Thx !