Skip to content

Commit

Permalink
doc: update changes to 24.04 on sample application guide
Browse files Browse the repository at this point in the history
Update guides and cloud image setting script.

Tracked-On: projectacrn#8664
Signed-off-by: Jiayuan Yang <[email protected]>
  • Loading branch information
jiayuan-intel committed Jul 23, 2024
1 parent 5825951 commit a35e78f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/getting-started/sample-app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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)
. . .
Expand Down
4 changes: 2 additions & 2 deletions misc/sample_application/image_builder/create_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a35e78f

Please sign in to comment.