This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
agl-distro:developer_resources_intel [2016/11/02 15:11] dominig |
agl-distro:developer_resources_intel [2018/04/25 13:20] (current) jsmoeller |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== FIXME ====== | ||
+ | Attention. This page is deprecated. FIXME. Please follow the new documentation site: | ||
+ | |||
+ | http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/machines/intel.html | ||
+ | |||
+ | |||
+ | |||
====== Running AGL on Intel Minnowboard (and most Intel HW)====== | ====== Running AGL on Intel Minnowboard (and most Intel HW)====== | ||
This documentation is aiming at people who want to run Automotive Grade Linux (AGL) on an Intel Hardware (HW). | This documentation is aiming at people who want to run Automotive Grade Linux (AGL) on an Intel Hardware (HW). | ||
Line 25: | Line 32: | ||
- | **To build the latest stable (blowfish_2.0.1)** | + | **To build the latest stable (blowfish_2.0.3)** |
- | cd AGL-2.0.1 | + | cd AGL-2.0.3 |
repo init -u \ | repo init -u \ | ||
https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo \ | https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo \ | ||
-b blowfish \ | -b blowfish \ | ||
- | -m default_blowfish_2.0.1.xml | + | -m default_blowfish_2.0.3.xml |
- | + | ||
- | **Alternative** For AGL developers only: To build the latest | + | |
+ | **Alternative for AGL developers only:** To build the latest | ||
+ | cd AGL-master | ||
+ | repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo | ||
+ | | ||
+ | **Only for those working on virtualisation** | ||
**Note :** this is WIP and most likely to fail most of the time) | **Note :** this is WIP and most likely to fail most of the time) | ||
+ | cd AGL-master-next | ||
repo init -b morty \ | repo init -b morty \ | ||
-u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo | -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo |