V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
spoony
V2EX  ›  Raspberry Pi

Win10 登录树莓派了:在树莓派 2 上安装 Windows 10

  •  
  •   spoony · 2015-04-30 13:28:26 +08:00 · 7228 次点击
    这是一个创建于 3283 天前的主题,其中的信息可能已经有所发展或是发生改变。
    http://shumeipai.nxez.com/2015/04/30/raspberrypi-setup-windows10.html

    ROM文件网盘下载:
    http://pan.baidu.com/s/1n8oFL#path=%252Fraspberrypi%252Fimg

    选择 Windows_IoT_Core_RPI2_BUILD.zip

    这是官方给的开发指南: http://ms-iot.github.io/content/win10/samples/Blinky.htm
    看代码风格很像Arduino的类C,不负众望啊。
    20 条回复    2015-07-19 05:22:46 +08:00
    zts1993
        1
    zts1993  
       2015-04-30 13:50:32 +08:00
    呼 powershell
    powtop
        2
    powtop  
       2015-04-30 15:15:06 +08:00
    干的漂亮额 现在可以方心的去买了
    xiaozhizhu1997
        3
    xiaozhizhu1997  
       2015-04-30 15:30:51 +08:00 via Android
    准备geek一把!
    额…
    xiaozhizhu1997
        4
    xiaozhizhu1997  
       2015-04-30 15:31:18 +08:00 via Android
    不小心点了发送了…
    额…这个版本希望能搞WAMP或WIMP玩玩。
    Comdex
        5
    Comdex  
       2015-04-30 16:47:15 +08:00
    能请问一下楼主是否知道我在树莓派插入EDUP的无线网卡时用lsusb和ifconfig -a命令都能识别有信息,但用sudo iwlist wlan0 scan扫描网络时没有结果使用不了无线网络是怎么回事?
    spoony
        6
    spoony  
    OP
       2015-04-30 17:06:26 +08:00   ❤️ 1
    @Comdex 没遇到过,不过搜了下有一哥们换个USB插槽就好了,参考 http://ubuntuforums.org/showthread.php?t=1126372
    kurtrossel
        7
    kurtrossel  
       2015-04-30 17:07:45 +08:00
    哈哈哈,终于出来了!
    Comdex
        8
    Comdex  
       2015-04-30 17:10:04 +08:00
    @spoony 试了下不行,会不会是wap_suppliant无法启动
    kurtrossel
        9
    kurtrossel  
       2015-04-30 17:14:41 +08:00
    为什么必须是 “运行着Windows10技术预览版的电脑” 啊,这种要求科学么

    直接出镜像多好......等等再说了......
    Comdex
        10
    Comdex  
       2015-04-30 17:19:22 +08:00
    @spoony 请问那显示can't connect to wpa_supplicant如何解决
    spoony
        11
    spoony  
    OP
       2015-04-30 17:28:14 +08:00   ❤️ 1
    @kurtrossel 坐等有Win10PC的同学制作镜像
    spoony
        12
    spoony  
    OP
       2015-04-30 17:35:51 +08:00
    @Comdex /etc/wpa_supplicant/wpa_supplicant.conf 配置文件对不对,一般设置如下,替换其中的SSID和密码

    auto lo

    iface lo inet loopback
    iface eth0 inet dhcp

    allow-hotplug wlan0
    auto wlan0

    iface wlan0 inet dhcp
    wpa-ssid "ssid"
    wpa-psk "password"
    yangff
        13
    yangff  
       2015-04-30 17:38:00 +08:00 via Android
    iot在微软就跟个鬼项目一样。。建议别入坑
    spoony
        14
    spoony  
    OP
       2015-04-30 17:40:42 +08:00
    @Comdex /etc/network/interfaces 这个配置
    Comdex
        15
    Comdex  
       2015-04-30 18:03:08 +08:00
    @spoony 改了/etc/wpa_supplicant/wpa_supplicant.conf,但在wpa gui什么信息都没获取
    yksoft1
        16
    yksoft1  
       2015-05-01 09:13:49 +08:00
    rtl8818eu需要固件文件
    yksoft1
        17
    yksoft1  
       2015-05-01 15:16:02 +08:00
    C:\rpi>dism /mount-wim /wimfile:Flash.ffu /mountdir:c:\rpi\t /index:1

    Deployment Image Servicing and Management tool
    Version: 10.0.10074.0


    Error: 11

    An attempt was made to load a program with an incorrect format.

    The DISM log file can be found at J:\Windows\Logs\DISM\dism.log

    C:\rpi>Flash.ffu

    怎么win10都不能挂载这个明明就是WIM的flash.ffu
    yksoft1
        18
    yksoft1  
       2015-05-03 14:32:34 +08:00
    已经做了SD卡装上去了,但是随便一改注册表就启不动系统
    lenovo
        19
    lenovo  
       2015-07-19 03:10:11 +08:00
    @yksoft1 @spoony
    貌似更新了一版
    Windows 10 IoT Core Insider Preview 6/24/2015 Release
    Updated base OS build (10152.0.fbl_impressive.150618-2341)
    New FFU Flashing Tool
    Secure Shell (SSH) server support
    Audio output on Raspberry Pi 2 (USB-audio and onboard analog output)
    Web Server (WebB) moved to port 8080 (For Example – http://:8080)
    Bug Fixes
    http://go.microsoft.com/fwlink/?LinkId=616847
    lenovo
        20
    lenovo  
       2015-07-19 05:22:46 +08:00
    Windows Community发的2个视频
    Installation and Introduction to Windows IoT Core on Raspberry Pi 2
    Intro to Development and Deploying Applications to Windows IoT Core on Raspberry Pi 2
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1674 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 36ms · UTC 16:47 · PVG 00:47 · LAX 09:47 · JFK 12:47
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.