Forum Discussion
allen18
Occasional Contributor
1 year agostratix10 configuration
hello, I am using quartus Pro 22.3 , device ( stratix10 1SX110HN2F43I2VG ) , flash( MT25QU512). When I load the flash using JTAG with a JIC file, and then power cycle the board, FPGA can ...
- 1 year ago
I used the RPD file generated simultaneously with the JIC file generation, and also enabled bit swap. This configuration was successful.
allen18
Occasional Contributor
1 year agoAfter programming jic file by Jtag, I read 8 bytes of data from the flash. Then, I searched for these data in the .rpd file and found them indeed present, but not starting from address 0. Can I extract all these data from RPD file in some way, create a BIN file, and load it into flash using microcontroller, ensuring successful configuration of the FPGA as well?