Forum Discussion
Altera_Forum
Honored Contributor
20 years agoOK - thats one solution, but not the most confortable...
Thats the way i get my programming files for production: I wrote a little bit of code which reads the content of the EPCS flash and dumps the data via serial port to the PC. The output is formated like an intel hex file, so i can record the datastream to a file and pass this file to the production people... So first I program the EPCS the usual way using the flashprogrammer of the IDE. Then i use the debugger of the IDE to run the flash dump program and a serial terminal to write the data into a file. Thats it - not very professional, but it works...