doc: update changes to 22.04 on sample app guide

Tracked-On: #8269
Signed-off-by: zhangrouyu <rouyu.zhang@intel.com>
This commit is contained in:
zhangrouyu 2022-10-30 22:09:12 -04:00 committed by acrnsi-robot
parent 4f0bc815ac
commit e5c1eafba3
3 changed files with 5 additions and 5 deletions

View File

@ -557,7 +557,7 @@ Install and Run ACRN on the Target System
ubuntu login: root
Password:
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.15.0-46-generic x86_64)
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-52-generic x86_64)
. . .
@ -607,7 +607,7 @@ Install and Run ACRN on the Target System
ubuntu login: root
Password:
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.10.120-rt70-acrn-kernel-rtvm X86_64)
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.10.120-rt70-acrn-kernel-rtvm X86_64)
. . .

View File

@ -3,8 +3,8 @@
# SPDX-License-Identifier: BSD-3-Clause
build_dir="$PWD/build"
cloud_image="${build_dir}/focal-server-cloudimg-amd64.img"
cloud_image_url=https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
cloud_image="${build_dir}/jammy-server-cloudimg-amd64.img"
cloud_image_url=https://cloud-images.ubuntu.com/jammy/current/jammy-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)

View File

@ -17,7 +17,7 @@ function update_package_info() {
linux-modules-extra-$(uname -r) \
openssh-server \
isc-dhcp-server -y
pip3 install flask 'numpy==1.18.5' pandas posix_ipc
pip3 install flask 'numpy>=1.18.5' pandas posix_ipc
}