We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d243d2 commit ec499e0Copy full SHA for ec499e0
README.md
@@ -0,0 +1,18 @@
1
+# efx-jtag-spi-flash-loader
2
+Efinix JTAG SPI Flash loader proxy bitstream
3
+
4
+### Build proxy bitstream
5
+Open the project in efinity and build.
6
7
+### Load the proxy bitstream
8
+Assuming your are using a FT4232 with JTAG on bus A.
9
+```
10
+source /opt/efinity/2022.2/bin/setup.sh
11
12
+/opt/efinity/2022.2/bin/python3 /opt/efinity/2022.2/pgm/bin/efx_pgm/ftdi_program.py -m jtag -a "ftdi://0x0403:0x6011/1" outflow/efx_jtag_spi_flash_loader.hex
13
14
15
+### Flash your application bitstream
16
17
+/opt/efinity/2022.2/bin/python3 /opt/efinity/2022.2/pgm/bin/efx_pgm/ftdi_program.py -m jtag_bridge -a "ftdi://0x0403:0x6011/1" path_to_my_bitstream.hex
18
0 commit comments