pfalcon / yaota8266

Yet another OTA solution for ESP8266, this time supporting large (>512KB) firmwares even on 1MB devices (repo is rebased)
120 stars 33 forks source link

Building combined firmwares (yaota8266+app) undocumented? #24

Open dave2 opened 5 years ago

dave2 commented 5 years ago

It appears that although MicroPython does a combined bootloader+MP image, this isn't just appending the app to the build yaota8266.bin, there is clearly another step to change some verification values.

Could the script used to build combined firmwares be made available here?

Thanks :)