minor updates for BBB
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user