diff options
author | Shankho Boron Ghosh <shankhoghosh123@gmail.com> | 2020-10-23 00:10:00 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-23 10:17:47 +0000 |
commit | de81a8b07f8139fa0f65dddffc839b4a5e83dad7 (patch) | |
tree | ac79454280799638fc7c0f9d6bc9e934b11e8580 /docs/1_Hardware_Support/Overview.md | |
parent | 13dda7db03587f9aa6d8095207e0d126b32141c7 (diff) |
Added Contribution Guide
Exhaustive Contribution Guide. Removed Trailing Whitespaces.
Updated index.md. Abandoned accidental commits 25474,
25474 and uploading a new patchset. Corrected code renderings.
v2 (jsmoeller): Update contribution subchapters
Bug-AGL: SPEC-3633
Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: Ia808adc0208052f0591396860ac776e34070d279
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25473
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/1_Hardware_Support/Overview.md')
-rw-r--r-- | docs/1_Hardware_Support/Overview.md | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/docs/1_Hardware_Support/Overview.md b/docs/1_Hardware_Support/Overview.md index 86f0783..f05237b 100644 --- a/docs/1_Hardware_Support/Overview.md +++ b/docs/1_Hardware_Support/Overview.md @@ -4,39 +4,41 @@ title: Supported Boards The following table briefs about the various hardware platforms, supported by AGL : +**NOTE:** Further information about AGL Distribution available at [AGL wiki](https://wiki.automotivelinux.org/agl-distro). + ### AGL Reference Machines | BOARD | $MACHINE | ARCHITECHTURE | |:---------------:|:--------------:|:-------------:| | QEMU | qemu-x86-64 | x86 | -| | qemu-arm | arm 32 | -| | qemu-arm64 | arm 64 | +| | qemu-arm | arm32 | +| | qemu-arm64 | arm64 | | | | | -| RCar Gen 3 | h3ulcb | arm 64 | -| | h3-salvator-x | arm 64 | -| | h3-kf | arm 64 | -| | m3ulcb | arm 64 | -| | m3-salvator-x | arm 64 | -| | m3-kf | arm 64 | +| RCar Gen 3 | h3ulcb | arm64 | +| | h3-salvator-x | arm64 | +| | h3-kf | arm64 | +| | m3ulcb | arm64 | +| | m3-salvator-x | arm64 | +| | m3-kf | arm64 | | | | | -| Raspberry Pi | raspberrypi4 | arm 64 | +| Raspberry Pi | raspberrypi4 | arm64 | ### Community supported Machines | BOARD | $MACHINE | ARCHITECHTURE | |:-------------:|:-----------------:|:-------------:| -| BeagleBone | bbe | arm 32 | -| | beaglebone | arm 32 | +| BeagleBone | bbe | arm32 | +| | beaglebone | arm32 | | | | | -| i. MX 6 | cubox-i | arm 32 | -| | imx6qdlsabreauto | arm 32 | -| | nitrogen6x | arm 32 | +| i. MX 6 | cubox-i | arm32 | +| | imx6qdlsabreauto | arm32 | +| | nitrogen6x | arm32 | | | | | -| i. MX 8 | imx8mqevk | arm 64 | -| | imx8mqevk-viv | arm 64 | +| i. MX 8 | imx8mqevk | arm64 | +| | imx8mqevk-viv | arm64 | | | | | -| Snapdragon | dragonboard-410c | arm 64 | -| | dragonboard-820c | arm 64 | +| Snapdragon | dragonboard-410c | arm64 | +| | dragonboard-820c | arm64 | | | | | | ARC HS | hsdk | ARC | @@ -77,7 +79,7 @@ Community supported Machines (i. MX 6, i. MX 8, Snapdragon & ARC HS) ```sh $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-profile-graphical-html5 - #To enable Developer Options + # To enable Developer Options $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-profile-graphical-html5 agl-devel ``` @@ -99,7 +101,7 @@ AGL Reference Boards (QEMU, RCar Gen 3 & Raspberry Pi 4) ```sh $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-cluster-demo - #To enable Developer Options + # To enable Developer Options $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-cluster-demo agl-devel ``` @@ -123,7 +125,7 @@ Community supported Machines (BeagleBone) ```sh $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-telematics-demo - #To enable Developer Options + # To enable Developer Options $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-telematics-demo agl-devel ``` |