Altera_Forum
Honored Contributor
20 years agobusybox error
when i built busybox according <linux referece guide>, everythings gone well
except when linux startup, the error comes: <div class='quotetop'>QUOTE </div> --- Quote Start --- Creating 4 MTD partitions on "Altera NDK flash (AMD)": 0x00200000-0x00600000 : "romfs/jffs2" 0x00000000-0x00200000 : "loader/kernel" 0x00600000-0x00700000 : "User configuration" 0x00700000-0x00800000 : "safe configuration" i2c /dev entries driver i2c-oc: i2c Opencores adapter driver Opencores i2c algorithm module NET: Registered protocol family 2 IP: routing cache hash table of 512 buckets, 4Kbytes TCP established hash table entries: 1024 (order: 1, 8192 bytes) TCP bind hash table entries: 1024 (order: 0, 4096 bytes) TCP: Hash tables configured (established 1024 bind 1024) NET: Registered protocol family 1 NET: Registered protocol family 17 VFS: Mounted root (romfs filesystem) readonly. Freeing unused kernel memory: 60k freed (0x116e000 - 0x117c000) Kernel panic - not syncing: No init found. Try passing init= option to kernel.[/b] --- Quote End --- I guess it is because of no init.lnk in /bin but in /sbin So I copy /sbin/init.lnk to /bin, but failed again,the same error occured. Can you help me?