[U-Boot-Users] Load/run application
Wolfgang Denk
wd at denx.de
Wed Oct 29 00:54:07 CET 2003
In message <239A78AC110CD711A1A500D0B7828CD806AD8392 at zhk08exm01.sps.mot.com> you wrote:
>
> I have the u-boot running normally on my board. I downloaded the default hello_world.bin onto the board at memory location 40004. I can see the data there is correct as it is the same as my .bin file. However, when I type
> "=> go 40004 Hello World! This is a test."
> as instructed in the readme file, a Program Check Exception occurs. Can anyone tell me why?
The README uses the S-record file as example, which will automagi-
cally be loaded to the correct address; if you use TFTP you must load
the image at 0x40000, but the entry point is still at 0x40004.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
I often quote myself; it adds spice to my conversation. - G. B. Shaw
More information about the U-Boot
mailing list