2431 views|1 replies

1w

Posts

25

Resources
The OP
 

UF2 bootloader for ESP32-S2 [Copy link]

 

Although the UF2 bootloader for ESP32-S2 has not been officially released, a beta version is available on GitHub.

First download the source code and compile it according to the instructions, or directly download the precompiled binary file:

游客,如果您要查看本帖隐藏内容请回复

If it is a precompiled binary file, you also need to unzip the file into a directory.

Finally, download the bootloader using the command line:

esptool.py --chip esp32s2 -p /dev/ttyUSB0  -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 4MB 0x8000 partition-table.bin 0xe000 ota_data_initial.bin 0x1000 bootloader.bin 0x2d0000 tinyuf2.bin

In Windows, please make sure to change the serial port number /dev/ttyUSB0 to the actual serial port, such as COM5.

Latest reply

If you are interested, you can follow it.   Details Published on 2021-7-5 09:23
 
 

2w

Posts

74

Resources
2
 

If you are interested, you can follow it.

Add and join groups EEWorld service account EEWorld subscription account Automotive development circle
Personal signature

加油!在电子行业默默贡献自己的力量!:)

 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list