Altera_Forum
Honored Contributor
13 years agoelf2hex
It shouldnt be hard...
I have my project compiled in the SBT. I just need to convert the .elf file to hex I tried using the script below it gives me a hex file but with no information (all zeros). I am running the script below in the command shell. Am I doing anything wrong? Is there any other way to get a hex file out of SBT? elf2hex --input=project.elf --base=0x0 --end=4193404 --width=64 Thanks