https://github.com/racerxdl/esp32-rjtag
ESP32 Remote JTAG Host for programming FPGAs
https://github.com/racerxdl/esp32-rjtag
esp32 fpga jtag lattice python remote yosis
Last synced: 9 months ago
JSON representation
ESP32 Remote JTAG Host for programming FPGAs
- Host: GitHub
- URL: https://github.com/racerxdl/esp32-rjtag
- Owner: racerxdl
- License: apache-2.0
- Created: 2020-06-14T06:05:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T00:20:46.000Z (about 5 years ago)
- Last Synced: 2025-03-24T22:42:16.706Z (9 months ago)
- Topics: esp32, fpga, jtag, lattice, python, remote, yosis
- Language: C
- Size: 231 KB
- Stars: 26
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ESP32 Remote JTAG
=================
WIP
Everything here is licensed at Apache (see LICENSE) except for libxsvf which is done by Clifford Wolf and licensed under ISC License (See src/libxsvf/COPYING) and `data` folder which for now is LGPL. The original library is at [http://www.clifford.at/libxsvf/](http://www.clifford.at/libxsvf/) and I modified a little to work with ESP32.
The `upload.py` program can upload SVF files to ESP32 through serial port and `uploadwifi.py` to upload through wireless network.
```bash
python3 uploadwifi.py [IP] [SVF FILE]
```