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 :flash: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