From c845f47008794e6d226d4a660c46cb3e6c68d918 Mon Sep 17 00:00:00 2001 From: will-v-pi <108662275+will-v-pi@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:05:02 +0100 Subject: [PATCH] Fix #40, add missing openocd libs on Ubuntu 22.04 to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7068fa0..6a0009cb 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ On older images the requirements can be installed by running `sudo apt install o - Native C/C++ compiler (in PATH), supported compilers are: `gcc` and `clang` - \[Optional\] OpenOCD for debugging (Raspberry Pi OS only) - \[Optional\] gdb-multiarch for debugging (x86_64 only) +- \[Ubuntu 22.04\] libftdi1-2 and libhidapi-hidraw0 apt packages are required to use OpenOCD ## Extension Settings