Add initial DRM Lease Manager documentation
[AGL/documentation.git] / docs / 1_Hardware_Support / Overview.md
index 86f0783..f5a8986 100644 (file)
@@ -4,42 +4,46 @@ 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     |
+|                 |   agl-refhw    |     arm64     |
 |                 |                |               |
-|  Raspberry Pi   |  raspberrypi4  |     arm 64    |
+|  Raspberry Pi   |  raspberrypi4  |     arm64     |
 
 ### Community supported Machines
 
-|    BOARD     |     $MACHINE          | ARCHITECHTURE |
-|:-------------:|:-----------------:|:-------------:|
-|  BeagleBone  |        bbe            |     arm 32    |
-|              |    beaglebone         |     arm 32    |
-|              |                       |               |
-|   i. MX 6    |      cubox-i          |     arm 32    |
-|              | imx6qdlsabreauto      |     arm 32    |
-|              |    nitrogen6x         |     arm 32    |
-|              |                       |               |
-|   i. MX 8    |     imx8mqevk         |     arm 64    |
-|              |   imx8mqevk-viv       |     arm 64    |
-|              |                       |               |
-|  Snapdragon  | dragonboard-410c      |     arm 64    |
-|              | dragonboard-820c      |     arm 64    |
-|              |                       |               |
-|    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      |
+|               |                       |               |
+|     virtio    | virtio-aarch64        |     arm64     |
 
 ### Supported Images
 
@@ -49,7 +53,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)
 
@@ -75,10 +79,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
+        # To enable Developer Options
+        $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-devel
         ```
 
     * Building target image :
@@ -97,10 +101,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
+    # To enable Developer Options
+    $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-devel
     ```
 
 * Building target image :
@@ -121,14 +125,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
+    # To enable Developer Options
+    $ 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
+    ```