2016年4月11日 星期一

Win 10 IoT Core image creation (IMGGEN) 製作 Win 10 IoT Core系統

English
========================================================================
Today I will teach how to create Win 10 IoT Core image by using IMGGEN command.

1. Open the "Deployment and Imaging  Tools" with Administrator authorization.

2. Key "SET PATH=%KITSROOT%tools\bin\i386;%PATH%" and "SET AKROOT=%KITSROOT%".

3. Create MBMFFU in C:\ and move to it.

4. Key "imggen.cmd IoTCore.ffu "%KITSROOT%OEMInputSamples\MBM\ProductionOEMInput.xml" "%KITSROOT%MSPackages" x86"


5. The image will created in C:\MMBFFU


Tips: You can create the cmd file with above commands.

I upload the Microsoft official video on below.




中文
========================================================================
今天要來教導如何使用 IMGGEN 來製作 Win 10 IoT Core image。

1. 開啟 "部署與映像工具環境" (需使用系統管理員權限)。


2. 輸入 "SET PATH=%KITSROOT%tools\bin\i386;%PATH%" 和 "SET AKROOT=%KITSROOT%"

3. 在 C:\ 下,創立一個MBMFFU的資料夾,移至 C:\MBMFFU 目錄下。

4. 輸入 "imggen.cmd IoTCore.ffu "%KITSROOT%OEMInputSamples\MBM\ProductionOEMInput.xml" "%KITSROOT%MSPackages" x86"

5. Image 就會產生再 C:\MBMFFU 資料夾內




Tips: 可以把上述的文字打成一個 ImgaeCreateion.cmd檔案,只要使用"部署與映像工具環境" (帶使用系統管理員權限),執行即可快速產生 image。

我上傳微軟官方的教學影片至下方。

沒有留言:

OS Operating System 作業系統 恐龍書 筆記分享

發現一個作業系統說明的網站, 對於 process vs thread, semaphore vs mutex, deadlock 說明很詳細, 有興趣的人可以去以下的網頁逛逛。 附上網址連結: link   link2