diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-03-06 18:30:27 +0100 |
---|---|---|
committer | Jan-Simon Möller <dl9pf@gmx.de> | 2020-03-06 18:32:25 +0100 |
commit | 0ae3e22a185d5ae0c37e10427523fdf6c86113b8 (patch) | |
tree | 3ea342bc2b9764e8a318b432eeea362818801776 /docs/getting-started/app-workflow-bootables.md | |
parent | 668bfe3652fe8e2828aa2e951022d44ab1abbcd2 (diff) |
Update documentation for icefish and master
These items were adapted to master and icefish.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/getting-started/app-workflow-bootables.md')
-rw-r--r-- | docs/getting-started/app-workflow-bootables.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/getting-started/app-workflow-bootables.md b/docs/getting-started/app-workflow-bootables.md index 508ff7a..86f57bc 100644 --- a/docs/getting-started/app-workflow-bootables.md +++ b/docs/getting-started/app-workflow-bootables.md @@ -9,14 +9,11 @@ The following list overviews the process. 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. +3. Write out the image using e.g. ``etcher`` , ``bmaptool`` or ``dd``. 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 +* "[Booting the Image on Raspberry Pi](./machines/raspberrypi.html#2-booting-the-image-on-raspberrypi) for Raspberry Pi 4 board |