Changed Heltec nRF52 core paths
This commit is contained in:
@@ -103,7 +103,7 @@ firmware-heltec_t114:
|
|||||||
arduino-cli compile --log --fqbn Heltec_nRF52:Heltec_nRF52:HT-n5262 -e --build-property "build.partitions=no_ota" --build-property "upload.maximum_size=2097152" --build-property "compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3C\""
|
arduino-cli compile --log --fqbn Heltec_nRF52:Heltec_nRF52:HT-n5262 -e --build-property "build.partitions=no_ota" --build-property "upload.maximum_size=2097152" --build-property "compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x3C\""
|
||||||
|
|
||||||
firmware-heltec_t096:
|
firmware-heltec_t096:
|
||||||
arduino-cli compile --log --fqbn heltec:Heltec_nRF52:HT-n5262G -e --build-property "build.partitions=no_ota" --build-property "upload.maximum_size=2097152" --build-property "compiler.cpp.extra_flags=\"-DBOARD_MODEL=0xD2\""
|
arduino-cli compile --log --fqbn Heltec_nRF52:Heltec_nRF52:HT-n5262G -e --build-property "build.partitions=no_ota" --build-property "upload.maximum_size=2097152" --build-property "compiler.cpp.extra_flags=\"-DBOARD_MODEL=0xD2\""
|
||||||
|
|
||||||
firmware-lora32_v10: check_bt_buffers
|
firmware-lora32_v10: check_bt_buffers
|
||||||
arduino-cli compile --log --fqbn esp32:esp32:ttgo-lora32 -e --build-property "build.partitions=no_ota" --build-property "upload.maximum_size=2097152" --build-property "compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x39\""
|
arduino-cli compile --log --fqbn esp32:esp32:ttgo-lora32 -e --build-property "build.partitions=no_ota" --build-property "upload.maximum_size=2097152" --build-property "compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x39\""
|
||||||
@@ -358,7 +358,7 @@ upload-heltec_t114:
|
|||||||
rnodeconf /dev/ttyACM0 --firmware-hash $$(./partition_hashes from_device /dev/ttyACM0)
|
rnodeconf /dev/ttyACM0 --firmware-hash $$(./partition_hashes from_device /dev/ttyACM0)
|
||||||
|
|
||||||
upload-heltec_t096:
|
upload-heltec_t096:
|
||||||
arduino-cli upload -p /dev/ttyACM0 --fqbn heltec:Heltec_nRF52:HT-n5262G
|
arduino-cli upload -p /dev/ttyACM0 --fqbn Heltec_nRF52:Heltec_nRF52:HT-n5262G
|
||||||
@sleep 1
|
@sleep 1
|
||||||
rnodeconf /dev/ttyACM0 --firmware-hash $$(./partition_hashes from_device /dev/ttyACM0)
|
rnodeconf /dev/ttyACM0 --firmware-hash $$(./partition_hashes from_device /dev/ttyACM0)
|
||||||
|
|
||||||
@@ -688,7 +688,7 @@ release-heltec_t114:
|
|||||||
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_heltec_t114.hex Release/rnode_firmware_heltec_t114.zip
|
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_heltec_t114.hex Release/rnode_firmware_heltec_t114.zip
|
||||||
|
|
||||||
release-heltec_t096:
|
release-heltec_t096:
|
||||||
arduino-cli compile --fqbn heltec:Heltec_nRF52:HT-n5262G -e --build-property "build.partitions=no_ota" --build-property "upload.maximum_size=2097152" --build-property "compiler.cpp.extra_flags=\"-DBOARD_MODEL=0xD2\""
|
arduino-cli compile --fqbn Heltec_nRF52:Heltec_nRF52:HT-n5262G -e --build-property "build.partitions=no_ota" --build-property "upload.maximum_size=2097152" --build-property "compiler.cpp.extra_flags=\"-DBOARD_MODEL=0xD2\""
|
||||||
cp build/Heltec_nRF52.Heltec_nRF52.HT-n5262G/RNode_Firmware.ino.hex build/rnode_firmware_heltec_t096.hex
|
cp build/Heltec_nRF52.Heltec_nRF52.HT-n5262G/RNode_Firmware.ino.hex build/rnode_firmware_heltec_t096.hex
|
||||||
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_heltec_t096.hex Release/rnode_firmware_heltec_t096.zip
|
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_heltec_t096.hex Release/rnode_firmware_heltec_t096.zip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user