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.40
IP-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 0
RAMDISK: Loading 27648KiB [1 disk] into ram disk... done.
VFS: Mounted root (ext2 filesystem).
Freeing init memory: 184K
Failed to execute /sbin/init. Attempting defaults...
Kernel panic - not syncing: No init found. Try passing init= option to kernel

my environment is:

bootdelay=1
baudrate=115200
bootfile="uImage"
filesize=5CDD50
fileaddr=82000000
ipaddr=192.168.1.100
serverip=192.168.1.34
bootcmd=nand read 0x82000000 0x1000000 0xb00000;nboot 0x80700000 0 0x400000;bootm 0x80700000
bootargs=console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0x82000000,11M mem=60M init=/sbin/init
stdin=serial
stdout=serial
stderr=serial
ethaddr=00:0C:0C:A0:02:b5
ver=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.