mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
ci(ci-binaries): testing merge
This commit is contained in:
parent
7a7a4d1cc2
commit
92c8a65911
@ -59,6 +59,11 @@ def createZip(source, target, env):
|
|||||||
version = str(defines.get("PIO_SRC_TAG"))
|
version = str(defines.get("PIO_SRC_TAG"))
|
||||||
new_install_prompt_erase = True
|
new_install_prompt_erase = True
|
||||||
|
|
||||||
|
|
||||||
|
print("Creating manifest.json")
|
||||||
|
|
||||||
|
print("[PARTITIONS]: {}".format(partitions))
|
||||||
|
|
||||||
"""
|
"""
|
||||||
python esptool.py --chip ESP32 merge_bin -o merged-firmware.bin --flash_mode dio --flash_freq 40m --flash_size 4MB
|
python esptool.py --chip ESP32 merge_bin -o merged-firmware.bin --flash_mode dio --flash_freq 40m --flash_size 4MB
|
||||||
0x1000 bootloader.bin 0x8000 partitions.bin 0xe000 boot.bin 0x10000 OpenIris-v1.3.0-esp32AIThinker-8229a3a-master.bin
|
0x1000 bootloader.bin 0x8000 partitions.bin 0xe000 boot.bin 0x10000 OpenIris-v1.3.0-esp32AIThinker-8229a3a-master.bin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user