Skip to content

Commit 11239ae

Browse files
ailun258wenlingz
authored andcommitted
update launch_uos.sh to align with ACRN v0.1
update the kernel version to align with ACRN v0.1 and Clear version for UOS Signed-off-by: ailun258 ailin.yang@intel.com
1 parent b2e676a commit 11239ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devicemodel/samples/nuc/launch_uos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
2323
-s 2,pci-gvt -G "$3" \
2424
-s 5,virtio-console,@pty:pty_port \
2525
-s 6,virtio-hyper_dmabuf \
26-
-s 3,virtio-blk,/root/clear-21260-kvm.img \
26+
-s 3,virtio-blk,/root/clear-23690-kvm.img \
2727
-s 4,virtio-net,tap0 \
28-
-k /usr/lib/kernel/org.clearlinux.pk414-standard.4.14.23-19 \
28+
-k /usr/lib/kernel/org.clearlinux.pk414-standard.4.14.52-63 \
2929
-B "root=/dev/vda3 rw rootwait maxcpus=$2 nohpet console=tty0 console=hvc0 \
3030
console=ttyS0 no_timer_check ignore_loglevel log_buf_len=16M \
3131
consoleblank=0 tsc=reliable i915.avail_planes_per_pipe=$4 \

0 commit comments

Comments
 (0)