Deployment Failed – Need Guidance on Proper update-manifest.json and du-config.json for Binary Files #752
Unanswered
kalyani1812
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
I’m working on deploying a binary file update (e.g.,
.onnx
model /.tar
archive) to a Linux device using Azure IoT Hub Device Update (ADU).The device successfully downloads the update package from IoT Hub, but the deployment fails during the installation phase.
I suspect the issue might be related to how my
update-manifest.json
anddu-config.json
are structured, especially for handling binary files.What Happens
/var/lib/adu/downloads/
.Beta Was this translation helpful? Give feedback.
All reactions