updated BBB readme

This commit is contained in:
Robin Müller 2021-05-01 18:30:59 +02:00
parent 8364ec3499
commit 85d9ff1c8c
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ These prerequisites are valid for Linux as well as Windows hosts.
It is recommended to set the following environmental variables for the CMake build:
- `CROSS_COMPILE`: Explicitely specify the name of the cross compiler
- `RASPBIAN_ROOTFS`: Explicitely set the path to the local BBB rootfs
- `BBB_ROOTFS`: Explicitely set the path to the local BBB rootfs
For example with the following commands
@ -180,7 +180,7 @@ It is recommended to test whether the environmental variables were set correctly
for example by running
```sh
echo $RASPBIAN_ROOTFS
echo $BBB_ROOTFS
```
These variables can either be set every time before a debugging session to