TSoM Programming the EPCS Device

From Terasic Wiki

(Difference between revisions)
Jump to: navigation, search
(1.1 Before Programming Begins)
 
(36 intermediate revisions not shown)
Line 1: Line 1:
-
This guide describes how to program the serial configuration (EPCS) device with Serial Flash Loader (SFL) function via the JTAG interface. Users can program EPCS devices with a JTAG indirect configuration (.jic) file, which is converted from a user-specified SRAM object file (.sof) in Quartus. The .sof file is generated after the project compilation is successful. The steps of converting .sof to .jic in Quartus II are listed below.
+
*[[TSoM_Programming_the_EPCS_Device_revA|Rev A]]
 +
*[[TSoM_Programming_the_EPCS_Device_revB|Rev B]]
-
 
+
[[TSoM_Document|Back]]
-
==                <span style="color:#000080;">1.1 Before Programming Begins</span> ==
+
-
The FPGA should be set to AS x1 mode i.e. MSEL[4..0] = “10010” to use the Flash as a FPGA configuration device.
+
-
 
+
-
 
+
-
Please install the 10K ohm resistors in the red resistor position in the figure belowㄡ
+
-
 
+
-
 
+
-
 
+
-
confirm that the red resistor position in the figure below does not have any resistors installed.
+
-
 
+
-
 
+
-
==                <span style="color:#000080;">1.2 8.2 Convert .SOF File to .JIC File</span> ==
+
-
 
+
-
 
+
-
To programme the design file into the EPCS device, a .jic file is required. Here's how to convert the .sof file generated by Quartus compile to .jic.
+

Latest revision as of 11:06, 24 July 2019

Back