Forum Discussion
Hi Alex
I am using the hwlibs examples located here:
https://www.rocketboards.org/foswiki/Documentation/HWLib#Running_Cyclone_V_HWLib_Example
Please find the binaries attached.
If you could also send me your copy that would be great.
I see that the steps that you are using is slightly different from mine.
The steps of creating the binary, i am using the command below:
"arm-eabi-objcopy -O binary application.elf application.bin"
The application should be in .elf instead of .axf.
You can change the Makefile line 54 to "ELF := application.elf".
Regards
Jingyang, Teh
Hi,
Sure, I'll attach my code to you, one is for arm ds, and another is for sdimage.
Meanwhile I'll try to use elf instead of axf, although I think there is no difference between two binaries.
Reguards.