All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bo Shen <voice.shen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] u-boot can boot Linux in zImage format while not in uImage format
Date: Thu, 27 Jun 2013 10:47:46 +0800	[thread overview]
Message-ID: <51CBA7D2.8050709@atmel.com> (raw)

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

             reply	other threads:[~2013-06-27  2:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-27  2:47 Bo Shen [this message]
2013-06-27  3:19 ` [U-Boot] u-boot can boot Linux in zImage format while not in uImage format Fabio Estevam
2013-06-27  3:30   ` Bo Shen
2013-06-27  5:39     ` Wolfgang Denk
2013-06-27  5:42       ` Bo Shen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51CBA7D2.8050709@atmel.com \
    --to=voice.shen@atmel.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.