init
This commit is contained in:
@@ -0,0 +1,102 @@
|
||||
|
||||
Getting ESP Chip Info...
|
||||
|
||||
|
||||
Chip ID:
|
||||
esptool.py v4.9.dev8
|
||||
Serial port /dev/ttyUSB0
|
||||
Connecting....
|
||||
Detecting chip type... ESP32-C5
|
||||
Chip is ESP32-C5 (revision v1.0)
|
||||
Features: WiFi 6, BT 5, IEEE802.15.4
|
||||
Crystal is 48MHz
|
||||
MAC: 30:ed:a0:ff:fe:e4:6a:d4
|
||||
BASE MAC: 30:ed:a0:e4:6a:d4
|
||||
MAC_EXT: ff:fe
|
||||
Uploading stub...
|
||||
Running stub...
|
||||
Stub running...
|
||||
Changing baud rate to 460800
|
||||
Changed.
|
||||
Warning: ESP32-C5 has no Chip ID. Reading MAC instead.
|
||||
MAC: 30:ed:a0:ff:fe:e4:6a:d4
|
||||
BASE MAC: 30:ed:a0:e4:6a:d4
|
||||
MAC_EXT: ff:fe
|
||||
Hard resetting via RTS pin...
|
||||
|
||||
Flash ID:
|
||||
esptool.py v4.9.dev8
|
||||
Serial port /dev/ttyUSB0
|
||||
Connecting....
|
||||
Detecting chip type... ESP32-C5
|
||||
Chip is ESP32-C5 (revision v1.0)
|
||||
Features: WiFi 6, BT 5, IEEE802.15.4
|
||||
Crystal is 48MHz
|
||||
MAC: 30:ed:a0:ff:fe:e4:6a:d4
|
||||
BASE MAC: 30:ed:a0:e4:6a:d4
|
||||
MAC_EXT: ff:fe
|
||||
Uploading stub...
|
||||
Running stub...
|
||||
Stub running...
|
||||
Changing baud rate to 460800
|
||||
Changed.
|
||||
Manufacturer: 20
|
||||
Device: 4017
|
||||
Detected flash size: 8MB
|
||||
Hard resetting via RTS pin...
|
||||
|
||||
Flash Status:
|
||||
esptool.py v4.9.dev8
|
||||
Serial port /dev/ttyUSB0
|
||||
Connecting....
|
||||
Detecting chip type... ESP32-C5
|
||||
Chip is ESP32-C5 (revision v1.0)
|
||||
Features: WiFi 6, BT 5, IEEE802.15.4
|
||||
Crystal is 48MHz
|
||||
MAC: 30:ed:a0:ff:fe:e4:6a:d4
|
||||
BASE MAC: 30:ed:a0:e4:6a:d4
|
||||
MAC_EXT: ff:fe
|
||||
Uploading stub...
|
||||
Running stub...
|
||||
Stub running...
|
||||
Changing baud rate to 460800
|
||||
Changed.
|
||||
Status value: 0x0200
|
||||
Hard resetting via RTS pin...
|
||||
|
||||
Security Info:
|
||||
esptool.py v4.9.dev8
|
||||
Serial port /dev/ttyUSB0
|
||||
Connecting....
|
||||
Detecting chip type... ESP32-C5
|
||||
Chip is ESP32-C5 (revision v1.0)
|
||||
Features: WiFi 6, BT 5, IEEE802.15.4
|
||||
Crystal is 48MHz
|
||||
MAC: 30:ed:a0:ff:fe:e4:6a:d4
|
||||
BASE MAC: 30:ed:a0:e4:6a:d4
|
||||
MAC_EXT: ff:fe
|
||||
Uploading stub...
|
||||
Running stub...
|
||||
Stub running...
|
||||
Changing baud rate to 460800
|
||||
Changed.
|
||||
|
||||
Security Information:
|
||||
=====================
|
||||
Flags: 0x00000000 (0b0)
|
||||
Key Purposes: (0, 0, 0, 0, 0, 0, 19)
|
||||
BLOCK_KEY0 - USER/EMPTY
|
||||
BLOCK_KEY1 - USER/EMPTY
|
||||
BLOCK_KEY2 - USER/EMPTY
|
||||
BLOCK_KEY3 - USER/EMPTY
|
||||
BLOCK_KEY4 - USER/EMPTY
|
||||
BLOCK_KEY5 - USER/EMPTY
|
||||
Chip ID: 23
|
||||
API Version: 2
|
||||
Secure Boot: Disabled
|
||||
Flash Encryption: Disabled
|
||||
SPI Boot Crypt Count (SPI_BOOT_CRYPT_CNT): 0x0
|
||||
Hard resetting via RTS pin...
|
||||
|
||||
All donsies~ :3
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,60 @@
|
||||
Starting dump from chip: esp32c5
|
||||
on port: /dev/ttyUSB0
|
||||
at: 460800 baud
|
||||
to directory: ./live-roms/esp32c5-devkit-170525220732
|
||||
twith log file: ./live-roms/esp32c5-devkit-170525220732/log.txt
|
||||
|
||||
ROM starting: 0x40000000 length: 0x4FFFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x40000000 0x4FFFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-ROM-0x40000000-0x4FFFF-170525220732.bin
|
||||
File: ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-ROM-0x40000000-0x4FFFF-170525220732.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x40000000 0x4FFFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-ROM-0x40000000-0x4FFFF-170525220732.bin
|
||||
sha256sum: 2d9aeb262e1ffd99866fd88388a8b4029d6e815a354576faa359a22e0507ad4c ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-ROM-0x40000000-0x4FFFF-170525220732.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
HP-Memory starting: 0x40800000 length: 0x7FFFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x40800000 0x7FFFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-HP-Memory-0x40800000-0x7FFFF-170525220732.bin
|
||||
File: ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-HP-Memory-0x40800000-0x7FFFF-170525220732.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x40800000 0x7FFFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-HP-Memory-0x40800000-0x7FFFF-170525220732.bin
|
||||
sha256sum: 6cc63f98f45b8886c47216a802578c04d2110c456338a907a577d9dc39fbb089 ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-HP-Memory-0x40800000-0x7FFFF-170525220732.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
LP-Memory starting: 0x50000000 length: 0x3FFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x50000000 0x3FFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-LP-Memory-0x50000000-0x3FFF-170525220732.bin
|
||||
File: ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-LP-Memory-0x50000000-0x3FFF-170525220732.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x50000000 0x3FFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-LP-Memory-0x50000000-0x3FFF-170525220732.bin
|
||||
sha256sum: ca83d87c7c28c428255ac673bc3c3ae9f9d2062b2df5db95a44ef21f221b3d25 ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-LP-Memory-0x50000000-0x3FFF-170525220732.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
Peripherals-0 starting: 0x60000000 length: 0xBFFFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x60000000 0xBFFFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Peripherals-0-0x60000000-0xBFFFF-170525220732.bin
|
||||
File: ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Peripherals-0-0x60000000-0xBFFFF-170525220732.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x60000000 0xBFFFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Peripherals-0-0x60000000-0xBFFFF-170525220732.bin
|
||||
sha256sum: d2d192ef14f3e38d404e37b8d7bc905999353df4ac4151ef635db0a8affe70de ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Peripherals-0-0x60000000-0xBFFFF-170525220732.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
Peripherals-1 starting: 0x600C0000 length: 0xFFFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x600C0000 0xFFFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Peripherals-1-0x600C0000-0xFFFF-170525220732.bin
|
||||
File: ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Peripherals-1-0x600C0000-0xFFFF-170525220732.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x600C0000 0xFFFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Peripherals-1-0x600C0000-0xFFFF-170525220732.bin
|
||||
sha256sum: a0b030cd09822cd5c5501042d800d1ab86199f17803aef78edb7bd0476fc844e ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Peripherals-1-0x600C0000-0xFFFF-170525220732.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
Cache-MMU-External-Memory starting: 0x41000000 length: 0xFFFFFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x41000000 0xFFFFFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Cache-MMU-External-Memory-0x41000000-0xFFFFFF-170525220732.bin
|
||||
File: ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Cache-MMU-External-Memory-0x41000000-0xFFFFFF-170525220732.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x41000000 0xFFFFFF ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Cache-MMU-External-Memory-0x41000000-0xFFFFFF-170525220732.bin
|
||||
sha256sum: ee8e7f27281c1c357fc5722f95ab6a99941423b2a2b0594de672f8ea7af3ff84 ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Cache-MMU-External-Memory-0x41000000-0xFFFFFF-170525220732.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
ee8e7f27281c1c357fc5722f95ab6a99941423b2a2b0594de672f8ea7af3ff84 ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Cache-MMU-External-Memory-0x41000000-0xFFFFFF-170525220732.bin
|
||||
6cc63f98f45b8886c47216a802578c04d2110c456338a907a577d9dc39fbb089 ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-HP-Memory-0x40800000-0x7FFFF-170525220732.bin
|
||||
ca83d87c7c28c428255ac673bc3c3ae9f9d2062b2df5db95a44ef21f221b3d25 ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-LP-Memory-0x50000000-0x3FFF-170525220732.bin
|
||||
d2d192ef14f3e38d404e37b8d7bc905999353df4ac4151ef635db0a8affe70de ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Peripherals-0-0x60000000-0xBFFFF-170525220732.bin
|
||||
a0b030cd09822cd5c5501042d800d1ab86199f17803aef78edb7bd0476fc844e ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-Peripherals-1-0x600C0000-0xFFFF-170525220732.bin
|
||||
2d9aeb262e1ffd99866fd88388a8b4029d6e815a354576faa359a22e0507ad4c ./live-roms/esp32c5-devkit-170525220732/esp32c5-devkit-esp32c5-ROM-0x40000000-0x4FFFF-170525220732.bin
|
||||
d60f9e0b2ad7584c16f3c33e7fc62e44eb03c44d0362128e437c3ca625aa1362 ./live-roms/esp32c5-devkit-170525220732/log.txt
|
||||
9d14c9b74ea93adcc23a19ffaa54a571d2f3c776e05ce9a8236c4b607949132d ./live-roms/esp32c5-devkit-170525220732/watch.sh
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,60 @@
|
||||
Starting dump from chip: esp32c5
|
||||
on port: /dev/ttyUSB0
|
||||
at: 460800 baud
|
||||
to directory: ./live-roms/esp32c5-devkit-180525031841
|
||||
twith log file: ./live-roms/esp32c5-devkit-180525031841/log.txt
|
||||
|
||||
ROM starting: 0x40000000 length: 0x4FFFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x40000000 0x4FFFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-ROM-0x40000000-0x4FFFF-180525031841.bin
|
||||
File: ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-ROM-0x40000000-0x4FFFF-180525031841.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x40000000 0x4FFFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-ROM-0x40000000-0x4FFFF-180525031841.bin
|
||||
sha256sum: 2d9aeb262e1ffd99866fd88388a8b4029d6e815a354576faa359a22e0507ad4c ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-ROM-0x40000000-0x4FFFF-180525031841.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
HP-Memory starting: 0x40800000 length: 0x7FFFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x40800000 0x7FFFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-HP-Memory-0x40800000-0x7FFFF-180525031841.bin
|
||||
File: ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-HP-Memory-0x40800000-0x7FFFF-180525031841.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x40800000 0x7FFFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-HP-Memory-0x40800000-0x7FFFF-180525031841.bin
|
||||
sha256sum: 29b4fac3b5686b579d47b44e0fdaacaa8360ec23126f32bdbd5889a54b9896ad ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-HP-Memory-0x40800000-0x7FFFF-180525031841.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
LP-Memory starting: 0x50000000 length: 0x3FFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x50000000 0x3FFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-LP-Memory-0x50000000-0x3FFF-180525031841.bin
|
||||
File: ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-LP-Memory-0x50000000-0x3FFF-180525031841.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x50000000 0x3FFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-LP-Memory-0x50000000-0x3FFF-180525031841.bin
|
||||
sha256sum: 6a86b27e761f68b60bcb264e14ee65f56ecea613fb0bb2daee75da5e770c04e8 ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-LP-Memory-0x50000000-0x3FFF-180525031841.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
Peripherals-0 starting: 0x60000000 length: 0xBFFFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x60000000 0xBFFFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Peripherals-0-0x60000000-0xBFFFF-180525031841.bin
|
||||
File: ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Peripherals-0-0x60000000-0xBFFFF-180525031841.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x60000000 0xBFFFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Peripherals-0-0x60000000-0xBFFFF-180525031841.bin
|
||||
sha256sum: 6cc6a62fb68d6b50e1ffc7294141e174a4e3d3772cf0295205ce7e50f2878822 ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Peripherals-0-0x60000000-0xBFFFF-180525031841.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
Peripherals-1 starting: 0x600C0000 length: 0xFFFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x600C0000 0xFFFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Peripherals-1-0x600C0000-0xFFFF-180525031841.bin
|
||||
File: ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Peripherals-1-0x600C0000-0xFFFF-180525031841.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x600C0000 0xFFFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Peripherals-1-0x600C0000-0xFFFF-180525031841.bin
|
||||
sha256sum: a0b030cd09822cd5c5501042d800d1ab86199f17803aef78edb7bd0476fc844e ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Peripherals-1-0x600C0000-0xFFFF-180525031841.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
Cache-MMU-External-Memory starting: 0x41000000 length: 0xFFFFFF on esp32c5 no_stub: True
|
||||
|
||||
Running: esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x41000000 0xFFFFFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Cache-MMU-External-Memory-0x41000000-0xFFFFFF-180525031841.bin
|
||||
File: ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Cache-MMU-External-Memory-0x41000000-0xFFFFFF-180525031841.bin
|
||||
esptool.py --no-stub --baud 460800 --port /dev/ttyUSB0 --chip esp32c5 dump_mem 0x41000000 0xFFFFFF ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Cache-MMU-External-Memory-0x41000000-0xFFFFFF-180525031841.bin
|
||||
sha256sum: ee8e7f27281c1c357fc5722f95ab6a99941423b2a2b0594de672f8ea7af3ff84 ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Cache-MMU-External-Memory-0x41000000-0xFFFFFF-180525031841.bin
|
||||
Sucess
|
||||
===
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
ee8e7f27281c1c357fc5722f95ab6a99941423b2a2b0594de672f8ea7af3ff84 ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Cache-MMU-External-Memory-0x41000000-0xFFFFFF-180525031841.bin
|
||||
29b4fac3b5686b579d47b44e0fdaacaa8360ec23126f32bdbd5889a54b9896ad ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-HP-Memory-0x40800000-0x7FFFF-180525031841.bin
|
||||
6a86b27e761f68b60bcb264e14ee65f56ecea613fb0bb2daee75da5e770c04e8 ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-LP-Memory-0x50000000-0x3FFF-180525031841.bin
|
||||
6cc6a62fb68d6b50e1ffc7294141e174a4e3d3772cf0295205ce7e50f2878822 ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Peripherals-0-0x60000000-0xBFFFF-180525031841.bin
|
||||
a0b030cd09822cd5c5501042d800d1ab86199f17803aef78edb7bd0476fc844e ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-Peripherals-1-0x600C0000-0xFFFF-180525031841.bin
|
||||
2d9aeb262e1ffd99866fd88388a8b4029d6e815a354576faa359a22e0507ad4c ./live-roms/esp32c5-devkit-180525031841/esp32c5-devkit-esp32c5-ROM-0x40000000-0x4FFFF-180525031841.bin
|
||||
039436ec1e2bb423f2e20c4f9918126116229a2a30f1b70193df01ea20afefe9 ./live-roms/esp32c5-devkit-180525031841/log.txt
|
||||
Reference in New Issue
Block a user