Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDownload configuration and data to EPCS
Hi everybody i am using EP3C25U with EPCS16. I want too download FPGA configuration (with NIOS2) to EPCS through jtag. In addition to that i want to add some initial/setup data. The idea i...
Altera_Forum
Honored Contributor
13 years agoYou can use the objcopy command, the same as you are currently already doing for the NIOS firmware probably. You just need to tell it that the input file is a binary (instead of S-Record or ELF).
Or you can use whatever other utility you like. No, I don't believe this is something Quartus has a builtin function for.