Merge pull request #26 from DNA64/patch-2

Update README.md
This commit is contained in:
Thomas Roth 2021-08-09 12:30:38 +02:00 committed by GitHub
commit 72d2aa74c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ You can use a Raspberry Pi to back up your Game and Watch. In this case you shou
Install the required tools:
```
sudo apt-get install binutils-arm-none-eabi python3 libftdi1
sudo apt-get install binutils-arm-none-eabi python3 libhidapi-hidraw0 libftdi1 libftdi1-2
```
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.