Update firmware

This commit is contained in:
lewishe 2023-03-21 19:49:17 +08:00
parent 32bba19f5a
commit 00a1d39dd8
8 changed files with 7 additions and 7 deletions

View File

@ -2,13 +2,6 @@
When you suspect that there is a problem with the hardware, you can brush in our test firmware
1. Download [Flash_download_tool](https://www.espressif.com.cn/sites/default/files/tools/flash_download_tool_3.9.3_0.zip)
2. Select esp32s3,USB
![](esp32s3-1.png)
3. Press and hold the BOOT button on the board, do not release it, then insert the USB, and finally release the BOOT button
3. Select according to the following figure, finally select START, press RST after writing, or power on again, and then observe the log output from the serial port
![](esp32s3-2.png)

BIN
firmware/boot_app0.bin Normal file

Binary file not shown.

BIN
firmware/bootloader.bin Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

View File

@ -0,0 +1,7 @@
:start
esptool.exe --chip esp32s3 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 16MB 0x0 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin
@echo Press any key,keey find device praogram
pause
goto start

BIN
firmware/partitions.bin Normal file

Binary file not shown.