Skip to content

Commit 610ad0c

Browse files
ZhangYunacrnsi
authored andcommitted
dm: update uos path in launch_hard_rt_vm.sh
Tracked-On: #3188 Signed-off-by: ZhangYun <yunx.zhang@intel.com>
1 parent b27360f commit 610ad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devicemodel/samples/nuc/launch_hard_rt_vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo ${passthru_bdf["sata"]} > /sys/bus/pci/devices/${passthru_bdf["sata"]}/driv
3131
echo ${passthru_bdf["sata"]} > /sys/bus/pci/drivers/pci-stub/bind
3232

3333
/usr/bin/acrn-dm -A -m $mem_size -c $1 -s 0:0,hostbridge \
34-
-k /root/rt_uos_kernel \
34+
-k /usr/lib/kernel/default-iot-lts2018-preempt-rt \
3535
--lapic_pt \
3636
--rtvm \
3737
--virtio_poll 1000000 \

0 commit comments

Comments
 (0)