minor updates for BBB

This commit is contained in:
2021-08-02 16:40:45 +02:00
parent 46a5765593
commit 4f132a2643
2 changed files with 5 additions and 3 deletions

View File

@ -133,8 +133,10 @@ These prerequisites are valid for Linux as well as Windows hosts.
```sh
rm libpthread.so
rm librt.so
rm libm.so
ln -s ../../../lib/arm-linux-gnueabihf/libpthread.so.0 libpthread.so
ln -s ../../../lib/arm-linux-gnueabihf/librt.so.1 librt.so
ln -s ../../../lib/arm-linux-gnueabihf/libm.so.6 libm.so
```
For more information on issues which can occur when cloning the root filesystem,