public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@nvidia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Building uImage with multiple load addresses
Date: Wed, 21 Dec 2011 17:26:18 -0700	[thread overview]
Message-ID: <4EF2792A.5060800@nvidia.com> (raw)
In-Reply-To: <CAOMZO5AUfCpKXix96HVKrTWDrcudZz03m0v29i4Cb10RjxeSRg@mail.gmail.com>

On 12/21/2011 03:20 PM, Fabio Estevam wrote:
> On Wed, Dec 21, 2011 at 7:24 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> Hi,
>>
>> When trying to build imx_v4_v5_defconfig, or mx3_defconfig, or
>> mx5_defconfig on a 3.2-rc6 kernel I get:
>> ...
>> multiple load addresses: 0x80008000 0x80008000 0x10008000
>> This is incompatible with uImages
>> ...
>> Do I need to do any changes to mkimage?
>> ...

I'd suggest using "mkimage -t kernel_noload" instead of "mkimage -t
kernel". That way, you don't have to specify an load/entry address; the
kernel will be executed wherever you happen to load it in memory, which
should work fine for an ARM zImage at least.

This feature was introduced pretty recently in mainline U-Boot though,
so you'll need to build your own new U-boot and mkimage tool.

-- 
nvpublic

  reply	other threads:[~2011-12-22  0:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-21 21:24 [U-Boot] Building uImage with multiple load addresses Fabio Estevam
2011-12-21 22:20 ` Fabio Estevam
2011-12-22  0:26   ` Stephen Warren [this message]
2011-12-22  4:04     ` Marek Vasut
2011-12-22  8:53   ` Stefano Babic
2011-12-22  9:02     ` Wolfgang Denk
2011-12-22  9:18       ` Stefano Babic
2011-12-22 12:04         ` Wolfgang Denk
2011-12-22 12:31           ` Fabio Estevam
2011-12-22  8:51 ` Stefano Babic

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=4EF2792A.5060800@nvidia.com \
    --to=swarren@nvidia.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox