* [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; 3+ 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] 3+ 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; 3+ 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] 3+ messages in thread
* [U-Boot-Users] integrator-ap + ARM926EJ-S
@ 2005-02-14 15:10 Peter Pearse
0 siblings, 0 replies; 3+ messages in thread
From: Peter Pearse @ 2005-02-14 15:10 UTC (permalink / raw)
To: u-boot
> Am I doing something wrong ? I do need to configure something before
> program the images ?
Did you wrap the kernel with mkimage?
Does the ARM Boot Monitor run before U-Boot?
If not you may need Jean-Paul's
patch (& mine)
From: <jean-paul@ph...>
[Patch] ARM Integrator/AP multicore patch
2005-02-09 08:07
Did you flash the images with the ARM Flash Utility i.e so that the
images are in mtd format?
Has the kernel been built with MTD support?
Peter
------------------------ Peter.Pearse at arm.com
-------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-02-14 15:10 UTC | newest]
Thread overview: 3+ 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
-- strict thread matches above, loose matches on Subject: below --
2005-02-14 15:10 [U-Boot-Users] " Peter Pearse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox