Visible to Intel only — GUID: gjo1700708042794
Ixiasoft
4.1. Setting Up the Board
4.2. Factory Default Switch and Jumper Settings
4.3. Configuring the MAX® V Device to Program EPCQ
4.4. Restoring the MAX® V CPLD to the Factory Settings
4.5. Restoring the Flash Device to the Factory Settings
4.6. Configuring the FPGA Using the Intel® Quartus® Prime Programmer
Visible to Intel only — GUID: gjo1700708042794
Ixiasoft
A.3. Creating Flash Files Using the Nios® II EDS
If you have an FPGA design developed using the Intel® Quartus® Prime software, and software developed using the Nios® II EDS, follow these instructions:
- On the Windows Start menu, click All Programs > Altera> Nios® II EDS > Nios® II Command Shell.
- In the Nios® II command shell, navigate to the directory where your design files reside and type the following Nios® II EDS commands:
- For Intel® Quartus® Prime .sof files:
sof2flash --input=<yourfile>_hw.sof --output=<yourfile>_hw.flash --offset=0xC80000 --pfl --optionbit=0x00018000 --programmingmode=FPP
- For Nios® II .elf files:
elf2flash --base=0x00000000 --end=0x0FFFFFFF --reset=0x3540000 --input=<yourfile>_sw.elf --output=<yourfile>_sw.flash --boot=$SOPC_KIT_NIOS2/components/altera_nios2/boot_loader_cfi.srec
- For Intel® Quartus® Prime .sof files:
The resulting .flash files are ready for flash device programming.
The Board Update Portal standard .flash format conventionally uses either <filename> _hw.flash for hardware design files or <filename> _sw.flash for software design files.