About This File
This is a fork of Octal450's J-Runner with Extras that adds support for programming glitch chips with a Raspberry Pi Pico.
Usage:
- In the J-Runner folder navigate to /common/dirtypico for setup files
- Flash pico-DirtyJtag.uf2 to your Pico
- Open Zadig and install the LibUSB-win32 driver to the device labeled DirtyJtag
- Use the following pinout for connecting your Pico to the glitch chip:
Pin name | GPIO | Pico Pin Number |
---|---|---|
TDI | GPIO16 | 21 |
TDO | GPIO17 | 22 |
TCK | GPIO18 | 24 |
TMS | GPIO19 | 25 |
GND | 23 | |
VCC | 36 |
- Flash a timing file as you normally would in J-Runner