DEVICE

ESP32 Flash Download Tools

이팔청춘 2023. 10. 13. 09:37

ESP32 로 양산해야 하거나 개발환경이 없는 PC에서 다운로드 해야할 상황을 위해 별도의 다운로드 툴이 있다.

 

https://www.espressif.com/en/support/download/other-tools

 

Tools | Espressif Systems

Quickly get Espressif's RF performance test tool, test firmware, test guide and certification test guide for ESP32, ESP32-C3, ESP32-S2,ESP32-C6,ESP32-C2,ESP32-H2, and ESP8266 series of product.

www.espressif.com

설치를 하면 아래와 같이 실행 할 수 있다.

혹은 실행이 안되면 관리자 권한으로 실행하자.

필요한 정보를 알기 위해 참고할 가이드에는 다음과 같이 나온다.

ESP-IDF로 개발 한 경우 다음과 같이 정보를 알 수 있다.

 

개발한 폴더의 build를 찾는다.

flash_args 파일을 열면 다음과 같이 나온다.

--flash_mode dio --flash_freq 40m --flash_size 4MB
0x1000 bootloader/bootloader.bin
0x10000 ethernet_basic.bin
0x8000 partition_table/partition-table.bin

이 정보를 넣어주고 BAUD는 921600으로 하면 빠르다.

START를 누르고 보드의 리셋버튼, IO버튼을 동시에 놀렀다가 리셋만 떼면 진행이 된다.