This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

evmk2h u-boot standalone application

I have a EVMK2H rev 4.0 and I am trying to load a "hello wolrd" application through U-boot.

I did:

1) set ipaddr and serverip variables
2) created bin file using objcopy

3) transfer via tftp

4) run it using "go <address>"

It hangs on the message "starting application at <address>"

my questions:
- want is a valid address (or range of addresses) for this board ? I've tryed multiple among 0x80008000, 0x88000000 without result

- should I be using "bootcmd" instead of "go" ?

- do I need to set or modify any environment variable?

Regards