diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-02-02 18:30:26 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-02-03 11:23:03 +0000 |
commit | 2c18cdf15409aaa1cef0fb7117b4e9569282d3d5 (patch) | |
tree | 2bc4c5eb49295aebc9bb1646ea3c59b689d56e7e /docs/1_Hardware_Support/Overview.md | |
parent | b3f2a819584a212d43c5db09100e7eaad5368bc3 (diff) |
Generic updates to the documentation matching master and koi
Mostly updates to the yocto links or adding the refhw.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Ib28bd5de72e7be8b2a2605e8149143fb946a7b69
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25984
Diffstat (limited to 'docs/1_Hardware_Support/Overview.md')
-rw-r--r-- | docs/1_Hardware_Support/Overview.md | 49 |
1 files changed, 25 insertions, 24 deletions
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 + ``` |