Config_tools: Update get slot logic

Modify the initial value of PT_SLOT variable and
update the get slot logic that all device call the virtual_dev_slot function to get slot number directly.
Copy the launch_uos_id1.sh to launch_win.sh.

Tracked-On: #6072
Signed-off-by: Kunhui Li <kunhuix.li@intel.com>
This commit is contained in:
Kunhui Li
2021-05-24 22:57:33 -04:00
committed by wenlingz
parent 6466edd057
commit 80a9b3bf1e
3 changed files with 99 additions and 44 deletions

View File

@@ -632,7 +632,7 @@ def dm_arg_set(names, sel, virt_io, dm, vmid, config):
break
if uos_type != "PREEMPT-RT LINUX":
print(" -s 1:0,lpc \\", file=config)
print(" -s 31:0,lpc \\", file=config)
# redirect console
if dm['vuart0'][vmid] == "Enable":