Hi Eric/all,
I have seen the 'hacking-ram-disks', but I do not have a ramdisk to hack. I need
to create one. Can I just use the NFS root tarball - and go through your re-packing
procedure (the 'find | cpio | gzip > ramdisk.cpi.gz' & mkimage)
I did this, but it crashes ~I am still having troubles. I am thinking I had something wrong
with the bootargs and/or bootcmd.
Here is the crash:
>> IP-Config: Complete:
>> device=eth0, addr=10.160.8.180, mask=255.255.255.0, gw=10.160.8.1,
>> host=10.160.8.180, domain=endo.san, nis-domain=(none),
>> bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath=
>>VFS: Unable to mount root fs via NFS, trying floppy.
>>VFS: Cannot open root device "ram0" or unknown-block(2,0)
yes, I have a /dev/ram0 in this image!
FYI - I am using the following bootargs
console=ttymxc1,115200 ip=dhcp root=/dev/ram0 rw
My ramdisk is ~24Meg - and I am downloading this ramdisk to 0x1100_0000, so my bootm:
bootm 0x10800000 0x11000000
Can somebody help me?
Tom
Message was edited by: Thomas Morrison (adding the u-boot command)