运行2.6内核是,上面还有近千行,
Bad eraseblock 1547 at 0x0182c000
Bad eraseblock 1548 at 0x01830000
Bad eraseblock 1549 at 0x01834000
Bad eraseblock 1550 at 0x01838000
Bad eraseblock 1551 at 0x0183c000
Bad eraseblock 1552 at 0x01840000
Bad eraseblock 1553 at 0x01844000
Bad eraseblock 1554 at 0x01848000
Bad eraseblock 1555 at 0x0184c000
Creating 5 MTD partitions on "NAND 64MiB 3,3V 8-bit":
0x00000000-0x00020000 : "vivi"
0x00020000-0x00030000 : "param"
0x00030000-0x001f0000 : "kernel"
0x00200000-0x00220000 : "root"
0x00400000-0x040f8000 : "user"
mtd: partition "user" extends beyond the end of device "NAND 64MiB 3,3V 8-bit" -- size truncated to 0x3c00000
mice: PS/2 mouse device common for all mice
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 2, 16384 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
TCP bic registered
NET: Registered protocol family 1
Reading data from NAND FLASH without ECC is not recommended
VFS: Mounted root (cramfs filesystem) readonly.
Mounted devfs on /dev
Freeing init memory: 96K
Error -3 while decompressing!
c036c3f0(-977428)->c3e01000(4096)
Error -3 while decompressing!
c02823f8(-1104412)->c3e02000(4096)
Failed to execute /linuxrc. Attempting defaults...
Kernel panic - not syncing: No init found. Try passing init= option to kernel
运行2.6内核就出现了这样的问题啦,特别是Error -3 while decompressing!
c036c3f0(-977428)->c3e01000(4096)
Error -3 while decompressing!
c02823f8(-1104412)->c3e02000(4096)不能理解,请大家帮我看一下,是怎么回事?谢谢!
把linuxrc文件删除掉,居然还能启动.启动配置:init=/linuxrc.启动信息如下:
IP-Config: Complete:
device=eth0, addr=192.168.1.6, mask=255.255.255.0, gw=192.168.1.254,
host=arm, domain=, nis-domain=(none),
bootserver=192.168.1.8, rootserver=192.168.1.8, rootpath=
Looking up port of RPC 100003/2 on 192.168.1.8
Looking up port of RPC 100005/1 on 192.168.1.8
VFS: Mounted root (nfs filesystem) readonly.
Freeing init memory: 136K
Failed to execute /linuxrc. Attempting defaults...
console=/dev/console
init started: BusyBox v0.60.3 (2002.05.13-08:36+0000) multi-call binary
Starting pid 745, console /dev/console: '/etc/init.d/rcS'
Bummer, could not run '/etc/init.d/rcS': No such file or directory
Waiting for enter to start '/bin/sh' (pid 747, terminal /dev/console)
Please press Enter to activate this console.
Starting pid 747, console /dev/console: '/bin/sh'
BusyBox v0.60.3 (2002.05.13-08:36+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
# ls
bin etc linuette mnt qt tmp var
dev lib linuxrc~ proc sbin usr
# ls
bin etc linuette mnt qt tmp var
dev lib linuxrc~ proc sbin usr
#