Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 364 Bytes

openocd_ftdi.md

File metadata and controls

12 lines (10 loc) · 364 Bytes

OpenOCD on Ubuntu using FTDI FT$232 Mini Module

  1. git clone https://github.com/ntfreak/openocd
  2. cd openocd
  3. ./bootstrap
  4. ./configure --enable-ftdi
  5. make
  6. sudo make install
  7. sudo cp contrib/60-openocd.rules /etc/udev/rules.d/
  8. sudo usermod -a -G plugdev kaustubh

TCL Config for FTDI Mini Module : openocd/tcl/interface/ftdi/minimodule-swd.cfg