bluetooth_flash_programmer_esp32
v1.2.1
Bluetooth Flash Programmer basé sur la puce ESP32.
| ÉCLAIR | CS | SCLK | Mosi | Miso |
|---|---|---|---|---|
| ESP32 | 15 | 14 | 13 | 12 |
MTD+ERASE:ALL! : Effacer la puce flash complèteMTD+ERASE:0x%x+0x%x : effacer le flash: longueur d'addrMTD+WRITE:0x%x+0x%x : écrire flash: longueur addrMTD+READ:0x%x+0x%x : lecture Flash: Longueur addrMTD+INFO? : 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