[U-Boot-Users] Newbie needs help with RAMDISK

Hi, I'm new to u-boot and would like to mount my rootfile system on a RAM disk. Its an arm 9 target. I'm using a book from KARIM YAGHMOUR called Building Embedded Linux systems as a reference guide to help with creating the RAM disk and understand the features of u-boot. (There's a really good section on u-boot in this book). I've managed to create the ramdisk, download it to my target but when I boot I get this message (only relevant sections included):
Kernel command line: root=/dev/ram ...... ...... RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize ...... ..... cramfs: wrong magic FAT: bogus logical sector size 65535 Kernel panic: VFS: Unable to mount root fs on 01:00
AAgh!!! Where could I have gone wrong!! I know this is a voluntary site but if someone could give me some give me a few hints then thanks.
Luke F
_________________________________________________________________ Express yourself with cool new emoticons http://www.msn.co.uk/specials/myemo

Dear Luke,
in message BAY10-F113QOTQWKySS0001f3e9@hotmail.com you wrote:
I've managed to create the ramdisk, download it to my target but when I boot I get this message (only relevant sections included):
Kernel command line: root=/dev/ram
Actually this is a Linux problem. Strictly speaking, this is off topic on the U-Boot list.
...... RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize ...... ..... cramfs: wrong magic FAT: bogus logical sector size 65535 Kernel panic: VFS: Unable to mount root fs on 01:00
AAgh!!! Where could I have gone wrong!!
One of your mistakes is not providing enough information. It would have been VERY useful to see the COMPLETE log of the boot messages. So we can only speculate. Do you have ext2 support enabled in your kernel configuration?
I know this is a voluntary site but if someone could give me some give me a few hints then thanks.
This is what these lists are for.
Best regards,
Wolfgang Denk
participants (2)
-
Luke Fimmerzane
-
Wolfgang Denk