I only have a Windows 8.1 x64 PC and a Raspberry Pi 2. I have some problems that prevent me from installing Windows 10 on my PC.
In this situation, is there any way to install "Windows 10 IoT Core" to the SD card on Raspberry Pi2?
I tried the following:
Using a virtual machine - Windows 10 x64 Preview on VM Player, but it failed. I used:
dism.exe /Apply-Image /ImageFile:flash.ffu /ApplyDrive:\\.\PhysicalDrive1 /SkipPlatformCheck
-> Error 87? I forgot the numberI only copied "dism.exe" file from "window10x64 .iso" file in sources folder. and tried the following, but failed:
dism.exe /Apply-Image /ImageFile:flash.ffu /ApplyDrive:\\.\PhysicalDrive1 /SkipPlatformCheck
-> Error 87? sameI only copied "dism.exe" file from "window10x86 .iso" file in sources folder. and tried the following, but failed:
dism.exe /Apply-Image /ImageFile:flash.ffu /ApplyDrive:\\.\PhysicalDrive1 /SkipPlatformCheck
-> Error 87? same
So now I know that the "dism.exe" that i called is only for Windows 8, not for Windows 10.
If the ".ffu" installer exists, it is not problem anymore, but it doesn't exist.