Hello,
I’m experiencing an issue trying to perform an OTA update from mDash.
trying through the portal (following this https://mdash.net/docs/#ota-updates) I get an error -11 Write error
.
if I try using the REST API by typing:
curl -F file=fw.zip https://mdash.net/api/v2/devices/device2/ota?access_token=<token>
the result is {"message":"Internal Server Error"}
the build works fine if I flash the device via serial uart (it is MongooseOS build, 997 kb size with 2M internal memory for the device).
How can I troubleshoot the issue?