From 834c376202cfd680752442459e7be1959970ad1f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 24 May 2021 15:15:17 +0200 Subject: [PATCH] small fix --- cmake/scripts/RPi/crosscompile/create_cmake_debug_cfg.sh | 0 doc/README-rpi.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 cmake/scripts/RPi/crosscompile/create_cmake_debug_cfg.sh diff --git a/cmake/scripts/RPi/crosscompile/create_cmake_debug_cfg.sh b/cmake/scripts/RPi/crosscompile/create_cmake_debug_cfg.sh old mode 100644 new mode 100755 diff --git a/doc/README-rpi.md b/doc/README-rpi.md index 61b58a8..ebb7e38 100644 --- a/doc/README-rpi.md +++ b/doc/README-rpi.md @@ -129,7 +129,7 @@ toolchain binaries are added to the path accordingly. `$HOME/raspberrypi/rootfs`. ```sh - rsync -avHAXR --numeric-ids --info=progress2 @:/{lib,usr} + rsync -avHAXR --numeric-ids --info=progress2 @:/{lib,usr,opt/vc/lib} ``` On Linux, it is recommended to repair some symlinks which can be problematic: