From 7a4191b61555dd36634c627f04ee6afcdaba24d9 Mon Sep 17 00:00:00 2001 From: Sfinktah Bungholio Date: Sat, 31 Aug 2019 22:37:12 +1000 Subject: [PATCH] Added `reboot` instruction to RPi sec of README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bf16dab6..5c7d2a3e3 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ To be able to communicate with the firmware without root priviledges, we created * `cd buildtools/isl-0.10`, `./configure`, `make`, `make install`, `ln -s /usr/local/lib/libisl.so /usr/lib/arm-linux-gnueabihf/libisl.so.10` * Check if `/usr/lib/arm-linux-gnueabihf/libmpfr.so.4` exists, if not, compile it from source: * `cd buildtools/mpfr-3.1.4`, `./configure`, `make`, `make install`, `ln -s /usr/local/lib/libmpfr.so /usr/lib/arm-linux-gnueabihf/libmpfr.so.4` +* Reboot: `sudo reboot` * Then you can setup the build environment for compiling firmware patches * Setup the build environment: `source setup_env.sh` * Compile some build tools and extract the ucode and flashpatches from the original firmware files: `make`