GMcCa2
New Contributor
2 years agoRBF Conversion for S10
I'm running a conversion to create the rbf for the S10 dev board:
quartus_pfg -c Test_S10Dev.sof ghrd.jic -o device=MT25QU02G -o flash_loader=1SX280HU2F50E1VGAS -o hps_path=u-boot-spl-dtb.hex -o mode=ASX4 -o hps=1
I compiled the sof using Quartus 24.1. When I run the conversion using quartus_pfg from the 24.1 bin folder and put the generated rbf on the SD card to I get an error during boot:
Error sending bitstream! Command 'load' failed: Error -110
When I run the same conversion command but using the quartus_pfg in my 23.1 bin folder and use that rbf file on the SD card then it loads the S10 with no issues.
The hex file I'm using is from: https://releases.rocketboards.org/2021.04/gsrd/s10_gsrd/u-boot-spl-dtb.hex
Output from both conversion are attached.
Anything I need to be doing different on 24.1 to make this work?