From 444e40e0851341c30e2b6ad6cb3a24fa32b00886 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 22 Aug 2021 15:17:28 +0000 Subject: Fixes install instructions --- build.trimui.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.trimui.sh b/build.trimui.sh index 3136e7b..4029231 100755 --- a/build.trimui.sh +++ b/build.trimui.sh @@ -7,7 +7,8 @@ # ./build.trimui.sh uqm # To install: # On the SD card, create ~/.uqm and copy config/override.cfg and config/flight.cfg into it -# Download uqm-0.8.0-content.uqm and copy it into ./content/packages, where '.' is the location of the uqm executable on the SD card +# Download uqm-0.8.0-content.uqm and copy it into ./content/packages +# Copy the uqm binary and the content/ directory to the SD card export CC=${CROSS_COMPILE}gcc export SYSROOT=$($CC --print-sysroot) -- cgit v1.2.3