
19 Apr
2005
19 Apr
'05
9:08 a.m.
In message s264e329.041@EMAIL you wrote:
I am assuming that you are using uClinux with 'romfs' as your rootfilesystem. If this is the case, you should create your 'uImage' with 'image.bin' and not 'linux.bin'. The 'linux.bin' is just the kernel and does not include the romfs image in it.Also noticed that u have given "root=/dev/mtdblock"
And this is what is intended. It is one of the design goals of U-Boot to get rid of the need to bundle the Linux kernel and the root file system into one image.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
How many QA engineers does it take to screw in a lightbulb? 3: 1 to
screw it in and 2 to say "I told you so" when it doesn't work.