bluetooth_flash_programmer_esp32
v1.2.1
ESP32 칩을 기반으로 한 Bluetooth 플래시 프로그래머.
| 플래시 | CS | SCLK | 모시 | 된장 |
|---|---|---|---|---|
| ESP32 | 15 | 14 | 13 | 12 |
MTD+ERASE:ALL! : 전체 플래시 칩을 지우십시오MTD+ERASE:0x%x+0x%x : 지우기 플래시 : Addr 길이MTD+WRITE:0x%x+0x%x : 쓰기 플래시 : Addr 길이MTD+READ:0x%x+0x%x : 플래시 읽기 : Addr 길이MTD+INFO? : 플래시 정보 git clone --recursive https://github.com/redchenjs/bluetooth_flash_programmer_esp32.git
git pull
git submodule update --init --recursive
./esp-idf/install.sh
export IDF_PATH=$PWD/esp-idf
source ./esp-idf/export.sh
idf.py menuconfig
Bluetooth Flash Programmer 메뉴 아래에 있습니다. idf.py flash monitor