Skip to content

Commit

Permalink
mk: change solo upload method
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed Apr 18, 2016
1 parent 88f5d9f commit fe68ee0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mk/px4_targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@ px4-v2-solo: EXTRAFLAGS += -DAP_MOTORS_SLEW_LIMIT=1
px4-v2-solo: px4-v2

px4-v2-solo-upload: px4-v2-solo
scp $(SKETCH)-v2.px4 root@10.1.1.10:/tmp/
ssh root@10.1.1.10 PYTHONUNBUFFERED=1 loadPixhawk.py /tmp/ArduCopter-v2.px4
ssh root@10.1.1.10 rm /tmp/ArduCopter-v2.px4;
scp $(SKETCH)-v2.px4 root@10.1.1.10:/firmware
ssh root@10.1.1.10 shutdown -r now

px4-v1-upload: px4-v1
$(RULEHDR)
Expand Down

0 comments on commit fe68ee0

Please sign in to comment.