* [U-Boot-Users] integrator-ap + ARM926EJ-S
@ 2005-02-14 13:35 Thierry Matalini
2005-02-14 14:05 ` [U-Boot-Users] " Catalin Marinas
0 siblings, 1 reply; 2+ messages in thread
From: Thierry Matalini @ 2005-02-14 13:35 UTC (permalink / raw)
To: u-boot
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 ?
Best Regs,
Thierry Matalini
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] Re: integrator-ap + ARM926EJ-S
2005-02-14 13:35 [U-Boot-Users] integrator-ap + ARM926EJ-S Thierry Matalini
@ 2005-02-14 14:05 ` Catalin Marinas
0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2005-02-14 14:05 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-02-14 14:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-14 13:35 [U-Boot-Users] integrator-ap + ARM926EJ-S Thierry Matalini
2005-02-14 14:05 ` [U-Boot-Users] " Catalin Marinas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox