aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-07-14 19:03:02 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-07-14 17:57:10 +0000
commitc6c3f9ab58281e60c554c66601d1ee3e2102a5c5 (patch)
tree0064891a47c89e8db5863a4efef002acdd704a23
parent088760e9669158470fa4a51f35a0ea1c03dad25f (diff)
Update image file for H3ULCB on lampreylamprey_12.0.1lamprey/12.0.112.0.1
Change the filename and also add note wrt un-accelerated gfx vs. local build w/ proprietary drivers. Bug-AGL: SPEC-4006 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I3da37c3aee9a06aa3cd708f1404ff45334153c09 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26502
-rw-r--r--docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md b/docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md
index 436d62f..9d2f064 100644
--- a/docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md
+++ b/docs/0_Getting_Started/1_Quickstart/Using_Ready_Made_Images.md
@@ -360,19 +360,19 @@ The AGL demo images do require 1920x1080. The instructions below have been adapt
### 3. R-Car H3SK (H3ULCB board)
-**NOTE :** The prebuilt image doesn't support graphics (as of yet) and will run headless. For graphical support, a local build with the neccesary graphics driver is required.
+**NOTE :** The prebuilt image does support graphics only in **non-accelerated** mode (software rendering). For **accelerated** graphics support, a local build with the neccesary graphics driver is required.
1. Update the [firmware](https://elinux.org/R-Car/Boards/H3SK#Flashing_firmware) using files from [here](https://download.automotivelinux.org/AGL/release/lamprey/latest/h3ulcb-nogfx/deploy/images/h3ulcb/).
- 2. Download the [compressed prebuilt image](https://download.automotivelinux.org/AGL/release/lamprey/latest/h3ulcb-nogfx/deploy/images/h3ulcb/agl-image-ivi-crosssdk-h3ulcb.wic.xz).
+ 2. Download the [compressed prebuilt image](https://download.automotivelinux.org/AGL/release/lamprey/latest/h3ulcb-nogfx/deploy/images/h3ulcb/agl-demo-platform-crosssdk-h3ulcb.wic.xz).
3. Extract the image into the boot device :
```sh
$ lsblk
$ sudo umount <boot_device_name>
- $ xzcat agl-image-ivi-crosssdk-h3ulcb.wic.xz | sudo dd of=<boot_device_name> bs=4M
+ $ xzcat agl-demo-platform-crosssdk-h3ulcb.wic.xz | sudo dd of=<boot_device_name> bs=4M
$ sync
```