X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F06_Component_Documentation%2F11_Unified_HMI.md;fp=docs%2F06_Component_Documentation%2F11_Unified_HMI.md;h=f908215a3a6a4dcb828f3beadb4eccac35a219c8;hb=e14a03fbbb566603ad70230f710a9ee2c0199b23;hp=fcd8c0169ef059baacac0c4afc77ed49a70c3777;hpb=97bdc3e9a2022d596d1f5529f9b4c3e79bf1626e;p=AGL%2Fdocumentation.git 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.