From 4ba9ecc1ae7a96cc2c6925fab67be1e228083190 Mon Sep 17 00:00:00 2001 From: viral_dna Date: Wed, 7 Jul 2021 22:35:45 -0700 Subject: [PATCH] Update README.md Added missing libraries required for installing the nightly build of openocd to the command line string of the Ubuntu setup portion of the guide. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a287f1..362d194 100644 --- a/README.md +++ b/README.md @@ -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.