zoukankan      html  css  js  c++  java
  • Windows 10 IoT Core 17083 for Insider 版本更新

    1月26日,微软发布了Windows 10 IoT Core 17083 for Insider版本更新,概括如下:


    新特性:
    1. General bug fixes
    2. Enabled Flash mode in IOTUAP images.


    已知的一些问题:
    1. F5 driver deployment from Visual Studio does not work on IoT Core.
    2. Devices that were installed via NOOBS cannot run the bcdedit tool to enable the kernel debugger. This can be achieved with the following workaround:
        Mount the SD card on your PC
        Find the EFIESP drive partition number with diskpart or Disk Management (say it’s “M:”)
        Run the command “bcdedit /store M:EFIMicrosoftootcd /set {default} debug yes”
        Unmount the SD card.
        You should now be able to connect the debugger.
    3. Microphones are not functional
    4. The mouse pointer is not visible on Dragon Board images
    5. Unable to deploy apps in headless mode. Device is not functional in headless mode.
    6. F5 application deployment of headed foreground UWP apps will not work on the first attempt. The second attempt should be successful.
    7. UWP startup apps will be replaced by IoT Core default app.

    Screenshot_2018-01-29_19-02-18

  • 相关阅读:
    __weak与__block修饰符区别
    Socket 记录
    Python yaml文件中文读取写入
    Xshell 连接 本地虚拟机
    MySQL查询学生表
    Python Excel读写操作
    pytest mark标记运行
    pytest 参数化
    pytest xfail参数详解
    pytest 失败截图
  • 原文地址:https://www.cnblogs.com/dearsj001/p/Windows10IoTCore17083.html
Copyright © 2011-2022 走看看