So who's tried it? I read that it only works if you're running Windows 10 on your computer so I haven't got to try it out.
https://www.raspberrypi.org/windows-10-for-iot/
https://www.raspberrypi.org/windows-10-for-iot/
Thanks for checking it out and reporting back.Alright so tried the Windows 10 Insider Preview IoT for the Raspberry Pi 2.
Honestly, it's nothing interesting yet. Right now it's focused on being the interface for Windows and the Raspberry Pi. It's for developers to start getting their feet wet on Windows + Raspberry Pi development. There's no desktop, there's no real function (besides network configuration and shutdown). There's nothing else for it.
Kinda bumbed out, but of course it's the IoT so we'll see.
However... Yeah... I'm switching back to Ubuntu on my Raspberry Pi 2.
Nah. No CLI interface available either. The purpose of the IoT version is so you can connect to your Raspberry Pi from your Windows Desktop by Powershell. However you can't access the CLI directly from the Raspberry Pi (you need a Windows 10 Computer to do this).Thanks for checking it out and reporting back.
When you say there is no desktop, what was it, CLI interface or more or less a series of 'wizards' to setup the items like networking?
Regardless, still neat to see Windows support something different for a change.
Heck what a rough ride.
Only way to use this is to login via powershell:
- Download ADK für Windows 8.1 Update
- Install Windows_10_IoT_Core_RPi2.msi
- Run IoTCoreImageHelper.exe
- Run useless webfront end on http://minwinpc
net start WinRM
Set-Item WSMan:\localhost\Client\TrustedHosts -Value MINWINPC
remove-module psreadline -force
Enter-PsSession -ComputerName MINWINPC -Credential MINWINPC\AdministratorDefault password is p@ssw0rd...
At least it is possible to remote debug with Visual Studio - but comparing it with a standard Debian installation - it just terribly fails.
Yup.
Yeah it's no substitute for Debian. I mean it might be cool and fun if you're a Powershell enthusiast or just want to code stuff for Windows, but overall I wouldn't switch out Linux for it.