stratix10 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 be successfully configured.
Now, we plan to use a Single-Chip Microcomputer to load the flash via the AS Configuration method. This microcontroller need a binary file. In the past, when using Xilinx chips, along with generating a bit file, a corresponding bin file would also be generated. Loading this bin file into the flash and then powering up would configure the FPGA. How can I obtain a similar binary file from quartus Pro? I have tried generating RPD and RBF files, experimenting with both big-endian and little-endian formats, but directly writing these files to the flash does not successfully configure the FPGA. How can I obtain a bin file similar to Xilinx's, which can be directly written to the flash for FPGA configuration?
I used the RPD file generated simultaneously with the JIC file generation, and also enabled bit swap. This configuration was successful.