summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneonloop2021-08-22 15:17:28 +0000
committerneonloop2021-08-22 15:17:28 +0000
commit444e40e0851341c30e2b6ad6cb3a24fa32b00886 (patch)
treef4ef77137a5732b5c97b427738316265d74f0dad
parent186c5c7f58b1b6b24f1f07990d278a10abe2add9 (diff)
downloaduqm-444e40e0851341c30e2b6ad6cb3a24fa32b00886.tar.gz
uqm-444e40e0851341c30e2b6ad6cb3a24fa32b00886.tar.bz2
uqm-444e40e0851341c30e2b6ad6cb3a24fa32b00886.zip
Fixes install instructionstrimui-s
-rwxr-xr-xbuild.trimui.sh3
1 files changed, 2 insertions, 1 deletions
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)