dm: update uos path in launch_hard_rt_vm.sh

Tracked-On: #3188
Signed-off-by: ZhangYun <yunx.zhang@intel.com>
This commit is contained in:
ZhangYun 2019-05-28 14:16:09 +08:00 committed by ACRN System Integration
parent b27360fd69
commit 610ad0ced8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ echo ${passthru_bdf["sata"]} > /sys/bus/pci/devices/${passthru_bdf["sata"]}/driv
echo ${passthru_bdf["sata"]} > /sys/bus/pci/drivers/pci-stub/bind
/usr/bin/acrn-dm -A -m $mem_size -c $1 -s 0:0,hostbridge \
-k /root/rt_uos_kernel \
-k /usr/lib/kernel/default-iot-lts2018-preempt-rt \
--lapic_pt \
--rtvm \
--virtio_poll 1000000 \