LoginSignup
4
4

More than 5 years have passed since last update.

Windows IoT Core for Pi2 で 画面表示をしてみたc⌒っ゚д゚)っφ メモメモ...

Last updated at Posted at 2015-05-14

① ここの記事を参考に Windows IoT Core for Pi2 をインストールする。
② Windows 10のプレビュー版にMicrosoft Visual Studio 2015 Enterprise RCをインストールする。
③ WindowsDevelopProgramForIoT.msiをインストールする。
④ Microsoft Visual Studio 2015でユニバーサルアプリのプロジェクトを生成する。
⑤ Pi2にリモートデバック接続を実行する。

ォオー!!(゚д゚屮)屮 動いた。。。簡単であった。
IMG_20150514_120724.jpg
注意事項:Windows 10のファイヤーウォールは外すこと。

補足:リモートでPi2のコマンドプロンプトを開く

Console(管理者権限でPOWERSHELLを起動する)

net start WinRM
Set-Item WSMan:\localhost\Client\TrustedHosts -Value 192.168.32.104
remove-module psreadline -force
Enter-PsSession -ComputerName 192.168.32.104 -Credential Administrator

REM password is p@ssw0rd
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4