From: Bartlomiej Sieka <tur@semihalf.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Booting multi-file images with a FDT but no initrd
Date: Wed, 05 Dec 2007 11:08:46 +0100 [thread overview]
Message-ID: <475678AE.9060707@semihalf.com> (raw)
In-Reply-To: <20071205105842.25f5990a@seasc0532.dyn.rnd.as.sw.ericsson.se>
Simon Kagstrom wrote:
[...]
>>> I'm using U-boot 1.3.0 to boot Linux on a Freescale
>>> MPC8349E-mITX, and I have a small issue with multi-file images. I
>>> use a device tree but no initrd, and I'm not quite sure how to
>>> boot the image in a good way. The image is created in this way:
[...]
> I solved it for now by creating a standalone application which reads
> the multi-file image and sets the "fdtaddr" environment variable if
> it finds one.
Hi Simon,
Another workaround is to use a mulit-image file with three images
(kernel, initrd, blob) and ignore the second one by calling "bootm
<addr> -". Note that the second image in the file can a bogus one-byte
file (it needs to be at least one byte in size, because mkimage refuses
the create a multi-image file with a zero-sized member).
Note that this booting scenario will be supported in a much more elegant
manner once the new image format is developed. Please stay tuned.
Regards,
Bartlomiej
next prev parent reply other threads:[~2007-12-05 10:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-04 14:04 [U-Boot-Users] Booting multi-file images with a FDT but no initrd Simon Kagstrom
2007-12-04 15:28 ` Wolfgang Denk
2007-12-05 9:58 ` Simon Kagstrom
2007-12-05 10:08 ` Bartlomiej Sieka [this message]
2007-12-05 10:30 ` Simon Kagstrom
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=475678AE.9060707@semihalf.com \
--to=tur@semihalf.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.