Hi everyone,
I'm attempting to load and run the ipnc demo ramdisk and I have run into a problem I have not been able to figure out or find a solution for searching the forums.
The Kernel is loading and I get as far as...
....
P-Config: Got DHCP answer from 0.0.0.0, my address is 192.168.1.40IP-Config: Complete: device=eth0, addr=192.168.1.40, mask=255.255.255.0, gw=192.168.1.1, host=192.168.1.40, domain=, nis-domain=(none), bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath=RAMDISK: ext2 filesystem found at block 0RAMDISK: Loading 27648KiB [1 disk] into ram disk... done.VFS: Mounted root (ext2 filesystem).Freeing init memory: 184KFailed to execute /sbin/init. Attempting defaults...Kernel panic - not syncing: No init found. Try passing init= option to kernel
my environment is:
bootdelay=1baudrate=115200bootfile="uImage"filesize=5CDD50fileaddr=82000000ipaddr=192.168.1.100serverip=192.168.1.34bootcmd=nand read 0x82000000 0x1000000 0xb00000;nboot 0x80700000 0 0x400000;bootm 0x80700000bootargs=console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0x82000000,11M mem=60M init=/sbin/initstdin=serialstdout=serialstderr=serialethaddr=00:0C:0C:A0:02:b5ver=U-Boot 1.3.4-svn56 (Mar 24 2011 - 13:53:45)
I have mounted the ramdisk_ncip_dm365.gz file I loaded onto the board in my x86 linux machine and it seems fine, I can browse it. The /init link to /sbin/init is there, looks like it should be readeable by root.
I have the following bad blocks
Leopard 365 :>nand bad
Device 0 bad blocks: 0ff80000 0ffa0000 0ffc0000 0ffe0000
However , unless I misunderstand the addressing I don't think the ramdisk has been written near those bad blocks. Any insight would be greatly appreciated, I'm stuck.