Skip to content

Commit 5df18c3

Browse files
committed
Clean up two leftovers from debugging
1 parent a6a6ebe commit 5df18c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ports/espressif/esp-idf-config/partitions-8MB-no-uf2.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
# partition_table, data, table, 0x8000, 4K
44
nvs, data, nvs, 0x9000, 20K
55
otadata, data, ota, 0xe000, 8K
6-
ota_0, app, ota_0, 0x10000, 4096K
6+
ota_0, app, ota_0, 0x10000, 2048K
7+
ota_1, app, ota_1, 0x210000, 2048K
78
user_fs, data, fat, 0x410000, 4032K

ports/espressif/tools/decode_backtrace.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515
elfs = [
1616
f"build-{board}/firmware.elf",
17-
"/home/tannewt/Downloads/esp-rom-elfs-20241011/esp32c6_rev0_rom.elf",
17+
# Add additional ELF files here such as the ROM ELF files from:
18+
# https://github.com/espressif/esp-rom-elfs/releases
19+
# "/home/tannewt/Downloads/esp-rom-elfs-20241011/esp32c6_rev0_rom.elf",
1820
]
1921

2022
while True:

0 commit comments

Comments
 (0)