Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Hello. Which options are you set when making binary image of the application? Can we see exact steps? Why not to try to load bootloader and then the app by DS-5 debugger? This could be easily done with simple .ds script. --- Quote End --- I applied the following command line, basically I've tried different loading address and entry point combinations. mkimage -A arm -O u-boot -T standalone -C none -a 0x00100000 -e 0x00100000 -n "u-boot" -d hps_fpga_test.bin blink.img Because in my case I have to use sd card instead debugger, with debugger it works just fine.