File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
devicemodel/samples/apl-mrb Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ if [ $cse_passthrough == 1 ]; then
93
93
echo " 0000:00:0f.0" > /sys/bus/pci/drivers/pci-stub/bind
94
94
boot_cse_option=" $boot_cse_option " " -s 15,passthru,0/0f/0 "
95
95
else
96
- boot_cse_option=" $boot_cse_option " " -s 15,virtio-heci,d1 "
96
+ boot_cse_option=" $boot_cse_option " " -s 15,virtio-heci,0/0f/0 "
97
97
fi
98
98
99
99
# for sd card passthrough - SDXC/MMC Host Controller 00:1b.0
@@ -272,7 +272,7 @@ if [ $cse_passthrough == 1 ]; then
272
272
echo " 0000:00:0f.0" > /sys/bus/pci/drivers/pci-stub/bind
273
273
boot_cse_option=" $boot_cse_option " " -s 15,passthru,0/0f/0 "
274
274
else
275
- boot_cse_option=" $boot_cse_option " " -s 15,virtio-heci,d1 "
275
+ boot_cse_option=" $boot_cse_option " " -s 15,virtio-heci,0/0f/0 "
276
276
fi
277
277
278
278
# for memsize setting, total 8GB(>7.5GB) uos->6GB, 4GB(>3.5GB) uos->2GB
You can’t perform that action at this time.
0 commit comments