gcloud-ota-arduino-update icon indicating copy to clipboard operation
gcloud-ota-arduino-update copied to clipboard

Cloud Build Breaks

Open DarylRodrigo opened this issue 5 years ago • 0 comments

Hey Alvaro,

Awesome work on creating a tutorial for having a cloud build of ESP32/8266, it worked like a charm when I tried using your blink example.

The code base I am working with is a bit larger and has a specifically configured sdkconfig.h file (I don't know if this is the issue persay), however when I try to end-to-end build the binary for a ESP32 files, uploading and then performing an OTA update the downloaded files always corrupt the esp32 and enters a reboot loop. I tried replacing generated files with a firmware.bin from that was locally compiled and it worked fine, so somewhere in between pushing the source code to github and it being downloaded something corrupts it.

Do you have any suggestions on where this might happen or how to approach this problem?

Thanks ✌️

DarylRodrigo avatar Feb 28 '19 16:02 DarylRodrigo