This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from ms-iot/master
Sync 10586 branch with the latest status of master
- Loading branch information
Showing
3 changed files
with
46 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,18 @@ | |
This project contains command line scripts for package creation and image creation process. Users are expected to have ADK and WDK installed to make use of this. In addition, this project also contains samples for iot products based on RPi2/MBM. To be able to create images, Users should get IoTCore OS Packages from MSDN. Target audience is OEM’s and Maker Pro’s who want to manage multiple images and updates. | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](http://microsoft.github.io/codeofconduct). For more information see the [Code of Conduct FAQ](http://microsoft.github.io/codeofconduct/faq.md) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
|
||
#Branch Overview | ||
|
||
##Master Branch | ||
This branch supports the lastest windows IoTCore release available ( currently 1511, version number 10.0.10586.x ) | ||
|
||
##Develop Branch | ||
This branch contains the active development contents, mostly addressing the upcoming release features. Currently this supports Windows IoTCore 1607 update. | ||
|
||
##10586 Branch | ||
This branch supports the Windows IoT Core Release 1511. | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
REM This script builds FFUs for all OEMInputSamples in Core Kit package | ||
|
||
@echo off | ||
|
||
REM This script builds FFUs for all OEMInputSamples in Core Kit package | ||
|
||
call %~dp0\LaunchTool.cmd arm | ||
|
||
REM call setenv arm | ||
echo Building arm sample FFUs | ||
call BuildKitSamples.cmd | ||
call BuildKitSamples.cmd Test | ||
call BuildKitSamples.cmd Retail | ||
|
||
call setenv x86 | ||
echo Building x86 sample FFUs | ||
call BuildKitSamples.cmd | ||
call BuildKitSamples.cmd Test | ||
call BuildKitSamples.cmd Retail | ||
|
||
exit /b 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters