From 836b1d8a213ceeab694d9fe6940a7c7dc0d58f21 Mon Sep 17 00:00:00 2001 From: Jesse Cheung Date: Thu, 12 Mar 2026 21:33:18 -0700 Subject: [PATCH] Update documentation so new users can see more up to date links 1. Removed link to ms-iot iMX8 because the build system on mx-iot iMX8 repo is outdated 2. Provided an up to date example (MU TIANO PLATFORMS repo) for a platform implementation. --- docs/How/using_project_mu.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/How/using_project_mu.md b/docs/How/using_project_mu.md index b2c8ae588..9e4d0be92 100644 --- a/docs/How/using_project_mu.md +++ b/docs/How/using_project_mu.md @@ -5,10 +5,9 @@ This document will describe the base guidelines for setting up a Project MU repo 1. You will need to install the [prerequisites tools](../CodeDevelopment/prerequisites.md) 2. Determine how to layout your project and the content * Look at [layout](../WhatAndWhy/layout.md) to understand our recommended repository layout. - * You can also look at [ms-iot iMX8](https://github.com/ms-iot/MU_PLATFORM_NXP) for a real platform - implementation. * Check out our docs in our Project Mu Teams channel as we have presentations on OVMF and Intel - OpenKBL platforms. + OpenKBL platforms. You can also look at [QEMU Project MU Tiano Platforms](https://github.com/microsoft/mu_tiano_platforms) that builds to the open source + QEMU processor emulator. ## Nomenclature @@ -128,6 +127,6 @@ New_Platform_Repo/ You will need to create PlatformBuild.py, Platform.dsc, and Platform.fdf. These files will go inside the platform folder, which will be `New_Platform_Repo/PlatformGroup/PlatformName`. The -[ms-iot iMX8](https://github.com/ms-iot/MU_PLATFORM_NXP) repo can help you get started as a layout reference and +[QEMU Project MU Tiano Platforms](https://github.com/microsoft/mu_tiano_platforms) repo can help you get started as a layout reference and can demonstrate the PlatformBuild file. More information about PlatformBuild can be found [here](../CodeDevelopment/compile/).