Problem with install Windows 10 IoT!!! - Raspberry Pi Forums
hi
trying installing windows 10 on raspberry pi2 , after 1 day doesn't have change.
problem?
attached snapshot.
sd card: toshiba 16gb calss 10.
power: 5v 1.2a
thanks.
trying installing windows 10 on raspberry pi2 , after 1 day doesn't have change.
problem?
attached snapshot.
sd card: toshiba 16gb calss 10.
power: 5v 1.2a
thanks.
1. create account @ microsoft connect.
2. download file windows_iot_core_rpi2_build.zip contains flash.ffu. place file in accessible place.
3. insert blank 8gb class 10 sd card computer.
4. open command prompt , type:
diskpart
list disk
exit
allow find drive number sd card. use in next step.
5. finally, follow microsoft’s own instructions flashing sd card in windows 10.
using administrator command prompt, apply image sd card running following command (be sure replace physicaldriven value found in previous step, example, if sd card disk number 3, use /applydrive:\\.\physicaldrive3 below):
dism.exe /apply-image /imagefile:flash.ffu /applydrive:\\.\physicaldriven /skipplatformcheck
6. safely remove sd card.
card ready boot in raspberry pi 2.
2. download file windows_iot_core_rpi2_build.zip contains flash.ffu. place file in accessible place.
3. insert blank 8gb class 10 sd card computer.
4. open command prompt , type:
diskpart
list disk
exit
allow find drive number sd card. use in next step.
5. finally, follow microsoft’s own instructions flashing sd card in windows 10.
using administrator command prompt, apply image sd card running following command (be sure replace physicaldriven value found in previous step, example, if sd card disk number 3, use /applydrive:\\.\physicaldrive3 below):
dism.exe /apply-image /imagefile:flash.ffu /applydrive:\\.\physicaldriven /skipplatformcheck
6. safely remove sd card.
card ready boot in raspberry pi 2.
raspberrypi
Comments
Post a Comment