.deploy.sh 746 B

123456789
  1. #!/bin/sh -e
  2. [ -z "$DEBUG" ] || set -x
  3. echo "########## bluez5_utils-5.62: deploy ##########"
  4. cd /media/seagate_500G/rk3308_linux5.10/buildroot
  5. cd /media/seagate_500G/rk3308_linux5.10/buildroot/output/rockchip_rk3308_b_release/target
  6. tar --no-recursion --ignore-failed-read -cf /media/seagate_500G/rk3308_linux5.10/buildroot/output/rockchip_rk3308_b_release/build/bluez5_utils-5.62/bluez5_utils-5.62.tar -T /media/seagate_500G/rk3308_linux5.10/buildroot/output/rockchip_rk3308_b_release/build/bluez5_utils-5.62/.files-list-target.txt
  7. adb shell true >/dev/null
  8. adb push /media/seagate_500G/rk3308_linux5.10/buildroot/output/rockchip_rk3308_b_release/build/bluez5_utils-5.62/bluez5_utils-5.62.tar /tmp/
  9. adb shell tar xvf /tmp/bluez5_utils-5.62.tar