Newer
Older
m5scp2_exp / __admin / 12build_upload.sh
#!/bin/bash

cd ..
./93_compile_factorytest.sh
./97_compile4plus.sh

cd FactoryTest/build/esp32.esp32.m5stack_stickc_plus2
sftp -P 10822 miura@istlab.info <<EOF
put FactoryTest.ino.bin /home/miura/cit.istlab.info/f/plus2/FactoryTest.ino.bin
put FactoryTest.ino.bootloader.bin /home/miura/cit.istlab.info/f/plus2/FactoryTest.ino.bootloader.bin
put FactoryTest.ino.partitions.bin /home/miura/cit.istlab.info/f/plus2/FactoryTest.ino.partitions.bin
EOF

cd ../esp32.esp32.m5stack_stickc_plus
sftp -P 10822 miura@istlab.info <<EOF
put FactoryTest.ino.bin /home/miura/cit.istlab.info/f/plus1/FactoryTest.ino.bin
put FactoryTest.ino.bootloader.bin /home/miura/cit.istlab.info/f/plus1/FactoryTest.ino.bootloader.bin
put FactoryTest.ino.partitions.bin /home/miura/cit.istlab.info/f/plus1/FactoryTest.ino.partitions.bin
EOF 

echo "Upload completed."