首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Azure Sphere OS版本更新为错误版本,我无法再部署应用程序

Azure Sphere OS版本更新为错误版本,我无法再部署应用程序
EN

Stack Overflow用户
提问于 2019-12-02 10:23:40
回答 1查看 50关注 0票数 0

我正在运行Azure Sphere Blink1项目模板,在本地调试和部署应用程序时都没有出现任何问题。

但是后来我的Avnet Azure Sphere操作系统从19.10更新到了19.11。

但在那之后,我不能通过空中部署应用程序,本地调试仍然可以。

代码语言:javascript
复制
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。

代码语言:javascript
复制
azsphere device recover
. . .
Device recovered successfully.

但是我仍然不能通过无线方式部署示例Blink1模板映像。有什么建议吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-12-02 10:31:26

添加回允许空中部署的WiFi设置。

代码语言:javascript
复制
azsphere device wifi add --ssid . . .

我应该早点检查一下:)

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/59131880

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档