bluetooth_flash_programmer_esp32
v1.2.1
โปรแกรมเมอร์บลูทู ธ แฟลชตามชิป ESP32
| แฟลช | CS | SCLK | Mosi | มิโซะ |
|---|---|---|---|---|
| esp32 | 15 | 14 | 13 | 12 |
MTD+ERASE:ALL! : ลบชิปแฟลชเต็มรูปแบบMTD+ERASE:0x%x+0x%x : Erase Flash: Addr LengthMTD+WRITE:0x%x+0x%x : เขียนแฟลช: addr lengthMTD+READ:0x%x+0x%x : อ่านแฟลช: addr lengthMTD+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