espressif / esp-bootloader-plus

An enhanced bootloader to support compression upgrade and diff compression upgrade.
Other
24 stars 7 forks source link

How to send OTA firmware via BLE? #10

Open muraatozbek opened 3 months ago

muraatozbek commented 3 months ago

I am trying to send "xxx.bin.xz.packed" file via bluedroid-BLE to ESP32. but i am getting error

esp_ota_ops: OTA image has invalid magic byte (expected 0xE9, saw 0x19) Bluedroid-Peripheral: esp_ota_write failed (ESP_ERR_OTA_VALIDATE_FAILED)!

How can i send my "xxx.bin.xz.packed" OTA file to ESP32 via BLE?