Google
  Web www.spinics.net

RE: Problem with booting linux using u-boot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


I've tried what you advised the problem is that I haven't managed to put this image in flash since it is not an elf file.
furthermore I had erased the prebuilt image of linux thinking that I would replace it with a more recent one but I haven't managed to do so.
Then to make things clean I have loaded the image of linux from another versatile and placed it in flash exactly the same way than it was before but milo still can't find the kernel! howcome?
What must be put in flash? .bin, .img raw elf  .....I'm a bit upset
 
best regards 
 
thomas

________________________________

From: linux-arm-bounces@xxxxxxxxxxxxxxxxxxxxxx on behalf of Catalin Marinas
Sent: Thu 21/07/2005 16:25
To: Sai Saravana
Cc: linux-arm@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Problem with booting linux using u-boot



Sai Saravana <sai.sy@xxxxxxxxxxx> wrote:
> I am using ARM Versatile Platform (PB926EJS) board for development.
> I have downloaded the U-boot and linux images for versatile platform from
> Arm's website.
>
> The details are:
> Site: http://www.arm.com/linux/linux_download.html
> Files: zImage-2.6.12-arm1-versatile-pb for linux and u-boot_versatileab.axf
> for u-boot, base.cramfs for filesystem

You should prepend the U-Boot header to the zImage file:

mkimage -A arm -T kernel -C none -a 0x7fc0 -e 0x8000 -n uzImage -d zImage uzImage

and write the newly generated uzImage file in flash instead of the
zImage one.

--
Catalin


-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
FAQ:        http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette:  http://www.arm.linux.org.uk/mailinglists/etiquette.php


-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
FAQ:        http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette:  http://www.arm.linux.org.uk/mailinglists/etiquette.php


[Site Home]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux ARM Kernel]     [Linux MIPS]     [ECOS]     [Tools]     [DDR & Rambus]     [Monitors]

Powered by Linux