Changes

Jump to: navigation, search
Build and install riscv-openocd (optional)
# brew install pkg-config libtool automake autoconf # required by bootstrap
./bootstrap
./configure --prefix=$HOME/riscv --bindir $HOME/bin--enable-remote-bitbang --enable-jtag_vpi
make -j8 && make install

Navigation menu