Skip to content

Commit 0368036

Browse files
committed
fixed wrong image paths
1 parent 44de9e1 commit 0368036

9 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ If connected with the Boot jumper, the box just start in "DOWNLOAD (USB/UART0)"
1313
## Browser based
1414
You can use the build in ESP32 box flashing tool in the webinterface of teddyCloud to backup your box with "Read ESP32".
1515

16-
![Initial Screen ESP32 flash](/img/esp32_newgui_flashing_00_initial.png)
16+
![Initial Screen ESP32 flash](/img/esp32_gui_flashing_00_initial.png)
1717

1818
Click on [Read Flash]
1919

20-
![Read flash](/img/esp32_newgui_flashing_01_readflash.png)
20+
![Read flash](/img/esp32_gui_flashing_01_readflash.png)
2121

2222
If the flash is read sucessfully, you can download the unpatched firmware.
2323

24-
![Flash successfully read](/img/esp32_newgui_flashing_02_patchflash.png)
24+
![Flash successfully read](/img/esp32_gui_flashing_02_patchflash.png)
2525

2626
After that you can manually extract the certificates into the ```/certs/client/``` directory. You can either do that with the teddycloud executable on your computer or you may do it via the docker shell `docker exec -it <container-name> bash`.
2727
```

content/docs/tools/teddyCloud/setup/flash-ca/esp32.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ Check, that your backup of your flash is okay and you were able to extract the c
1212

1313
If you successfully read or load the flash of your Toniebox, the patching step is shown. Enter the hostname/ip of your teddyCloud instance. You can now also enter the WiFi credentials. To proceed click [Patch].
1414

15-
![Patching the flash/hostname/wifi](/img/esp32_newgui_flashing_02_patchflash.png)
15+
![Patching the flash/hostname/wifi](/img/esp32_gui_flashing_02_patchflash.png)
1616

1717
After the flash is patched, you can proceed with the actuall flashing. Till this step nothing happens to your Toniebox.
1818

19-
![Flash you Toniebox](/img/esp32_newgui_flashing_03_initialflash.png)
19+
![Flash you Toniebox](/img/esp32_gui_flashing_03_initialflash.png)
2020

2121
To flash the patched firmware on your Toniebox, disconnect your Toniebox first from your powersource, click [Flash ESP32], confirm the dialog and immediatly connect to powersource again.
2222

23-
![Confirm flashing](/img/esp32_newgui_flashing_04_confirmflash.png)
23+
![Confirm flashing](/img/esp32_gui_flashing_04_confirmflash.png)
2424

25-
![Flashing in progress](/img/esp32_newgui_flashing_05_flashing.png)
25+
![Flashing in progress](/img/esp32_gui_flashing_05_flashing.png)
2626

2727
If the flashing was successful, you can download the unpatched and patched Firmware for your backup.
2828

29-
![Flashing done](/img/esp32_newgui_flashing_06_flashingdone.png)
29+
![Flashing done](/img/esp32_gui_flashing_06_flashingdone.png)
3030

3131

3232
## Legacy

0 commit comments

Comments
 (0)