From a35e78f6f41acd2bbe51dba063c15c1168a4e81d Mon Sep 17 00:00:00 2001 From: Jiayuan Yang Date: Tue, 23 Jul 2024 04:39:45 -0400 Subject: [PATCH] doc: update changes to 24.04 on sample application guide Update guides and cloud image setting script. Tracked-On: #8664 Signed-off-by: Jiayuan Yang --- doc/getting-started/sample-app.rst | 6 +++--- misc/sample_application/image_builder/create_image.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/getting-started/sample-app.rst b/doc/getting-started/sample-app.rst index b0aabb6830..46d9ddded5 100644 --- a/doc/getting-started/sample-app.rst +++ b/doc/getting-started/sample-app.rst @@ -117,7 +117,7 @@ As a normal (e.g., **acrn**) user, follow these steps: cd ~/acrn-work/acrn-hypervisor git fetch --all - git checkout release_3.2 + git checkout release_3.3 #. Build the ACRN sample application source code:: @@ -272,7 +272,7 @@ and generate new launch scripts for this sample application. :align: center #. Select the VM1 tab and change the VM name to HMI_VM. Configure the **Console - virtual UART type** to ``COM Port 1``, set the **Memory size** to ``2048``, + virtual UART type** to ``COM Port 1``, set the **Memory size** to ``4096``, and add the **physical CPU affinity** to pCPU ``0`` and ``1`` (click the **+** button to create the additional affinity setting), as shown below: @@ -499,7 +499,7 @@ Install and Run ACRN on the Target System ubuntu login: root Password: - Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-52-generic x86_64) + Welcome to Ubuntu 24.04 LTS (GNU/Linux 6.8.0-36-generic x86_64) . . . diff --git a/misc/sample_application/image_builder/create_image.sh b/misc/sample_application/image_builder/create_image.sh index 1e06d9a1d9..93cdc25e00 100755 --- a/misc/sample_application/image_builder/create_image.sh +++ b/misc/sample_application/image_builder/create_image.sh @@ -3,8 +3,8 @@ # SPDX-License-Identifier: BSD-3-Clause build_dir="$PWD/build" -cloud_image="${build_dir}/jammy-server-cloudimg-amd64.img" -cloud_image_url=https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img +cloud_image="${build_dir}/noble-server-cloudimg-amd64.img" +cloud_image_url=https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img hmi_vm_image="${build_dir}/hmi_vm.img" rt_vm_image="${build_dir}/rt_vm.img" rt_kernel=(linux-libc linux-headers linux-image)