Linux: added example startup script for plane

This commit is contained in:
Andrew Tridgell 2014-08-19 13:31:00 +10:00
parent a693907429
commit e629a8d67a

View File

@ -0,0 +1,13 @@
#!/bin/bash
cd /root
(
date
init 3
killall -q udhcpd
(cd Linux_HAL_Essentials && ./startup.sh load)
while :; do
./ArduPlane.elf -A /dev/ttyO0 -B /dev/ttyO5
done
) >> plane.log 2>&1