Converting flashing files » History » Version 1
foft, 05/27/2018 07:13 PM
1 | 1 | foft | h1. Converting flashing files |
---|---|---|---|
2 | |||
3 | I now tend to always make and post .jic files with each release, so this is really just a FYI. |
||
4 | |||
5 | It is possible to convert from a .sof to a .jic, to allow it to be permanently stored. |
||
6 | |||
7 | # In quartus go to file->convert programming files |
||
8 | # Select programming file type 'jtag indirect programming file' |
||
9 | # Select configuration device (v1:EPCQ128, v3:EPCS128, v3.1:??) |
||
10 | # Select mode: Active serial |
||
11 | # Set appropriate file name |
||
12 | # In 'input files to convert' select 'flash loader' and click 'add device' on the right |
||
13 | # Select 'Cyclone V' on left and the correct FPGA on the right (v1: 5CEBA2, v3: 5CEBA4) |
||
14 | # In 'input files to convert' select 'sof data' and click 'add file' |
||
15 | # Select the .sof file to convert |
||
16 | # Select properties on the new line and enable 'compression' |
||
17 | # All done, click ok to save .jic file |