Skip to content

Commit a034527

Browse files
Geoffroy Van Cutsemdbkinder
authored andcommitted
DM: update User OS launch script with v0.3 CL and kernel numbers
Update the User (guest) OS launch script with the Clear Linux version used with ACRN v0.3 as well as the corresponding kernel version. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
1 parent 1847497 commit a034527

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
@@ -20,9 +20,9 @@ acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
2020
-s 2,pci-gvt -G "$3" \
2121
-s 5,virtio-console,@pty:pty_port \
2222
-s 6,virtio-hyper_dmabuf \
23-
-s 3,virtio-blk,/root/clear-26120-kvm.img \
23+
-s 3,virtio-blk,/root/clear-26200-kvm.img \
2424
-s 4,virtio-net,tap0 \
25-
-k /usr/lib/kernel/org.clearlinux.iot-lts2018.4.19.0-16 \
25+
-k /usr/lib/kernel/org.clearlinux.iot-lts2018.4.19.0-19 \
2626
-B "root=/dev/vda3 rw rootwait maxcpus=$2 nohpet console=tty0 console=hvc0 \
2727
console=ttyS0 no_timer_check ignore_loglevel log_buf_len=16M \
2828
consoleblank=0 tsc=reliable i915.avail_planes_per_pipe=$4 \

0 commit comments

Comments
 (0)