Simplified doc-site generation
[AGL/documentation.git] / docs / 0_Getting_Started / 6_ Developing_an_Application / 3_Create_Bootable_Media.md
1 ---
2 edit_link: ''
3 title: Create Bootable Media
4 origin_url: >-
5   https://raw.githubusercontent.com/automotive-grade-linux/docs-sources/master/docs/getting-started/app-workflow-bootables.md
6 ---
7
8 <!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/getting_started/master/image-development-workflow-getting-started-book.yml -->
9
10 # 3. Create Bootable Media #
11
12 In order to test an application, your device must be running the image and, of course,
13 the application.
14 To run the image, you need to create a bootable image that can be launched
15 from an external device such as an SD card or USB stick.
16
17 The following list overviews the process.
18
19 1. Insert your media into the appropriate build host interface (e.g. USB port).
20 2. Determine the device name of your portable media (e.g. ``sdb``).
21 3. Write out the image using e.g. ``etcher`` , ``bmaptool`` or ``dd``.
22
23 You can detailed steps for creating bootable images for several types of images
24 in the following sections:
25
26 * "[Deploying the AGL Demo Image](./machines/qemu.html#3-deploying-the-agl-demo-image)" for emulation images
27 * "[Booting the Image Using a MicroSD Card](./machines/renesas.html#7-booting-the-image-using-a-microsd-card) for supported Renesas boards
28 * "[Booting the Image on Raspberry Pi](./machines/raspberrypi.html#2-booting-the-image-on-raspberrypi) for Raspberry Pi 4 board