Skip to content

Commit 2e8b609

Browse files
authored
Update esp32.md
1 parent d733343 commit 2e8b609

File tree

1 file changed

+29
-1
lines changed
  • content/docs/tools/teddyCloud/setup/dump-certs

1 file changed

+29
-1
lines changed

content/docs/tools/teddyCloud/setup/dump-certs/esp32.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,37 @@ description: ""
77
You can extract the flash memory via the debug port of the box and the esptool. Keep your backup! Please use a recent version of [esptool](https://github.com/espressif/esptool). (>v4.4)
88
Please connect the jumper J100 (Boot) and reset the box to put it into the required UARTmode. Connect your 3.3V UART to J103 (TxD, RxD, GND).
99

10+
If you're unsure in which mode the ESP32 is starting:
11+
12+
#### Normal startup mode
13+
14+
LED blinking green, startup sound is played, Serial output:
15+
16+
ESP-ROM:esp32s3-20210327
17+
Build:Mar 27 2021
18+
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
19+
SPIWP:0xee
20+
mode:DIO, clock div:1
21+
load:0x3fcd0108,len:0x118
22+
load:0x403b6000,len:0xb90
23+
load:0x403ba000,len:0x27f4
24+
entry 0x403b61c4
25+
+ gibberish
26+
27+
28+
#### Download mode
29+
30+
LED is off, no sound, Serial output:
31+
32+
ESP-ROM:esp32s3-20210327
33+
Build:Mar 27 2021
34+
rst:0x1 (POWERON),boot:0x0 (DOWNLOAD(USB/UART0))
35+
waiting for download
36+
37+
1038
![J103 Pinout](/img/tb-esp32-uart.jpg)
1139

12-
If connected with the Boot jumper, the box just start in "DOWNLOAD (USB/UART0)" mode (Check with a serial monitor) and the LED will be off. Beware, if the serial monitor is open it will block esptool.py from accessing the esp. If you get a "BROWNOUT_RST" check your power supply / battery. "SPI_FAST_FLASH_BOOT" indicates a boot without the J100 jumper.
40+
Beware, if the serial monitor is open it will block esptool.py from accessing the esp. If you get a "BROWNOUT_RST" check your power supply / battery. "SPI_FAST_FLASH_BOOT" indicates a boot without the J100 jumper.
1341

1442
## Browser based
1543
You can use the build in ESP32 box flashing tool in the webinterface of teddyCloud to backup your box with "Read ESP32".

0 commit comments

Comments
 (0)