Separate the flashing step from the build step, to simplify the information that Enterprise dogfooders need to read from this page. That is, I want to link to this page so people can build Debian for Enterprise, but they should go no further than that on this page. Change-Id: I921701fd59741202737fd7543ab2ef7a2b0e610e
diff --git a/GettingStarted.md b/GettingStarted.md index 8580472..3b00957 100644 --- a/GettingStarted.md +++ b/GettingStarted.md
@@ -1,6 +1,6 @@ # Getting Started with Debian on the i.MX8M -## Checking out the repository +## Check out the repository We've stored our code in Gerrit, and like the Android developers before us, we use repo to manage the projects in our Gerrit repositories. @@ -35,7 +35,7 @@ and building images. -## Building the Tree +## Build the tree To build the tree, first you need to prepare your environment: @@ -60,7 +60,10 @@ m -j$(nproc) ``` -After this is complete, you should be able to flash the device: + +## Flash a device + +After the above is complete, you should be able to flash the device: ``` j build flash.sh