Compare commits
1 Commits
master
...
mueller/ma
Author | SHA1 | Date | |
---|---|---|---|
48cb75f434 |
@ -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
|
You can build the software with the following commands
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir build-Debug-BBB
|
mkdir build-Debug
|
||||||
cd build-Debug-BBB
|
cd build-Debug
|
||||||
cmake -DOS_FSFW=linux -DTGT_BSP=arm/beagleboneblack -DLINUX_CROSS_COMPILE=OFF -DCMAKE_BUILD_TYPE=Debug ..
|
cmake -DOS_FSFW=linux -DTGT_BSP=arm/beagleboneblack -DLINUX_CROSS_COMPILE=OFF -DCMAKE_BUILD_TYPE=Debug ..
|
||||||
cmake --build . -j2
|
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.
|
A debug build directory is created first.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir build-Debug-BBB
|
mkdir build-Debug
|
||||||
cd build-Debug-BBB
|
cd build-Debug
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Configure the build system. On Linux, run the following command:
|
2. Configure the build system. On Linux, run the following command:
|
||||||
|
@ -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
|
You can build the software with the following commands
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir build-Debug-RPi
|
mkdir build-Debug
|
||||||
cd build-Debug-RPi
|
cd build-Debug
|
||||||
cmake -DOS_FSFW=linux -DTGT_BSP=arm/raspberrypi -DLINUX_CROSS_COMPILE=OFF -DCMAKE_BUILD_TYPE=Debug ..
|
cmake -DOS_FSFW=linux -DTGT_BSP=arm/raspberrypi -DLINUX_CROSS_COMPILE=OFF -DCMAKE_BUILD_TYPE=Debug ..
|
||||||
cmake --build . -j
|
cmake --build . -j
|
||||||
```
|
```
|
||||||
@ -306,8 +306,8 @@ Navigate into the `fsfw_example` folder first.
|
|||||||
We are going to create a Debug build directory first.
|
We are going to create a Debug build directory first.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir build-Debug-RPi
|
mkdir build-Debug
|
||||||
cd build-Debug-RPi
|
cd build-Debug
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Configure the build system. On Linux, run the following command:
|
2. Configure the build system. On Linux, run the following command:
|
||||||
|
Loading…
Reference in New Issue
Block a user