Hard Processor System Booting User Guide: Agilex™ 5 SoCs
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: wei1706833275316
Ixiasoft
Visible to Intel only — GUID: wei1706833275316
Ixiasoft
4.8.1. Creating Configuration Files from Command Line
The following example creates the configuration files for CvP:
quartus_pfg -c design.sof design.jic design.rpd design.map \ -o hps_path=fsbl.hex \ -o device=MT25QU128 \ -o flash_loader=A5ED065BB32AR0 \ -o mode=ASX4 \ -o bitswap=on \ -o cvp=on
The input and output files for this command are:
- Input Files:
- design.sof
- fsbl.hex
- Output Files:
- design.periph.jic
- design.core.rbf
- design.rpd (optional)
- design.map (optional)
The command parameters are listed below:
Parameter | Description |
---|---|
hps_path | Location of HPS FSBL file in hex format |
device | Target QSPI device. Use a device listed in Supported QSPI Devices or use the graphical interface to determine available options. |
flash_loader | The helper image to be used for writing JIC to QSPI Flash. It is typically an alphanumeric prefix of your FPGA part number. You may use the graphical interface mode to determine available options. |
mode | AS x4 for QSPI |
bitswap | Set to "on" to create RPD with plain binary format, usable by 3rd party tools. |
cvp | Set to "on" to enable Configuration via Protocol. |