On Fri, 2009-09-04 at 10:24 +0000, rohan tabish wrote:
> hye gyez i jst want to create a simple HELLO world appication for my
> Davinci using cross compiler ELDK have downloaded the u-boot source
> from git when in that source code there are examples of the u-boot.in
> those examples there is example of hello world also when i compile it
> i get binary and when i load dis binary using u boot command loadb and
> run it using go 0x80700000 it get  halts does anyone have any idea
> about it.
>  
>  
>  
> U-Boot 2009.06-rc2 (Aug 22 2009 - 16:01:10)
> I2C:   ready
> DRAM:  256 MB
> NAND:  256 MiB
> In:    serial
> Out:   serial
> Err:   serial
> ARM Clock: 297MHz
> DDR Clock: 162MHz
> Read from EEPROM @ 0x50 failed
> Ethernet PHY: GENERIC @ 0x1f
> U-Boot > loadb
> ## Ready for binary (kermit) download to 0x80700000 at 115200 bps...
> ## Total Size      = 0x00000228 = 552 Bytes
> ## Start Addr      = 0x80700000
> U-Boot > go 0x80700000
> ## Starting application at 0x80700000 ...
> 

Just curious, why running applications from u-boot?  I imagine your
applications in a finished products will run under Linux.

Anyway, if you have access to a JTAG debugger, you can set a break point
at 0x80700000 and step through.

Regards,

Steve


_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to