Hi, all!
I need to run standalone application hello_world from u-boot/examples/standalone directory. I read documentation from http://www.denx.de/wiki/view/DULG/UBootStandalone. But my board was hang when I load and run this (or any) example:
BOARD#tftp hello_world.bin
Using DaVinci EMAC device
TFTP from server 192.168.0.39; our IP address is 192.168.0.95
Filename 'hello_world.bin'.
Load address: 0xc1000000
Loading: #
done
Bytes transferred = 594 (252 hex)
BOARD#go 0xc1000004
## Starting application at 0xC1000004 ...
And after this my board was hang. I try to use different addresses, but in any case board was hang.
I have a some questions:
1) This examples is working or not? I not change it.
2) How determine address in RAM where I must load hello_world. How I can change this address?
Thank you.