|
|
@ -4,32 +4,32 @@ starttime=`date +'%Y-%m-%d %H:%M:%S'` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
./waf configure --board rs100 > build_log.txt |
|
|
|
./waf configure --board rs100 > build_log.txt |
|
|
|
./waf clean >> build_log.txt |
|
|
|
# ./waf clean >> build_log.txt |
|
|
|
./waf copter >> build_log.txt |
|
|
|
./waf copter >> build_log.txt |
|
|
|
cp ./build/rs100/bin/arducopter.apj /mnt/f/_01-work/100\=data/固件/编译/致睿rs100-v4.0.17-RC4.px4 |
|
|
|
cp ./build/rs100/bin/arducopter.apj /mnt/f/_01-work/100\=data/固件/编译/致睿rs100-v4.0.17-RC6.px4 |
|
|
|
echo "finish build rs100 " |
|
|
|
echo "finish build rs100 " |
|
|
|
./waf configure --board rs100h >> build_log.txt |
|
|
|
./waf configure --board rs100h >> build_log.txt |
|
|
|
./waf clean >> build_log.txt |
|
|
|
# ./waf clean >> build_log.txt |
|
|
|
./waf copter >> build_log.txt |
|
|
|
./waf copter >> build_log.txt |
|
|
|
cp ./build/rs100h/bin/arducopter.apj /mnt/f/_01-work/100\=data/固件/编译/致睿rs100h-v4.0.17-RC4.px4 |
|
|
|
cp ./build/rs100h/bin/arducopter.apj /mnt/f/_01-work/100\=data/固件/编译/致睿rs100h-v4.0.17-RC6.px4 |
|
|
|
echo "finish build rs100h " |
|
|
|
echo "finish build rs100h " |
|
|
|
|
|
|
|
|
|
|
|
./waf configure --board d100 >> build_log.txt |
|
|
|
./waf configure --board d100 >> build_log.txt |
|
|
|
./waf clean >> build_log.txt |
|
|
|
# ./waf clean >> build_log.txt |
|
|
|
./waf copter >> build_log.txt |
|
|
|
./waf copter >> build_log.txt |
|
|
|
cp ./build/d100/bin/arducopter.apj /mnt/f/_01-work/100\=data/固件/编译/中海达d100-v4.0.17-RC4.px4 |
|
|
|
cp ./build/d100/bin/arducopter.apj /mnt/f/_01-work/100\=data/固件/编译/中海达d100-v4.0.17-RC6.px4 |
|
|
|
echo "finish build d100 " |
|
|
|
echo "finish build d100 " |
|
|
|
|
|
|
|
|
|
|
|
./waf configure --board d100h >> build_log.txt |
|
|
|
./waf configure --board d100h >> build_log.txt |
|
|
|
./waf clean >> build_log.txt |
|
|
|
# ./waf clean >> build_log.txt |
|
|
|
./waf copter >> build_log.txt |
|
|
|
./waf copter >> build_log.txt |
|
|
|
cp ./build/d100h/bin/arducopter.apj /mnt/f/_01-work/100\=data/固件/编译/中海达d100h-v4.0.17-RC4.px4 |
|
|
|
cp ./build/d100h/bin/arducopter.apj /mnt/f/_01-work/100\=data/固件/编译/中海达d100h-v4.0.17-RC6.px4 |
|
|
|
echo "finish build d100h " |
|
|
|
echo "finish build d100h " |
|
|
|
|
|
|
|
|
|
|
|
# ./waf configure --board zr-hexa >> build_log.txt |
|
|
|
# ./waf configure --board zr-hexa >> build_log.txt |
|
|
|
# ./waf clean >> build_log.txt |
|
|
|
# ./waf clean >> build_log.txt |
|
|
|
# ./waf copter >> build_log.txt |
|
|
|
# ./waf copter >> build_log.txt |
|
|
|
# cp ./build/zr-hexa/bin/arducopter.apj /mnt/f/_01-work/100\=data/固件/编译/六轴m66-v4.0.17-RC4.px4 |
|
|
|
# cp ./build/zr-hexa/bin/arducopter.apj /mnt/f/_01-work/100\=data/固件/编译/六轴m66-v4.0.17-RC6.px4 |
|
|
|
# echo "finish build zr-hexa " |
|
|
|
# echo "finish build zr-hexa " |
|
|
|
|
|
|
|
|
|
|
|
endtime=`date +'%Y-%m-%d %H:%M:%S'` |
|
|
|
endtime=`date +'%Y-%m-%d %H:%M:%S'` |
|
|
|