readme: Inform about openocd version requirements
This commit is contained in:
parent
3d977868e3
commit
cafca62e14
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue