且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在树莓派3运行Windows 10 IOT操作系统上部署应用程序?

更新时间:2022-05-29 08:01:27

看起来您的环境设置不正确。我设置此环境的第一步是设置Raspberry Pi。 (https://developer.microsoft.com/en-us/windows/iot/GetStarted)。这将允许您引导设备并远程连接到Web界面以管理设备。完成后,您应该确保您的visual studio设置正确。完成此操作后,就可以将应用程序从visual studio部署到远程设备了。部署后,您可以将其设置为默认应用程序,该应用程序将在Pi启动时启动。



我可以说这个过程确实有效。在开发我的第一个应用程序作为安全摄像头系统的远程监视器时,我跟着它。一旦我创建了一个,我就可以复制SD卡,现在我有多个安全监视器。



祝你好运。



P.S.我假设您已经执行了简单的谷歌搜索错误DEP6701:Bootstrapping因意外错误而失败:'DEP6960:
It doesn't look like your environment is setup correctly. My first step on setting up this environment would be setting up the Raspberry Pi. (https://developer.microsoft.com/en-us/windows/iot/GetStarted). This would allow for you boot the device and remotely connect to a web interface to manage the device. Once this is done, then you should make sure your visual studio is setup correctly. After this is complete, then it is all about deploying your app from visual studio to the remote device. Once deployed, you can set it as a default app which will start when the Pi starts.

I can say that this process does work. I followed it an when developing my first app to be a remote monitor for a security camera system. Once I created one, I was able to copy the SD card and now I have multiple security monitors.

Good Luck on your endeavors.

P.S. I am assuming that you have performed simple google searching of Error DEP6701 : Bootstrapping failed with unexpected error: 'DEP6960 :.