public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] uboot kernel rejects filesystem
@ 2009-05-12  8:16 Bharat Bhushan
  2009-05-12  9:58 ` Detlev Zundel
  0 siblings, 1 reply; 10+ messages in thread
From: Bharat Bhushan @ 2009-05-12  8:16 UTC (permalink / raw)
  To: u-boot

Hi All,

I am very new to u-boot.

I have kernel image, which I loaded to NOR of my board and with bootm,
control passes to kernel and it starts booting.
There is panic in kernel: since it can not find the file-system. I am
afraid, I did make trivial mistake.

I have flashed squashfs filesystem image to NOR @ address NOR1 <I did not
define any partition>.
I do not have MTD support.

Now I tried booting like after setting


setenv kernel_addr 0xBF060000        <<Note this has u-boot hdr generated
form mkimage>>
setenv ramdisk_addr 0xBF260000    <<Note this does not have u-boot hdr
generated form mkimage>>
setenv bootargs 'filesystem=squashfs'
I do bootm ${kernel_addr} ${ramdisk_addr}

I do get error from U_BOOT that :
*Wrong Ramdisk Image Format
Ramdisk image is corrupt or invalid


*I am sure that I have done something wrong in this process:

Few Questions which I could not find the answer:
1. Can I nor-flash the image without u-boot hdr.
2. Is it necessary to have MTD partition defined.
3. Do we have any document which specify the boot arguments in context of
U_BOOT. I tried denx website. I could not figure out much. May be I do not
what to search for.


Any help would be highly appreciated.

Regards,
Bharat

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-05-19 14:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12  8:16 [U-Boot] uboot kernel rejects filesystem Bharat Bhushan
2009-05-12  9:58 ` Detlev Zundel
     [not found]   ` <a29be8140905120802m2ab0aa83m32b6a7b1194bbb0b@mail.gmail.com>
2009-05-12 15:40     ` Detlev Zundel
2009-05-14 19:45       ` Bharat Bhushan
2009-05-14 20:01         ` Wolfgang Denk
2009-05-15 14:48         ` Detlev Zundel
2009-05-15 18:50           ` Bharat Bhushan
2009-05-15 19:42             ` Detlev Zundel
2009-05-18 13:31               ` Bharat Bhushan
2009-05-19 14:14                 ` Detlev Zundel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox