Skip to content

Commit 2578081

Browse files
committed
Nano ESP32: erase flash when running "Burn Bootloader"
1 parent c5161a0 commit 2578081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: boards.txt

+1
Original file line numberDiff line numberDiff line change
@@ -24163,6 +24163,7 @@ nano_nora.build.memory_type={build.boot}_{build.psram_type}
2416324163
nano_nora.build.disable_pin_remap=
2416424164

2416524165
nano_nora.tools.esptool_py.program.pattern_args=--chip {build.mcu} --port "{serial.port}" --before default_reset --after hard_reset write_flash -z --flash_mode {build.flash_mode} --flash_freq {build.flash_freq} --flash_size {build.flash_size} {build.bootloader_addr} "{build.path}/{build.project_name}.bootloader.bin" 0x8000 "{build.path}/{build.project_name}.partitions.bin" 0xe000 "{runtime.platform.path}/tools/partitions/boot_app0.bin" 0xf70000 "{build.variant.path}/extra/nora_recovery/nora_recovery.ino.bin" 0x10000 "{build.path}/{build.project_name}.bin"
24166+
nano_nora.tools.esptool_py.erase.pattern_args=--chip {build.mcu} --port "{serial.port}" --before default_reset --after hard_reset erase_flash
2416624167

2416724168
nano_nora.menu.PinNumbers.default=By Arduino pin (default)
2416824169
nano_nora.menu.PinNumbers.byGPIONumber=By GPIO number (legacy)

0 commit comments

Comments
 (0)