Forum Discussion
Altera_Forum
Honored Contributor
16 years agogenerate epcs flash file from srec
Hi all, Some of you will probably know how to create .flash filew with the sof2flash and elf2flash tools. I need however a tool that converts a srec file to a flash file. Basically I create an ...
Altera_Forum
Honored Contributor
16 years agoStefaan,
I doubt there's a description of it, but I recall that the delta was _very_ minor. Here's what you can do to determine the difference between SREC and .flash.- Convert the .flash to binary using objcopy.
- Create an SREC from that binary, again using objcopy. (format it to closely match the original .flash).
- Compare the two SREC files.