Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi,
Was your hello world application a u-boot standalone application (i mean compiled with u-boot source) or a generic linux application. I have a doubt that a linux application would be having printf(...) calling some syscalls to write string on UART, and syscall implementations would not be available in standalone environment. Secondly, is there a better way to configure/find the load address of a compiled application? Regards Manik