Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
168 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have implemented Azure Sphere OS update deferral in my application by following the deferral API documentation and example code on GitHub. In our application we are only deferring OS updates.
How can I forcibly force an OS update to test the application's deferral logic?
I tried changing my device's device group OSFeedType from Retail to RetailEval, but the OS did not update. I suspect that RetailEval and Retail may both be pointing to 24.06 at the moment.
Is there some other way I can force an OS version change to test this new deferral code without waiting until the next OS release?