Skip to content

Commit ec499e0

Browse files
authored
Create README.md
1 parent 8d243d2 commit ec499e0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)