Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
desolder one of your programmed chips and give it to him...
an universal programmer should be able to read back the data and copy the chip. - Altera_Forum
Honored Contributor
Thank you
- Altera_Forum
Honored Contributor
OK - 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... - Altera_Forum
Honored Contributor
RemyMartin,
I wrote a short programme that concatenates the configuration file (e.g. epcs_controller_boot_rom.flash) and boot-software (e.g. application.flash) into a single binary EPCS image file. Tell me your eMail address and I'll send it to you. Mike