I get a Blank screen when using Windows IoT Remote Client

时光毁灭记忆、已成空白 提交于 2019-12-21 05:14:06

问题


My Setup:

Windows 10 VM running in VirtualBox on Windows 7 Pro

Raspberry Pi 3 running Windows 10 IoT Core - 10.0.16299.19

The VM can see the RaspberryPi/Wionows IoT

I know this because:

  • On the VMI I can Install and Debug from Visual Studio 2017 to the Pi.
  • On the VM the IoT Dashboard detects the PI and allows me to change settings
  • On the VM I can access the Pi's Device Portal
  • On the VM I can use Powershell to log in to the Pi.

What I can't do is use Windows IoT Remote Client. Which I want so I can see changes produced by my code.

When I start the client I get the spinning buffer animation followed by a blank, white screen.

I have tried the following as recommended in web articles:

  • Reset the Pi resolution to 800x600 - This killed the Pi's ability to display at all; including on the attached HDMI.
  • Checked Enable Windows IoT Remote Server in Device Portal. - This is set to On
  • Disconnected the HDMI from the Pi - Made no difference.
  • Typed the following into an Admin level PowerShell:

    net start WinRM

    Set-Item WSMan:\localhost\Client\TrustedHosts -Value PiName

    This allowed Powershell access but no change to Remote Desktop

What should I try next?


回答1:


On version 16299,the Windows IoT Remote client does not work for Raspberry Pi. Please reference the know issue of release notes for Windows 10 IoT 16299.Currently you can attach a monitor for local display.




回答2:


Try starting the NanoRDP server manually (not through the web interface) and see if that helps. That has solved a few issues for me.

I believe the executable is in c:\windows\ and is called nanordpserver.exe. just SSH or Powershell into the device, run nanordpserver.exe and try again.

The lightweight RDP protocol that IoT Core uses is not as robust as the version installed on the full Windows 10 OS.



来源:https://stackoverflow.com/questions/46935345/i-get-a-blank-screen-when-using-windows-iot-remote-client

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!