[okl4-developer] image.boot download using uboot;

Ben Leslie benno at ok-labs.com
Tue Jun 26 12:44:41 EST 2007


On Sat Jun 23, 2007 at 19:57:14 +0900, Seung-Ho Lim wrote:
>Hi,
>
>I have a pxa270 based board, and I make a image.boot / image.elf files.
>In the board, uboot bootloader is running.
>
>Actually, I have no idea about running and testing the image.
>Here is basic question.
>
>How do I download and run the image file using uboot?
>And specifically, where the image file should be loaded to run?

We generally use the tftp transport in u-boot to copy the image from
the network to the device. Because the images created are just ELF
files, they file itself describes where it should be loaded in
physical memory and which address to jump to when execution starts.

Hope that helps,

Cheers,

Ben



More information about the Developer mailing list