bluetooth_flash_programmer_esp32
v1.2.1
基於ESP32芯片的藍牙閃存程序員。
| 閃光 | CS | Sclk | 莫西 | 味o |
|---|---|---|---|---|
| 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? :flash信息 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