fixup! [Bebop 2] don't strip and upload to /data/ftp/internal_000

This commit is contained in:
Bram Strack van Schijndel 2018-07-02 15:03:54 +02:00 committed by Beat Küng
parent 0b6dc65e3c
commit 918c397ae7
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ elseif ("${BOARD}" STREQUAL "bbblue")
elseif ("${BOARD}" STREQUAL "bebop")
add_custom_target(upload
# COMMAND ${CMAKE_STRIP} -R .comment -R .gnu.version -o $<TARGET_FILE:px4>.stripped $<TARGET_FILE:px4>
COMMAND ${PX4_SOURCE_DIR}/Tools/adb_upload_to_bebop.sh $<TARGET_FILE:px4> /data/ftp/internal_000
DEPENDS px4
COMMENT "uploading px4"