我正在运行Azure Sphere Blink1项目模板,在本地调试和部署应用程序时都没有出现任何问题。
但是后来我的Avnet Azure Sphere操作系统从19.10更新到了19.11。
但在那之后,我不能通过空中部署应用程序,本地调试仍然可以。
azsphere device show-deployment-status
Your device is running Azure Sphere OS version 19.11.
The Azure Sphere Security Service is targeting this device with Azure Sphere OS version 19.10.
warn: Your device is running an older Azure Sphere OS version (19.11). It has not yet started receiving the available update to version 19.10.
warn: Your device is connected to Wi-Fi. If the over-the-air update does not begin, reset your device and try again.
Go to aka.ms/AzureSphereUpgradeGuidance for further advice and support.所以我重置了,等待了一段时间,又尝试了几次重置,仍然无法部署。我尝试了recover命令,它运行得很好,并再次将我的球体设置为19.10。
azsphere device recover
. . .
Device recovered successfully.但是我仍然不能通过无线方式部署示例Blink1模板映像。有什么建议吗?
发布于 2019-12-02 10:31:26
添加回允许空中部署的WiFi设置。
azsphere device wifi add --ssid . . .我应该早点检查一下:)
https://stackoverflow.com/questions/59131880
复制相似问题