diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-10-25 15:17:23 -0700 |
---|---|---|
committer | Scott Rifenbark <srifenbark@gmail.com> | 2018-10-25 15:17:23 -0700 |
commit | 83bd353da3cebb7cd8d31f9a6f79ee9b7f90b82f (patch) | |
tree | 08efc7178cb67f2309489461d30dd551aba46f31 /docs/getting-started/app-workflow-bootables.md | |
parent | 0eba225fb27ec0b87bfa80361314fec5ab901caa (diff) |
Application Development Workflow Content files
I have added new files for content for the "Application Development
Workflow" section that is temporarily in the "Getting Started"
section of the doc website.
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 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/getting-started/app-workflow-bootables.md b/docs/getting-started/app-workflow-bootables.md new file mode 100644 index 0000000..4e6211a --- /dev/null +++ b/docs/getting-started/app-workflow-bootables.md @@ -0,0 +1,17 @@ +# 3. Create Bootable Media # + +In order to test an application, your device must be running the image and, of course, +the application. +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. |