From 7e223d628d91f5b06a3c4a4c8d7ba2d2d3a65722 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 23 May 2024 19:21:36 +0200 Subject: doc changes for image renaming. Changes: - Global replace of image names with post-rework names. - .rootfs image name suffix added to locally built image filenames. - Image list updated in a couple of places to match conf-notes.txt update that has been submitted for meta-agl-core. Bug-AGL: SPEC-5138 Signed-off-by: Jan-Simon Moeller Signed-off-by: Scott Murray Change-Id: I437f1e32078972ead2d1156686c54475e87bebaf Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29928 --- docs/06_Component_Documentation/11_Unified_HMI.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/06_Component_Documentation/11_Unified_HMI.md') diff --git a/docs/06_Component_Documentation/11_Unified_HMI.md b/docs/06_Component_Documentation/11_Unified_HMI.md index fcd8c01..f908215 100644 --- a/docs/06_Component_Documentation/11_Unified_HMI.md +++ b/docs/06_Component_Documentation/11_Unified_HMI.md @@ -26,7 +26,7 @@ After adding the feature, execute the command: ``` $ bitbake ``` -**Note**: The operation has been confirmed with the **agl-demo-platform**. If you wish to specify a different `` other than agl-demo-platform, create a file named `.bbappend` in the directory +**Note**: The operation has been confirmed with the **agl-ivi-demo-qt**. If you wish to specify a different `` other than agl-ivi-demo-qt, create a file named `.bbappend` in the directory ``` $AGL_TOP/master/meta-agl-devel/meta-uhmi/meta-rvgpu/recipes-platform/images ``` @@ -92,7 +92,7 @@ qemu-system-x86_64 -enable-kvm -m 2048 \ ``` Save the file and run the following to start QEMU. ``` -sudo /run_qemu_bridge.sh /tmp/deploy/images/qemux86-64/bzImage /tmp/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.ext4 +sudo /run_qemu_bridge.sh /tmp/deploy/images/qemux86-64/bzImage /tmp/deploy/images/qemux86-64/agl-ivi-demo-qt-qemux86-64.ext4 ``` When QEMU boot, assign an IP address. For example: ``` @@ -158,7 +158,7 @@ $ weston-editor **Note**: There are known issues with mouse, such as the cursor becoming invisible and occasional flickering of a green screen. **Appendix** -- By building the RVGPU on Ubuntu, it is possible to enable bidirectional remote rendering between the agl-demo-platform and Ubuntu. +- By building the RVGPU on Ubuntu, it is possible to enable bidirectional remote rendering between the agl-ivi-demo-qt and Ubuntu. For the build procedure on Ubuntu, see the following URL: https://github.com/unified-hmi/remote-virtio-gpu The figure below shows an example where Ubuntu is used as the Sender and AGL as the Receiver, running RVGPU. -- cgit 1.2.3-korg