readme: Inform about openocd version requirements

This commit is contained in:
Konrad Beckmann 2020-12-02 09:37:51 +01:00
parent 3d977868e3
commit cafca62e14
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ Install the required tools:
sudo apt-get install gcc-arm-none-eabi binutils-arm-none-eabi openocd python3
```
Note: The version of openocd included in Ubuntu 20.04 (0.10.0) does not include functionality that is needed by these scripts. A build from the unreleased master branch is needed. Please install a newer version either by building it yourself, or by installing a prebuilt package, e.g. from [this nightly build](https://github.com/kbeckmann/ubuntu-openocd-git-builder), using [xPack](https://xpack.github.io/openocd/) or similar.
### Mac Setup
Using homebrew: