Software: Ejtag Tiny Tools

While the name might sound like a niche side project, this suite is quietly becoming the Swiss Army knife for low-cost, open-source RISC-V debugging. In this post, I’ll break down what Ejtag Tiny Tools actually is, why you need it, and how it compares to the big players. Ejtag Tiny Tools is a lightweight, open-source software suite designed to interface with EJTAG (Enhanced JTAG) compliant RISC-V cores. Originally popularized in the MIPS ecosystem, EJTAG has found a second life in the RISC-V world. These tools provide the glue logic between your host PC (Linux/Windows/Mac) and a cheap USB debug probe (like a FT232H or CMSIS-DAP).

Happy debugging!

ejtag-cli -t riscv -device GD32V -halt -peek 0x20000000 This makes it perfect for CI/CD pipelines in embedded testing. This is the killer feature. You can run: Ejtag Tiny Tools Software