Chinaunix首页 | 论坛 | 博客
  • 博客访问: 9085613
  • 博文数量: 1732
  • 博客积分: 12961
  • 博客等级: 上将
  • 技术积分: 19830
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-09 11:25
个人简介

偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.

文章分类

全部博文(1732)

文章存档

2023年(26)

2022年(112)

2021年(217)

2020年(157)

2019年(192)

2018年(81)

2017年(78)

2016年(70)

2015年(52)

2014年(40)

2013年(51)

2012年(85)

2011年(45)

2010年(231)

2009年(287)

分类: Windows平台

2018-01-17 18:02:27



准备工作大概分为以下几步哈

1、准备一个树莓派2或3的板子(啊呸,没板子还怎么玩,mdzz..)

2、Windows 10操作系统以及Dashboard(仪表盘)软件

3、C10或者更高速度的tf卡,C4的不要刷,没用。

这是我上一年这个时候买的树莓派3,自己网上买,很多的

然后我又买了一个亚克力外壳给它

然后,电脑上滚去https://developer.microsoft.com/en-us/windows/iot/getstarted下载Dashboard

下载下来打开Dashboard,电脑上插入TF卡,

就会识别到你的卡啦,设置一个设备名称,随便你设置,还有管理员密码(记下来别忘了)

即可在线下载安装,然后会有cmd请求管理员权限烧入系统到卡哩。

现在基本上就可以插入你的卡到树莓派中开机啦

直接插入显示,应该是你用的HDMI的显示器

有个别案例吧,我没有显示器,是在网上买的一个显示屏,需要自己配置一下config文件

【原来的config文件】

# For more options and information see

# http://www.raspberrypi.org/documentation/configuration/config-txt.md

# Some settings may impact device functionality. See link above for details

# GPU Firmware SHA256 checksum: 7CE2EF13CDD77F1782FFFF98533572503DF4B46765966CC7E18F6C6455B9623A

# kernel.img SHA256 checksum: 662A49ABC7B3FD5C1295C4678D5A241E873845D3798BF9DEF52470B6B3614A14

# kernel.img git commit ID: ed53605b850df9cff5509bedb899a6b1460aab3b

#

# Boot

#

init_uart_clock=16000000 # Set UART clock to 16Mhz

kernel_old=1             # Load kernel.img at physical memory address 0x0

safe_mode_gpio=8         # A temp firmware limitation workaround

max_usb_current=1        # Enable maximum usb current

#

# Memory

#

gpu_mem=32               # Set VC to 32MB, ARM DRAM to (1008-32)MB

hdmi_force_hotplug=1     # Enable HDMI display even if it is not connected (640x480)

#

# Overclocking

#

core_freq=250            # Frequency of GPU processor core in MHz

#

# Video

#

framebuffer_ignore_alpha=1 # Ignore the alpha channel for Windows.

framebuffer_swap=1       # Set the frame buffer to be Windows BGR compatible.

disable_overscan=1       # Disable overscan

hdmi_group=2

hdmi_mode=1

hdmi_cvt 800 600 60 6 0 0 0

【修改后的config文件,就是把video那段代码换了一个HDMI的输出模式,还有显示分辨率

# For more options and information see

# http://www.raspberrypi.org/documentation/configuration/config-txt.md

# Some settings may impact device functionality. See link above for details

# GPU Firmware SHA256 checksum: 7CE2EF13CDD77F1782FFFF98533572503DF4B46765966CC7E18F6C6455B9623A

# kernel.img SHA256 checksum: 662A49ABC7B3FD5C1295C4678D5A241E873845D3798BF9DEF52470B6B3614A14

# kernel.img git commit ID: ed53605b850df9cff5509bedb899a6b1460aab3b

#

# Boot

#

init_uart_clock=16000000 # Set UART clock to 16Mhz

kernel_old=1             # Load kernel.img at physical memory address 0x0

safe_mode_gpio=8         # A temp firmware limitation workaround

max_usb_current=1        # Enable maximum usb current

#

# Memory

#

gpu_mem=32               # Set VC to 32MB, ARM DRAM to (1008-32)MB

hdmi_force_hotplug=1     # Enable HDMI display even if it is not connected (640x480)

#

# Overclocking

#

core_freq=250            # Frequency of GPU processor core in MHz

#

# Video

#

framebuffer_ignore_alpha=1 # Ignore the alpha channel for Windows.

framebuffer_swap=1       # Set the frame buffer to be Windows BGR compatible.

disable_overscan=1       # Disable overscan

max_usb_current=1

hdmi_group=2

hdmi_mode=1

hdmi_mode=87

hdmi_cvt 1024 600 60 6 0 0 0

这样就可以愉快的开机啦[滑稽脸.jpg]

需要注意的地方,最好给你的树莓派mac地址设置一个固定IP,这样在网页端最好用Edge打开,其他可能显示不正常

①打开(用户名:Administrator,密码:你刚才设置的)

②或者UWP客户端Windows IOT Remote Client(功能残缺,截图方便)访问起来方便,不用来回改。

网页端后台

想要安装UWP很简单啦

进入Apps——Apps Manager——Add即可

点击Start即可安装。

启动App,只需要选择右侧的Actions下拉框的Start

但是在iot上还没有办法打开选择文件对话框。。。。。。好尴尬????

谁知道怎么办,请告诉我,谢谢谢

作为IT之家的粉丝,怎么会不运行一下大魔导写的IT之家的App呢

上一年我发过一个文章【来点不一样的:当树莓派遇到IT之家...】

那个时候IT之家在树莓派上还运行不是很和谐,现在已经完美显示的了。

至此,IT之家历史上第一个来自树莓派3的小尾巴诞生[撒花]

阅读(2011) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~