windows 10 iot core 를 사용하기 위한 절차
1. 라즈베리파이 3용 flash.ffu 이미지를 다운 후 설치
- 보통 program files (x86)\Microsoft iot\ffu\raspberryPI2에 설치된다.
2. https://docs.microsoft.com/en-us/windows/iot-core/connect-your-device/dism 문서를 참고하여 이미지를 생성
- sd card 준비
- disk part 를 이용해서 물리 드라이버 번호 확인
- dism 을 이용해서 sd에 이미지 생성 (PhysicalDriveN -> disk part의 list disk 로 확인한 물리번호)
dism.exe /Apply-Image /ImageFile:"C:\Program Files (x86)\Microsoft IoT\FFU\RaspberryPi2\flash.ffu" /ApplyDrive:\\.\PhysicalDrive6 /SkipPlatformCheck
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
» | windows iot 이미지 생성 | babobox01 | 2019.02.22 | 98 |