diff options
author | neonloop | 2021-08-22 15:17:28 +0000 |
---|---|---|
committer | neonloop | 2021-08-22 15:17:28 +0000 |
commit | 444e40e0851341c30e2b6ad6cb3a24fa32b00886 (patch) | |
tree | f4ef77137a5732b5c97b427738316265d74f0dad | |
parent | 186c5c7f58b1b6b24f1f07990d278a10abe2add9 (diff) | |
download | uqm-trimui-s.tar.gz uqm-trimui-s.tar.bz2 uqm-trimui-s.zip |
Fixes install instructionstrimui-s
-rwxr-xr-x | build.trimui.sh | 3 |
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) |