The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system programming and boundary-scan testing for embedded target devices. Built with support for FT2232-based programmers by default. See variants for programmer options.
The Open On-Chip Debugger (OpenOCD) aims to provide debugging, in-system programming and boundary-scan testing for embedded target devices. Built with support for FT2232-based programmers by default. See variants for programmer options.
To install openocd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install openocd
To see what files were installed by openocd, run:
port contents openocd
To later upgrade openocd, run:
sudo port selfupdate && sudo port upgrade openocd
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.