Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 469 Bytes

install_newbies.md

File metadata and controls

12 lines (9 loc) · 469 Bytes

Install the required dependencies for openocd (usb drivers for Olimex): sudo apt update sudo apt install build-essential libtool pkg-config libusb-1.0-0-dev libhidapi-dev

If building from git, run the bootstrap: ./bootstrap

Now time to configure before building, the following line will configure support for ART, CMSIS-DAP and Olimex: ./configure --enable-art --enable-cmsis-dap --enable-ftdi

Finally, build openocd (-j will set # of threads): build -j 4