From 07a939a5212f2d45307e80587c0a005278fa276f Mon Sep 17 00:00:00 2001 From: Dominig ar Foll Date: Thu, 2 Mar 2017 11:10:27 +0100 Subject: typo and URL update --- getting-started/machines/intel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getting-started/machines/intel.md b/getting-started/machines/intel.md index e7e8f21..6e29ab5 100644 --- a/getting-started/machines/intel.md +++ b/getting-started/machines/intel.md @@ -4,7 +4,7 @@ This documentation is aiming at people who want to run Automotive Grade Linux (AGL) on an Intel Hardware (HW). While the reference HW used by AGL project is the Open Source Minnowboard. -This documentation [MinnowBoard wiki](http://wiki.minnowboard.org/MinnowBoard\_Wiki\_Home) +This documentation [MinnowBoard wiki](https://minnowboard.org/) can be used to enable most of 64 bits Intel Architecture (IA) using UEFI as boot loader.
In addition to the MinnowBoard, support for the the [Joule Developer Kit](https://software.intel.com/en-us/iot/hardware/joule/dev-kit) has been added. You need to run the 64 bits version of the UEFI boot. @@ -42,7 +42,7 @@ To install the repo tool. chmod a+x ~/bin/repo; ``` -#### Configuring for the current *(older)* stable (Charming Chinook 3.0.x) () +#### Configuring for the current *(older)* stable (Charming Chinook 3.0.x) ```bash cd AGL-3.0.x; @@ -84,7 +84,7 @@ Simply select that entry to replace porter in the -m option.
-b build \ agl-devel agl-demo agl-appfw-smack agl-netboot
``` -**Note:** use Note: "-m joule" when building for a Joule developer Kit target. +**Note:** use the option "-m joule" when building for a Joule developer Kit target. Start the build **This can take several hours depending of your CPU and internet connection and will required several GB on /tmp as well as on your build directory** -- cgit