Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- The .flash file _is_ an SREC file with very minor differences. A conversion program (if even necessary) should be trivial. --- Quote End --- Indeed it looks like an srec file packed in an srec file. I think a conversion is needed, because the destination addresses in the file are for the EPCS device. The data section should contain the information about where to store the instructions/data in the main memory of the processor. Is there a description of how the .flash looks like in detail. Creating a conversion program is not the problem, but with a description, it saves me lot of time. Is there a possibility to get the source code of the elf2flash utility program? I think that the elf2flash utility creates a standard srec anyway in the background first of all... Stefaan