From f89dc1a25200480f19094c468b2122462bfdfc45 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 2 Feb 2021 18:30:26 +0100 Subject: Generic updates to the documentation matching master and koi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mostly updates to the yocto links or adding the refhw. Signed-off-by: Jan-Simon Möller Change-Id: Ib28bd5de72e7be8b2a2605e8149143fb946a7b69 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25986 --- docs/1_Hardware_Support/Overview.md | 49 +++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 24 deletions(-) (limited to 'docs/1_Hardware_Support') diff --git a/docs/1_Hardware_Support/Overview.md b/docs/1_Hardware_Support/Overview.md index f05237b..564ed93 100644 --- a/docs/1_Hardware_Support/Overview.md +++ b/docs/1_Hardware_Support/Overview.md @@ -20,27 +20,28 @@ The following table briefs about the various hardware platforms, supported by AG | | m3ulcb | arm64 | | | m3-salvator-x | arm64 | | | m3-kf | arm64 | +| | agl-refhw | arm64 | | | | | | Raspberry Pi | raspberrypi4 | arm64 | ### Community supported Machines -| BOARD | $MACHINE | ARCHITECHTURE | -|:-------------:|:-----------------:|:-------------:| -| BeagleBone | bbe | arm32 | -| | beaglebone | arm32 | -| | | | -| i. MX 6 | cubox-i | arm32 | -| | imx6qdlsabreauto | arm32 | -| | nitrogen6x | arm32 | -| | | | -| i. MX 8 | imx8mqevk | arm64 | -| | imx8mqevk-viv | arm64 | -| | | | -| Snapdragon | dragonboard-410c | arm64 | -| | dragonboard-820c | arm64 | -| | | | -| ARC HS | hsdk | ARC | +| BOARD | $MACHINE | ARCHITECHTURE | +|:-------------:|:---------------------:|:-------------:| +| BeagleBone | bbe | arm32 | +| | beaglebone | arm32 | +| | | | +| i.MX 6 | cubox-i | arm32 | +| | imx6qdlsabreauto | arm32 | +| | nitrogen6x | arm32 | +| | | | +| i.MX 8 | imx8mqevk | arm64 | +| | imx8mqevk-viv | arm64 | +| | | | +| Snapdragon | dragonboard-410c | arm64 | +| | dragonboard-820c | arm64 | +| | | | +| ARC HS | hsdk | ARC | ### Supported Images @@ -51,7 +52,7 @@ AGL supports a variety of interfaces, each requiring unique setup configuration. **Supported boards** : -AGL Reference Boards (QEMU, RCar Gen 3 & Raspberry Pi 4) +AGL Reference Boards (QEMU, RCar Gen 3, agl-refhw & Raspberry Pi 4) Community supported Machines (i. MX 6, i. MX 8, Snapdragon & ARC HS) @@ -77,10 +78,10 @@ Community supported Machines (i. MX 6, i. MX 8, Snapdragon & ARC HS) * Setting up flags at `aglsetup` script : ```sh - $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-profile-graphical-html5 + $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo # To enable Developer Options - $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-profile-graphical-html5 agl-devel + $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-devel ``` * Building target image : @@ -99,10 +100,10 @@ AGL Reference Boards (QEMU, RCar Gen 3 & Raspberry Pi 4) * Setting up flags at `aglsetup` script : ```sh - $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-cluster-demo + $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo # To enable Developer Options - $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-cluster-demo agl-devel + $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-devel ``` * Building target image : @@ -123,14 +124,14 @@ Community supported Machines (BeagleBone) * Setting up flags at `aglsetup` script : ```sh - $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-telematics-demo + $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo # To enable Developer Options - $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-telematics-demo agl-devel + $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-devel ``` * Building target image : ```sh $ time bitbake agl-telematics-demo - ``` \ No newline at end of file + ``` -- cgit 1.2.3-korg