forked from Archive/PX4-Autopilot
bebop2 upload script: create microsd filesystem so that logger does not
complain Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
parent
34d253e4d0
commit
3392e3f9f7
|
@ -32,6 +32,7 @@ sleep 1
|
|||
|
||||
adb shell mount -o remount,rw /
|
||||
adb shell touch /home/root/parameters
|
||||
adb shell mkdir -p /data/ftp/internal_000/fs/microsd
|
||||
|
||||
${RPI_TOOLCHAIN_DIR}/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-strip \
|
||||
-R .comment -R .gnu.version \
|
||||
|
|
Loading…
Reference in New Issue