Forum Discussion
Altera_Forum
Honored Contributor
8 years agojwdonal,
have you considered using a simpler program instead? Alike "hello world" or toggling the LED on the DE0-10 nano connected to the HPS. Without the licensed DS-5, you will be limited to what U-BOOT offers: memory dumps. You should look at the memory map file from your compilation/link, check the generated code with objdump (the exception jump table is a good one) and then verify the code binary values are at the expected memory locations with UBOOT's md command. Regards