Forum Discussion
Altera_Forum
Honored Contributor
14 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)....
Altera_Forum
Honored Contributor
14 years agoHi,
For me this works: elf2flash --base=0x0 --reset=0x00000000 --end=0x10000000 --input full_mv6.elf --output full_mv6.flash Try to look at it maybe it can help. BR,