Hi, All
For ESP8266 it is simple: B4R compiles by Arduino the single binary file src.ino.bin of the firmware to be flashed into the IC.
For ESP32 i see the generated the binary ones:
But what is the file for OTA manual update ?
How to distribute the firmware for a remote update by 3rd party user ?
If to use a B4J UART flasher - what file\how to flash ?
UPD: found about esptool, but B4R generated only 3 .bin files instead of the needed 4 - how to be ?
For ESP8266 it is simple: B4R compiles by Arduino the single binary file src.ino.bin of the firmware to be flashed into the IC.
For ESP32 i see the generated the binary ones:
- src.ino.bootloader.bin
- src.ino.bin
- src.ino.partitions.bin
src.ino.elf (biiig one)
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000,0x140000,
spiffs, data, spiffs, 0x290000,0x160000,
coredump, data, coredump,0x3F0000,0x10000,
But what is the file for OTA manual update ?
How to distribute the firmware for a remote update by 3rd party user ?
If to use a B4J UART flasher - what file\how to flash ?
UPD: found about esptool, but B4R generated only 3 .bin files instead of the needed 4 - how to be ?
Last edited: