From adff5519c9eeec0dc92df96959617d23ac198010 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 14 Feb 2021 13:24:13 +0100 Subject: [PATCH] readme update --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 673ccbe4..0e2ba34e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ The CMake build system can be used to generate build systems as well (see helper - Linux (Raspberry Pi): Using the `bsp_rpi` BSP folder, and a very similar cross-compiler. For running the software on a Raspberry Pi, it is recommended to follow the steps specified in - [the fsfw example](https://egit.irs.uni-stuttgart.de/fsfw/fsfw_example/src/branch/mueller/master/doc/README-rpi.md#top) and - using the TCF agent to have a similar set-up process also required for the Q7S. + [the fsfw example](https://egit.irs.uni-stuttgart.de/fsfw/fsfw_example/src/branch/mueller/master/doc/README-rpi.md#top) and using the TCF agent to have a similar set-up process also required for the Q7S. + If you want to use the `gpiod` library, run `sudo apt-get install gpiod` on your Raspberry Pi + first to install the library. - Linux Host: Uses the `bsp_hosted` BSP folder and the CMake Unix Makefiles generator. - Windows Host: Uses the `bsp_hosted` BSP folder, the CMake MinGW Makefiles generator and MSYS2. @@ -501,6 +502,7 @@ GET out_en[0] = 1 * Remote File Path: /tmp/eive_obsw.elf ## Libgpiod + Detect all gpio device files: ```` gpiodetect