jtagonizer

yet another JTAG tool
git clone http://frotz.net/git/jtagonizer.git
Log | Files | Refs | README

README (848B)


      1 
      2 JTAGONIZER * Yet Another JTAG Tool
      3 
      4 This is a set of tools for talking to hardware over JTAG, currently
      5 supporting the popular FTDI 2232H MPSSE devices for transport.  It
      6 does have a "driver abstraction" with the intent to support other
      7 transports someday, but only the mpsse driver exists right now.
      8 
      9 zynq - Xilinx Zynq A9 downloader
     10 --------------------------------
     11 zynq reset            - reboot the chip
     12 zynq regs             - briefly stop both CPUs and report their state
     13 zynq run <image>      - halt CPU0, download image to 0 (OCR), resume pc=0
     14 
     15 zynq - Xilinx 7-Series FPGA downloader
     16 --------------------------------------
     17 zynq fpga <bitfile>   - reset part and download bitfile
     18 
     19 debug - JTAG debug register tool (check debug.c comments)
     20 ---------------------------------------------------------
     21 debug write <addr> <val>
     22 debug read <addr>