Forum Discussion
GD76
Occasional Contributor
4 years agoGenerate rbf file for MAX10
The tool converts sof to pof and rpd files only in internal configuration mode. How to generate rbf file in this internal configuration mode?
Looks like the tool does not support MAX10 supported i...
GD76
Occasional Contributor
4 years agoThe RPD looks like obfuscated HEX file. We convert rbf file into C file. The C file contains the data as constant array and data size. Software compile the C file with their project and read the one byte at a time from the Array and send to FPGA via SPI. If RPD file can be converted to C file, that works too.