24

Can you put Windows 10 IoT Core on Raspberry Pi Zero?

According to the minimum requirements specified on the Windows IoT core page it might seem possible, but I'm not sure.

1
  • For anyone coming here for the Pi Zero W: It uses the same chip as the original Pi Zero. Commented Jun 5, 2017 at 13:38

2 Answers 2

19

No, Windows 10 IoT requires the Pi 2's ARM 7 multicore chip (BCM 2836).

10
  • 1
    is this temporary, such as a lack of drivers or something like this, or is there a permanent blocker such as not meeting hardware requirements? Commented Dec 19, 2015 at 14:15
  • 2
    @AndreiRînea Most vendors consider ARMv6 too rare or too old to support. Microsoft is not alone : See Answer 7 here Commented Dec 24, 2015 at 18:33
  • 1
    @mawg same chip same issue. Commented Mar 15, 2017 at 20:21
  • 1
    I don't know about the orange Pi, but the MS IOT site or the Orange Pi forums might have an answer Commented Mar 15, 2017 at 20:26
  • 1
    @Mawg That is great, but remember that questions about the Orange Pi are off topic here per the sites FAQ. Commented Mar 15, 2017 at 20:41
22

No, it won't run on Pi Zero. It's because of the hardware. The Pi zero and the first-generation Pis (BCM2835) use ARMv6. The Pi2 (BCM2836) uses ARMv7.

Windows 10 IoT Core needs ARMv7.

If I'm going to explain it to a layman, I'll say "The CPU is different".

3
  • 1
    ehhh!, why is the CPU different? or why not have a zero with the same CPU? Commented Apr 3, 2018 at 15:20
  • 1
    @eschneider ¯_(ツ)_/¯ Commented Apr 3, 2018 at 16:09
  • @Gene haha, that was funny Commented Apr 8, 2019 at 17:40

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.