|
|
|
@ -115,11 +115,11 @@ upload-mega2560: |
|
|
|
|
arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:avr:mega
|
|
|
|
|
|
|
|
|
|
upload-tbeam: |
|
|
|
|
arduino-cli upload -p /dev/ttyACM1 --fqbn esp32:esp32:t-beam
|
|
|
|
|
arduino-cli upload -p /dev/ttyACM0 --fqbn esp32:esp32:t-beam
|
|
|
|
|
@sleep 1
|
|
|
|
|
rnodeconf /dev/ttyACM1 --firmware-hash $$(./partition_hashes ./build/esp32.esp32.t-beam/RNode_Firmware.ino.bin)
|
|
|
|
|
# @sleep 3
|
|
|
|
|
# python ./Release/esptool/esptool.py --chip esp32 --port /dev/ttyACM0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x210000 ./Release/console_image.bin
|
|
|
|
|
rnodeconf /dev/ttyACM0 --firmware-hash $$(./partition_hashes ./build/esp32.esp32.t-beam/RNode_Firmware.ino.bin)
|
|
|
|
|
@sleep 3
|
|
|
|
|
python ./Release/esptool/esptool.py --chip esp32 --port /dev/ttyACM0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x210000 ./Release/console_image.bin
|
|
|
|
|
|
|
|
|
|
upload-lora32_v10: |
|
|
|
|
arduino-cli upload -p /dev/ttyUSB0 --fqbn esp32:esp32:ttgo-lora32
|
|
|
|
|