Skip to content

Commit fe93e46

Browse files
committed
adding flashtool
1 parent 0773fe5 commit fe93e46

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/01_Toolboxes/02_DiscoveryElectronics/04_3_seeedmicroscoperepair.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55
Sometimes - with a wrong firmware, one can not simply flash a new firmware. One has to press the boot/reset buttons to bring the ESP32S3 xiao into boot mode. It's a bit unfortunate that there is no workaround to do that via Software. So we would need to access the tiny buttons of the MCU. For this we have to open the device. Don't worry, it's doable and worth it! According to seeed studio, there is no way to determine when the firmware can easily be flashed or needs a manual enter into the bootloader.
66

77

8+
:::error
9+
We found out that you can bypass the reset/boot-button holding sequence in case the firmware has bricked the device by erasing the flash and then uploading a new firmware via our online tool. You can visit the ESP Flash Tool here: https://espressif.github.io/esptool-js/ and follow the following steps:
10+
1. connect the board to your computer via USB
11+
2. select your port
12+
3. select erase flash and hit start
13+
14+
This removes everything from the device's flash. Then proceed to flash your favourite firmware from e.g. from our repo: https://matchboxscope.github.io/firmware/FLASH.html
15+
16+
![](./IMAGES/seeedRepair/ESPFlashTool.png)
17+
:::
18+
19+
20+
21+
822
![](./IMAGES/seeedRepair/IMG_20240927_080225.jpg)
923
*Open the device by unscrewing all panels using philips screwdrivers*
1024

535 KB
Loading

0 commit comments

Comments
 (0)