diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-09-06 13:33:18 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-09-06 13:33:18 +0200 |
commit | 8bb967b6c6927fc0cd7c51c881bc04e5fd0267a5 (patch) | |
tree | ad88b3c89c05e1d04bfde0d858b0ce6c5af4ee0f | |
parent | c158bfa63eabb33f78b09d1107fabc1e08c77f2f (diff) |
getting-started/intel: fix URL to download mkefi-agl script
Change-Id: Id6e33a16ed96ef22a7a2ff76038a8e808acb7abd
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | getting-started/machines/intel.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/getting-started/machines/intel.md b/getting-started/machines/intel.md index 9fb5027..34957a8 100644 --- a/getting-started/machines/intel.md +++ b/getting-started/machines/intel.md @@ -25,7 +25,7 @@ UEFI has evolved a lot recently and you likely want to check that your HW firmwa 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) +Create a bootable SD card with the script [mkefi-agl.sh](https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git;a=blob_plain;f=scripts/mkefi-agl.sh;hb=HEAD) check the available options with the -v option. mkefi-agl.sh -v ### Building an AGL image from scratch using Yocto @@ -144,7 +144,9 @@ It does require to have access to a Linux machine with `sudo` or root password. ### Download the script `mkefi-agl.sh` -This script is present in the directory meta-agl/scripts from blowfish 2.0.4, alternatively you can download it from the following Git repo: +This script is present in the directory meta-agl/scripts from blowfish 2.0.4 : [mkefi-agl.sh](https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git;a=blob_plain;f=scripts/mkefi-agl.sh;hb=HEAD) + +Alternatively you can download it from the following Git repo: [https://github.com/dominig/mkefi-agl.sh](https://github.com/dominig/mkefi-agl.sh) |