summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Ahuja <vahuja@unomaha.edu>2022-08-01 15:09:33 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-08-05 21:19:13 +0000
commit118753b6e28466f1b640f0770e921be8c71a72de (patch)
treebaf46981370e8183583314c9999d02fcc9a9b4f6
parent8259579e2ee37d476b85acf7518c3bcfac5bde12 (diff)
Adding description of supported boards
Adding description of supported boards and link to thier quick starting Bug-AGL: [SPEC-4470] Signed-off-by: Vinod Ahuja <vahuja@unomaha.edu> Change-Id: I39d492ebde39300136b503f87aaec7bc08632e51 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27855 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--docs/1_Hardware_Support/Overview.md23
1 files changed, 16 insertions, 7 deletions
diff --git a/docs/1_Hardware_Support/Overview.md b/docs/1_Hardware_Support/Overview.md
index f19571d..d3645b8 100644
--- a/docs/1_Hardware_Support/Overview.md
+++ b/docs/1_Hardware_Support/Overview.md
@@ -2,17 +2,25 @@
title: Supported Boards
---
+
+
+AGL makes two types of hardware support available: Reference BSPs and Community BSPs.
+
+1) **Reference Boards** have Board Support Packages (BSPs) that are maintained by their sponsoring companies and are included in our Jenkins CI system. Reference BSPs have snapshot builds that are made available daily and are fully validated with test results made available for every major AGL release.
+
+2) **Community Boards** have BSPs that are maintained as a best effort by the AGL community based on upstream BSPs. Community Boards include some of the most-used Hobbyist boards such as older automotive boards.
+
The following table briefs about the various hardware platforms, supported by AGL :
### AGL Reference Machines
-| BOARD | $MACHINE | ARCHITECHTURE |
-|:---------------:|:--------------:|:-------------:|
-| QEMU | qemu-x86-64 | x86 |
+| BOARD | MACHINE | ARCHITECHTURE | QUICK START GUIDE|
+|:---------------:|:--------------:|:-------------:|:----------------:|
+| QEMU | qemu-x86-64 | x86 |[QEMU Quick Start](https://docs.automotivelinux.org/en/master/#0_Getting_Started/1_Quickstart/Using_Ready_Made_Images/#_top)|
| | qemu-arm | arm32 |
| | qemu-arm64 | arm64 |
| | | |
-| RCar Gen 3 | h3ulcb | arm64 |
+| RCar Gen 3 | h3ulcb | arm64 |[RCar Gen 3 Quick Start](https://docs.automotivelinux.org/en/master/#0_Getting_Started/1_Quickstart/Using_Ready_Made_Images/#3-r-car-h3sk-h3ulcb-board)|
| | h3-salvator-x | arm64 |
| | h3-kf | arm64 |
| | m3ulcb | arm64 |
@@ -20,11 +28,12 @@ The following table briefs about the various hardware platforms, supported by AG
| | m3-kf | arm64 |
| | agl-refhw | arm64 |
| | | |
-| Raspberry Pi | raspberrypi4 | arm64 |
+| Raspberry Pi | raspberrypi4 | arm64 |[Raspberry Pi Quick Start](https://docs.automotivelinux.org/en/master/#0_Getting_Started/1_Quickstart/Using_Ready_Made_Images/#2-raspberry-pi-4)|
+
-### Community supported Machines
+### Community Supported Boards
-| BOARD | $MACHINE | ARCHITECHTURE |
+| BOARD | MACHINE | ARCHITECHTURE |
|:-------------:|:---------------------:|:-------------:|
| BeagleBone | bbe | arm32 |
| | beaglebone | arm32 |