diff --git a/devicemodel/samples/nuc/launch_uos.sh b/devicemodel/samples/nuc/launch_uos.sh index 917663e3c..82fd8bb12 100755 --- a/devicemodel/samples/nuc/launch_uos.sh +++ b/devicemodel/samples/nuc/launch_uos.sh @@ -22,7 +22,7 @@ acrn-dm -A -m $mem_size -c $2 -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \ -s 6,virtio-hyper_dmabuf \ -s 3,virtio-blk,/root/clear-26200-kvm.img \ -s 4,virtio-net,tap0 \ - -k /usr/lib/kernel/org.clearlinux.iot-lts2018.4.19.0-19 \ + -k /usr/lib/kernel/default-iot-lts2018 \ -B "root=/dev/vda3 rw rootwait maxcpus=$2 nohpet console=tty0 console=hvc0 \ console=ttyS0 no_timer_check ignore_loglevel log_buf_len=16M \ consoleblank=0 tsc=reliable i915.avail_planes_per_pipe=$4 \ diff --git a/doc/getting-started/apl-nuc.rst b/doc/getting-started/apl-nuc.rst index b3489ec44..195279fb2 100644 --- a/doc/getting-started/apl-nuc.rst +++ b/doc/getting-started/apl-nuc.rst @@ -359,6 +359,12 @@ Set up Reference UOS name on the second line highlighted (check the exact name to be used using: ``ls /usr/lib/kernel/org.clearlinux*-standard*``). + .. note:: + The script uses ``/usr/lib/kernel/default-iot-lts2018`` which is a symlink + to the latest ``*-iot-lts2018`` installed on the system. This provides a + sane default but double-check the version in case things do not work as + expected. + By default, the script is located in the ``/usr/share/acrn/samples/nuc/`` directory. You can edit it there, and then run it to launch the User OS: