summaryrefslogtreecommitdiffstats
path: root/getting-started/machines/intel.md
diff options
context:
space:
mode:
authorDominig ar Foll <dominig.arfoll@fridu.net>2017-09-18 12:16:25 +0200
committerGitHub <noreply@github.com>2017-09-18 12:16:25 +0200
commitad088ef30c36abbaa86ca6591fcde4fb43f08b87 (patch)
treeef5eba942868a402b05f0cf8f2490b56225c5370 /getting-started/machines/intel.md
parent544863b3cc76164731312a24000998c4bcc6442a (diff)
adding a link to release download AGL web site.
Diffstat (limited to 'getting-started/machines/intel.md')
-rw-r--r--getting-started/machines/intel.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/getting-started/machines/intel.md b/getting-started/machines/intel.md
index 7608e9e..8756f96 100644
--- a/getting-started/machines/intel.md
+++ b/getting-started/machines/intel.md
@@ -20,6 +20,13 @@ UEFI has evolved a lot recently and you likely want to check that your HW firmwa
## Where to find an AGL bootable image
+### Download a ready made image
+AGL provides ready made images for developers.
+You will find them on [AGL Download web site] (https://download.automotivelinux.org/AGL/release)
+image are located in YourPreferedRelease/intel-corei7-64/deploy/images/intel-corei7-64/
+Create a bootable SD card with the script [mkefi-agl.sh](https://github.com/dominig/mkefi-agl.sh)
+check the available options with the -v option. mkefi-agl.sh -v
+
### Building an AGL image from scratch using Yocto
**Note**: an alternative method for building an image is to use the AGL SDK delivered in a Docker container.