diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-11-21 13:45:32 -0800 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2018-11-21 13:46:35 -0800 |
commit | 91cb74fb3fe3143ada1de961ec1964930c3ece9e (patch) | |
tree | ed1f265b34964b7c65e63f03be274bbd1194c0c5 /docs/getting-started/app-workflow-bootables.md | |
parent | ad29664f02af5996242623efd7dc95f689e4bdd1 (diff) |
Getting Started: Fixed a bunch of links to various sections.
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'docs/getting-started/app-workflow-bootables.md')
-rw-r--r-- | docs/getting-started/app-workflow-bootables.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/getting-started/app-workflow-bootables.md b/docs/getting-started/app-workflow-bootables.md index 4e6211a..508ff7a 100644 --- a/docs/getting-started/app-workflow-bootables.md +++ b/docs/getting-started/app-workflow-bootables.md @@ -6,12 +6,17 @@ To run the image, you need to create a bootable image that can be launched from an external device such as an SD card or USB stick. The following list overviews the process. -You find a more detailed description of the process in the -"[Create a bootable media](./machines/intel.html#create-a-bootable-media)" -section. 1. Insert your media into the appropriate build host interface (e.g. USB port). 2. Determine the device name of your portable media (e.g. ``sdb``). 3. Download the ``mkefi-agl.sh`` script. 4. Check your available script options. 5. Use ``mkefi-agl.sh`` to create your media. + +You can detailed steps for creating bootable images for several types of images +in the following sections: + +* "[Create a bootable media](./machines/intel.html#3-creating-bootable-media)" for most Intel boards +* "[Deploying the AGL Demo Image](./machines/qemu.html#3-deploying-the-agl-demo-image)" for emulation images +* "[Booting the Image Using a MicroSD Card](./machines/renesas.html#7-booting-the-image-using-a-microsd-card) for supported Renesas boards +* "[Booting the Image on Raspberry Pi](./machines/raspberrypi.html#2-booting-the-image-on-raspberrypi) for Raspberry Pi 2 and 3 boards |