Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by hippo@Jun 1 2006, 08:39 AM the "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"
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15764)
--- quote end ---
--- Quote End --- hi hippo I can find "init" in mnt dir on uclinux. <div class='quotetop'>QUOTE </div> --- Quote Start --- BusyBox v1.1.1-pre0 (2006.04.20-12:52+0000) Built-in shell (msh) Enter 'help' for a list of built-in commands. # mount -t jffs2 /dev/mtdblock0 /mnt# cd /mnt# ls -l lrwxrwxrwx 1 root root 10 Nov 29 17:02 init -> /sbin/init # cd /# umount /mnt# [/b] --- Quote End --- Why i disable initramfs patch to empty that can not boot kernel successfully for every time ? and how to do that next step ? Thx !!!!!!!!!!