Forum Discussion
zamroodh
New Contributor
6 months agoAgilex 5/3 FreeRTOS SDK
Stable Version: v25.4 Quartus Version: 25.3 Supported devices: Agilex™ 3 and Agilex™ 5 Source : https://github.com/Ignitarium-Technology/freertos-socfpga Branch/Tag: v25.4 Release Date: January ...
jhonkanen
New Contributor
6 months agoWould it be possible to get example .pfg files for the cmake configuration
cmake -B <build-dir> . -DCMAKE_BUILD_TYPE=Release -DSOC=AGILEX5 -DCORE=A55 -DSOF_PATH=<path to .sof file> -DPFG_SDMMC=<.pfg for sd/mmc> -DPFG_QSPI=<.pfg for qspi>
zamroodh
New Contributor
6 months agoHi jhonkanen ,
I am attaching the pfg files for qspi and sd/mmc here.
You may have to change the bitstream file name in the attached files, see the tag "<bitstreams>"
<bitstreams>
<bitstream id="Bitstream_1">
<path hps_path="./bl2.hex">./ghrd_a5ed065bb32ae6sr0.sof</path>
</bitstream>
</bitstreams>Here the "ghrd_a5ed065bb32ae6sr0.sof" is the bitstream file name. use the same name as what we pass to the SOF_PATH macro.
Note: if you are only building for either one, no need to provide the other.