How to install Windows 10 Core on Raspberry Pi 2 without a real (physical) machine -


i have windows 8.1 x64 pc , raspberry pi 2. have problems prevent me installing windows 10 on pc.

in situation, there way install "windows 10 iot core" sd card on raspberry pi2?

i tried following:

  1. using virtual machine - windows 10 x64 preview on vm player, failed. used:

    dism.exe /apply-image /imagefile:flash.ffu /applydrive:\\.\physicaldrive1 /skipplatformcheck -> error 87? forgot number

  2. i copied "dism.exe" file "window10x64 .iso" file in sources folder. , tried following, failed:

    dism.exe /apply-image /imagefile:flash.ffu /applydrive:\\.\physicaldrive1 /skipplatformcheck -> error 87? same

  3. i copied "dism.exe" file "window10x86 .iso" file in sources folder. , tried following, failed:

    dism.exe /apply-image /imagefile:flash.ffu /applydrive:\\.\physicaldrive1 /skipplatformcheck -> error 87? same

so know "dism.exe" called windows 8, not windows 10.

if ".ffu" installer exists, not problem anymore, doesn't exist.

i did earlier today mine , works. iso, without vm, mount virtual cd drive (you can use magiciso virtual cd/dvd manager) open cd, , run .msi.

install python , download ffu2img.py3 (you may have copy , paste notepad) c:\program files (x86)\microsoft iot\ffu\raspberrypi2.

now open cmd window administrator , type,

cd c:\program files (x86)\microsoft iot\ffu\raspberrypi2\ c:\python34\python.exe ffu2img.py flash.ffu 

then have img file can write sd card raspbian. =)

edit: if have ffu file, skip first section.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -