You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 14 Current »
To configure the flash memory of some modules with Intel FPGA(/SoCs from Trenz Electronic, a .jic file is needed. This file is built from the .sof file from the Quartus project and optionally the .hex file from the software application.
This is a short tutorial on how to create the .jic file.
More detailed instructions can be found directly on the Intel website: AN 736: Nios II Processor Booting From Altera Serial Flash (EPCQ)
Prepare Quartus Project:
Prepare software project:
Do following steps to convert the .sof + .hex file to a .jic file:
Make the following settings in the Convert Programming File window
File name: specify the target directory and the output file name
Highlight Flash Loader in Input files to convert window
Click Add Device..., select correct Device family and Device name and click OK
Highlight SOF Data in Input files to convert window
Click Add File..., browse to the .sof file you want to convert and click open
Highlight selected .sof file
You can use the Quartus Programmer to program the flash configuration device with the .jic file.