update READMEs

This commit is contained in:
Robin Müller 2021-11-24 10:35:06 +01:00
parent b6b0216050
commit 48cb75f434
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 8 additions and 8 deletions

View File

@ -51,8 +51,8 @@ the Beagle Bone Black. A ssh connection to the Raspberry Pi is assumed here
You can build the software with the following commands
```sh
mkdir build-Debug-BBB
cd build-Debug-BBB
mkdir build-Debug
cd build-Debug
cmake -DOS_FSFW=linux -DTGT_BSP=arm/beagleboneblack -DLINUX_CROSS_COMPILE=OFF -DCMAKE_BUILD_TYPE=Debug ..
cmake --build . -j2
```
@ -279,8 +279,8 @@ and running it on the BBB via command line. Navigate into the `fsfw_example` fol
A debug build directory is created first.
```sh
mkdir build-Debug-BBB
cd build-Debug-BBB
mkdir build-Debug
cd build-Debug
```
2. Configure the build system. On Linux, run the following command:

View File

@ -52,8 +52,8 @@ the Raspberry Pi. A ssh connection to the Raspberry Pi is assumed here
You can build the software with the following commands
```sh
mkdir build-Debug-RPi
cd build-Debug-RPi
mkdir build-Debug
cd build-Debug
cmake -DOS_FSFW=linux -DTGT_BSP=arm/raspberrypi -DLINUX_CROSS_COMPILE=OFF -DCMAKE_BUILD_TYPE=Debug ..
cmake --build . -j
```
@ -306,8 +306,8 @@ Navigate into the `fsfw_example` folder first.
We are going to create a Debug build directory first.
```sh
mkdir build-Debug-RPi
cd build-Debug-RPi
mkdir build-Debug
cd build-Debug
```
2. Configure the build system. On Linux, run the following command: