Blog

Blog

PHODAL

Raspberry Pi 2 试用 Windows IOT

趁着端午节这空闲的三天,想试试在Raspberry Pi 2上的Windows IOT系统。然而,过程花费了一天多:

  1. 安装Windows 10
  2. 买MicroSD卡(之前的都是SDHC)
  3. 安装Windows IOT
  4. 安装Visual Studio 2015

必备条件

官网在Github上给了一堆具备条件,主要就是

  1. Windows 10
  2. Raspberry Pi 2
  3. 网线连接的网络

安装Windows IOT

1.注册Microsoft Connect

2.下载适用于 Raspberry Pi 2 的 Windows 10 IoT Core Insider Preview 映像

3.用Microsoft Transfer 下载映像

4.插入SD卡,将映像应用到SD卡,即:

 dism.exe /Apply-Image /ImageFile:flash.ffu /ApplyDrive:\\.\\PhysicalDriveN /SkipPlatformCheck

PhysicalDriveN是SD卡的磁盘号,可以用下面的命令得到结果:

diskpart

list disk

exit

等这个过程结束。

5.安装WindowDeveloperProgramForIoT

Raspberry Pi 2 使用Windows IOT

  1. 接上网线和电源

  2. 等几分钟,接着,我们就可以Windows 10 IoT Core Insider Preview中看到设备的IP。

3.打开对应的IP就会有下面的结果:

Window IOT Raspberry Pi 2

无奈的是对Mac的支持不好~~

Windows IOT菜单列表

Home: 默认是空白的,应该相当于Dashboard

Apps: 设备上安装的应用

Processes: 当前正在运行的进程

Performance:CPU和IO的监视

Debugging: 调试用

ETW: Realtime ETW Tracing

Perf Tracing:

Devices: 设备管理器

Networking: 网络,可以用于连接Wifi等。

Windows IOT PowerShell登陆

1.启用WinRM服务

PS C:\> net start WinRM

2.信任设备(以设备的IP代换<machine-name or IP Address>)

 PS C:\> Set-Item WSMan:\localhost\Client\TrustedHosts -Value <machine-name or IP Address>

3.Session之前,据说是个bug

PS C:\> remove-module psreadline -force

4.进入Session和ssh类似

   PS C:\> Enter-PsSession -ComputerName <machine-name or IP Address> -Credential <machine-name or IP Address or localhost>\Administrator

其他命令

IotStartup,可以用于配置启动应用。

关于我

Github: @phodal     微博:@phodal     知乎:@phodal    

微信公众号(Phodal)

围观我的Github Idea墙, 也许,你会遇到心仪的项目

QQ技术交流群: 321689806
comment

Feeds

RSS / Atom

最近文章

关于作者

Phodal Huang

Engineer, Consultant, Writer, Designer

ThoughtWorks 技术专家

工程师 / 咨询师 / 作家 / 设计学徒

开源深度爱好者

出版有《前端架构:从入门到微前端》、《自己动手设计物联网》、《全栈应用开发:精益实践》

联系我: h@phodal.com

微信公众号: 最新技术分享

标签