Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is what they said would work, right...
- ./waf configure --board navio2 --rsync-dest root@192.168.1.2:/
- ./waf --target bin/arducopter --upload
- # This is what works...
- sudo python3 waf configure --board=blue --rsync-dest debian@192.168.7.2:/home/debian
- sudo python3 ../../waf --target bin/arducopter --upload
- # The last command works in the /arducopter/board/blue/ dir.
Add Comment
Please, Sign In to add comment