diff options
-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) |