From: Catalin Marinas <catalin.marinas@arm.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re: integrator-ap + ARM926EJ-S
Date: Mon, 14 Feb 2005 14:05:28 +0000 [thread overview]
Message-ID: <tnx4qgffd93.fsf@arm.com> (raw)
In-Reply-To: <db724d8f05021405354fbd98d5@mail.gmail.com> (Thierry Matalini's message of "Mon, 14 Feb 2005 14:35:18 +0100")
Thierry Matalini <thierry.matalini@gmail.com> wrote:
> I download the images from the ARM site
> (http://www.arm.com/linux/prebuilt_download.html)
> - u-boot-ap.axf
> - Image.Integrator.2.6.9
> - System.cramfs
>
> I program all 3 images onto the flash, and I boot from u-boot.
> When I want to launch the kernel, the boot process freezes.
>
> Am I doing something wrong ? I do need to configure something before
> program the images ?
You need to run the mkimage utility that comes with U-Boot on the
kernel image files and write the resulting image in flash instead. See
below as an example:
mkimage -A arm -T kernel -C none -a 0x7fc0 -e 0x8000 -n u-linux \
-d arch/arm/boot/Image u-linux
Catalin
prev parent reply other threads:[~2005-02-14 14:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-14 13:35 [U-Boot-Users] integrator-ap + ARM926EJ-S Thierry Matalini
2005-02-14 14:05 ` Catalin Marinas [this message]
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=tnx4qgffd93.fsf@arm.com \
--to=catalin.marinas@arm.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.