silver2row

Trying w/ Building on Upload/Rsync

Sep 29th, 2021 (edited)
1,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. # This is what they said would work, right...
  2.  
  3. ./waf configure --board navio2 --rsync-dest root@192.168.1.2:/
  4. ./waf --target bin/arducopter --upload
  5.  
  6. # This is what works...
  7.  
  8. sudo python3 waf configure --board=blue --rsync-dest debian@192.168.7.2:/home/debian
  9.  
  10. sudo python3 ../../waf --target bin/arducopter --upload
  11.  
  12. # The last command works in the /arducopter/board/blue/ dir.
Add Comment
Please, Sign In to add comment