Altera_Forum
Honored Contributor
8 years agoGenerate binary files for third party programmers
Hi everyone,
One of our PCB's is using removable flash adapters, where a flash is placed which holds the firmware for our FPGA's. This is done to have a generic PCB where you could easily switch between different FPGA designs and therefore different functions of the PCB itself. To program the flash with the .sof file we usually use the Altera Byteblaster. But we regulary have requests from our suppliers for a binary file to program the flash with a third party programmer. Now there are different file formats from Altera which seem to be raw binary files like .rpd, .rbf or .hexout files. But all of them seem to have more than only firmware data to have included. Which means, if I load them to the flash like they are, the FPGA design won't work. My target now is to have a binary file after generation with Quartus which holds the design data in the way as it can be downloaded to a flash by a third party programmer. Is there any documentation or does anyone have experience with this topic?