Forum Discussion
zamroodh
New Contributor
4 months agoAgilex 5/3 FreeRTOS SMP Support
Stable Version: v25.4 Quartus Version: 25.4 Supported devices: Agilex™ 3 and Agilex™ 5 Source : https://github.com/Ignitarium-Technology/freertos-socfpga Branch/Tag: v25.4-SMP Release Date: Marc...
sonycman
New Contributor
1 day agoHi Naji_Naufel,
Yes, its the same page you are linked above, SD boot paragraph.
As well as i understand, qspi_image.jic contains BL2 bootloader and .sof FPGA bitstream.
The same is core.rbf.
So this command:
make_sdimage.sh -s 128 -o sd.img -p "a2:2:64:fip.bin" -p "c:1::fatfs/core.rbf"places on SD card the same files (in core.rbf) as in qspi image?
As i understand, booting proceeds loading .sof and BL2 from QSPI first, then BL2 loads .fip from sd card fat partition.
I'am interested for what the core.rbf (with doubled bl2 and .sof) was placed on sd card?