Skip to content

Install Olimex USB ARM JTAG Drivers for RISC-V Debugging

The Olimex ARM-USB-OCD-H debugger is required to debug the RISC-V core on the MAX part families. The Olimex drivers are not provided directly by CodeFusion Studio so need to be installed manually if RISC-V debugging is required.

Download and installation instructions can be found in chapter 3 of the Olimex ARM-USB-OCD-h User Manual

Linux configuration

On Linux the user may need to be added to the dialout group in order to use the Olimex Debugger.

    sudo usermod -aG dialout <username>