Install Windows 10 IoT On Your Raspberry Pi 2 #piday #raspberrypi @Raspberry_Pi #iLuvPi2

NewImage

via techcrunch

Thanks to the release of Windows 10 for multiple single-board computers, tinkerers are now waking up to the possibility of running Windows as a usable and surprisingly polished alternative open source operating systems like Raspbian. But how do you run Windows on a RaspPi? And why?

First, I invite you to check out Microsoft’s refreshingly complete GitHub page where they offer instructions for installing Windows 10 onto Raspberry Pi, Arduino, Galileo, and MinnowBoard. The page offers instructions for getting the official “Windows Embedded IoT” image for use with these devices. You can also just download it here.

A note to OSX users: I originally hoped to include instructions on how to flash an SD card for RaspPi2 using OS X or Linux but, sadly, Microsoft’s FFU image files require specific Windows file handling software. I tried converting this to an image file using obvious methods (changing the extension) and unobvious methods (looking hither and yon for an answer) but generally it was a problem I couldn’t solve. I will update this post when I find a solution.
Here is how to install Windows 10 IoT onto your Raspberry Pi.

NewImage

1. Create an account at Microsoft Connect.
2. Download the file Windows_IoT_Core_RPI2_BUILD.zip which contains flash.ffu. Place this file in an accessible place.
3. Insert a blank 8GB Class 10 SD card into your computer.
4. Open a command prompt and type:
diskpart
list disk
exit
This will allow you to find the drive number for your SD card. Use this in the next step.
5. Finally, follow Microsoft’s own instructions for flashing the SD card in Windows 10.
Using the administrator command prompt, apply the image to your SD card by running the following command (be sure to replace PhysicalDriveN with the value you found in the previous step, for example, if your SD card is disk number 3, use /ApplyDrive:\\.\PhysicalDrive3 below):

dism.exe /Apply-Image /ImageFile:flash.ffu /ApplyDrive:\\.\PhysicalDriveN /SkipPlatformCheck
6. Safely remove the SD card.
The card is now ready to boot in your Raspberry Pi 2.

Read more

998Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


1 Comment

  1. The FFU file format is described here: https://msdn.microsoft.com/en-us/library/windows/hardware/dn757539(v=vs.85).aspx

Sorry, the comment form is closed at this time.