<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Raspberry Pi on AYU MAX</title>
    <link>https://ayumax.net/tags/raspberry-pi/</link>
    <description>Recent content in Raspberry Pi on AYU MAX</description>
    <image>
      <title>AYU MAX</title>
      <url>https://ayumax.net/profile.jpg</url>
      <link>https://ayumax.net/profile.jpg</link>
    </image>
    <generator>Hugo -- 0.147.1</generator>
    <language>en</language>
    <lastBuildDate>Sat, 29 Dec 2018 14:38:13 +0000</lastBuildDate>
    <atom:link href="https://ayumax.net/tags/raspberry-pi/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Trying Windows 10 IoT Core on Raspberry Pi</title>
      <link>https://ayumax.net/entry/2018/12/29/143813/</link>
      <pubDate>Sat, 29 Dec 2018 14:38:13 +0000</pubDate>
      <guid>https://ayumax.net/entry/2018/12/29/143813/</guid>
      <description>&lt;h1 id=&#34;background&#34;&gt;Background&lt;/h1&gt;
&lt;p&gt;Apparently, Windows 10 IoT Core has been out for quite some time. Although I&amp;rsquo;m late to the party, I became interested after reading the following article:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.buildinsider.net/small/windowsiot/01&#34;&gt;What can you do with Windows 10 IoT Core (latest Creators Update version)?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So, I decided to try it out on the Raspberry Pi 3 that was sleeping in my drawer.&lt;/p&gt;
&lt;p&gt;It seems that by installing this, I can develop and deploy UWP apps from Visual Studio on my development machine, which sounds fun.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<h1 id="background">Background</h1>
<p>Apparently, Windows 10 IoT Core has been out for quite some time. Although I&rsquo;m late to the party, I became interested after reading the following article:</p>
<p><a href="https://www.buildinsider.net/small/windowsiot/01">What can you do with Windows 10 IoT Core (latest Creators Update version)?</a></p>
<p>So, I decided to try it out on the Raspberry Pi 3 that was sleeping in my drawer.</p>
<p>It seems that by installing this, I can develop and deploy UWP apps from Visual Studio on my development machine, which sounds fun.</p>
<h1 id="installation">Installation</h1>
<h2 id="downloading-and-installing-windows-10-iot-core-dashboard">Downloading and Installing Windows 10 IoT Core Dashboard</h2>
<p>Download setup.exe from the link below and install it.</p>
<p><a href="https://docs.microsoft.com/en-us/windows/iot-core/downloads">Downloads - Windows IoT | Microsoft Docs</a></p>
<p>At that time, on my environment (Surface Laptop, Windows 10 Pro 1803), the following warning appeared, and I couldn&rsquo;t install it.</p>
<figure>
    <img loading="lazy" src="/images/2018/12/29/143813/20181229141521.jpg"/> 
</figure>

<p><a href="https://about-alvis-kh.amebaownd.com/posts/3793040">Memo regarding the issue &ldquo;Your security settings do not allow this application to be installed on your computer.&rdquo;</a></p>
<p>So, referring to the site above, I changed the following registry key and rebooted:</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\Security\TrustManager\PromptingLevel]
Change
Internet from Disabled to Enabled</p>
<p>Then, I was able to install it.
(I changed the registry back after the installation was complete.)</p>
<h2 id="writing-the-os-to-micro-sd">Writing the OS to Micro SD</h2>
<figure>
    <img loading="lazy" src="/images/2018/12/29/143813/20181229144604.jpg"/> 
</figure>

<p>After launching the installed Windows IoT Core Dashboard, insert the Micro SD card and write the OS.
I thought selecting Wi-Fi here would automatically set it up, but it didn&rsquo;t get enabled&hellip;</p>
<figure>
    <img loading="lazy" src="/images/2018/12/29/143813/20181229144412.jpg"/> 
</figure>

<p>Once writing is complete, the screen changes as shown above. Insert the SD card into the Raspberry Pi and boot it up.</p>
<h2 id="setting-up-windows-iot-core">Setting up Windows IoT Core</h2>
<p>Wait for the setup screen to appear with a display connected via HDMI.
In my environment, it took about 10 minutes.
I didn&rsquo;t know how to do this setup remotely, so I connected a wired keyboard and performed it.</p>
<p>As mentioned earlier, I also had to enter the Wi-Fi password here and authenticate.
(What was the Wi-Fi network connection checkbox on the main machine side for?)</p>
<h2 id="connecting-from-the-main-machine">Connecting from the Main Machine</h2>
<figure>
    <img loading="lazy" src="/images/2018/12/29/143813/20181229144414.jpg"/> 
</figure>

<p>After setup is complete, the Raspberry Pi is recognized in the Windows IoT Core Dashboard on the main machine.</p>
<p>From here, it seems various settings can be configured remotely, but I encountered several problems in my environment.</p>
<ul>
<li>Extremely slow<br/>
It seemed that having the Raspberry Pi also connected via Wi-Fi was the issue. It improved after switching to a wired LAN connection.</li>
<li>Remote client doesn't work<br/>
There's something called IoT Remote Client, which is supposed to allow usage similar to Windows Remote Desktop, but it just showed a white screen, seemingly not transferring the display.<br/>
I couldn't find a way to resolve this.</li>
<li>Connection drops<br/>
After using it for a bit, the Raspberry Pi disappears from "My devices", and it can't be recovered without rebooting.<br/>
The cause for this is also unknown. Maybe the main PC should also be on a wired LAN connection?</li>
</ul>
<h2 id="summary">Summary</h2>
<p>I tried this thinking I could utilize the sleeping Raspberry Pi, but since various things didn&rsquo;t go as expected, I&rsquo;ll let it sleep again for a while.
I&rsquo;ll try again from scratch after some time.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
