Browse Source

bebop2 upload script: create microsd filesystem so that logger does not

complain

Signed-off-by: Roman <bapstroman@gmail.com>
sbg
Roman 8 years ago committed by Lorenz Meier
parent
commit
3392e3f9f7
  1. 1
      Tools/adb_upload_to_bebop.sh

1
Tools/adb_upload_to_bebop.sh

@ -32,6 +32,7 @@ sleep 1 @@ -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…
Cancel
Save