due OTA programming, EEPROM signature check

This commit is contained in:
2020-05-30 18:23:50 +03:00
parent f691aa0cb0
commit 00e631515f
8 changed files with 34 additions and 22 deletions

BIN
compiled/due/firmware.bin Executable file

Binary file not shown.

1
compiled/due/uploadOTA.sh Executable file
View File

@@ -0,0 +1 @@
../tools/mac/arduinoOTA -address 192.168.8.56 -port 65280 -username arduino -password password -sketch firmware.bin -b -upload /sketch

BIN
compiled/tools/mac/arduinoOTA Executable file

Binary file not shown.

View File

@@ -1,3 +1,4 @@
cp ../.pio/build/due/firmware.bin due
cp ../.pio/build/controllino/firmware.hex controllino
cp ../.pio/build/m5stack/firmware.bin m5stack
cp ../.pio/build/mega2560slim-5100/firmware.hex mega2560slim-5100