readme update

This commit is contained in:
Robin Müller 2021-02-14 14:43:25 +01:00
parent 8e9af49574
commit 37eed4182c

View File

@ -528,19 +528,19 @@ gpioget gpiochip7 14
## Running the EIVE OBSW on a Raspberry Pi ## Running the EIVE OBSW on a Raspberry Pi
Special section for running the EIVE OBSW on the Raspberry Pi Special section for running the EIVE OBSW on the Raspberry Pi.
It uses the `bsp_rpi` BSP folder, and a very similar cross-compiler. The Raspberry Pi build uses 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 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) [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. 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 You should run the following command first on your Raspberry Pi
```sh ```sh
sudo apt-get install gpiod libgpiod-dev sudo apt-get install gpiod libgpiod-dev
``` ```
on your Raspberry Pi first to install the library before cloning the system root folder. to install the required GPIO libraries before cloning the system root folder.
## Special notes on Eclipse ## Special notes on Eclipse