public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] u-boot can boot Linux in zImage format while not in uImage format
@ 2013-06-27  2:47 Bo Shen
  2013-06-27  3:19 ` Fabio Estevam
  0 siblings, 1 reply; 5+ messages in thread
From: Bo Shen @ 2013-06-27  2:47 UTC (permalink / raw)
  To: u-boot

Hi All,
   I am meeting a strange issue. The u-boot can boot device tree 
supported Linux in zImage format and can not boot in uImage format. The 
detail information as following:

   1. set the bootargs
   2. tftp 0x21000000 dtb, and tftp 0x22000000 uImage, then bootm 
0x22000000 - 0x21000000, it can not boot up. Stop at "Starting kernel..."
   3. tftp 0x21000000 dtb, and tftp 0x22000000 zImage, then bootz 
0x22000000 - 0x21000000, it boot successfully.

   I check the memory usage, no overlap. I try other memory address, 
won't fix. I check all parameters pass to kernel is right.

   Any possible reason will cause this issue?

Best Regards,
Bo Shen

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

end of thread, other threads:[~2013-06-27  5:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27  2:47 [U-Boot] u-boot can boot Linux in zImage format while not in uImage format Bo Shen
2013-06-27  3:19 ` Fabio Estevam
2013-06-27  3:30   ` Bo Shen
2013-06-27  5:39     ` Wolfgang Denk
2013-06-27  5:42       ` Bo Shen

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