Forum Discussion
Dennis_Nedry
New Contributor
5 months agoGenerating RBF raw binary file on Max 10
I am trying to design an in-system firmware update for the Max 10 FPGA. I have a microcontroller between the FPGA and the outside world. The microcontroller has a large data storage area where I wa...
- 5 months ago
Hi Dennis,
it's wrong .pof mode. Must be Internal configuration rather than PS.
Regards Frank
FvM
Super Contributor
5 months agoHi Dennis,
you select .pof format for internal configuration and enable additional .rpd generation. .rpd is the binary format that can be written to internal MAX10 flash with On-Chip Flash IP. It's basically possible to extract CFM binary data from .pof file, but as you say, format is undocumented.
Regards Frank