Expected result
step7, launch uos rootfs_img is correct
such as:
/data/clearlinux/clearlinux.img /data/android/android.img
Actual result
step7, it's incorrect in launch script
launch_apl_mrb function's the third parameter($3) is apl_mrb, which is incorrect
Environment git clone https://github.com/projectacrn/acrn-hypervisor.git HW/Board D0 MRB, APLNUC, KBLNUC, UP2 Steps 1, cd acrn-hypervisor/misc/acrn-config/config_app 2, python3 app.py ->open WebUI 3, click "ImportBoardInfo" to select apl-mrb.xml 4, select Scenario Setting: sdc 5, select Launch Setting: sdc_launch_1uos_laag 6, Click "Generate Launch Script" 7, Check launchscript under acrn-hypervisor/misc/acrn-config/xmls/config-xmls/apl-mrb/output/launch_uos_id1.sh
Expected result step7, launch uos rootfs_img is correct such as: /data/clearlinux/clearlinux.img /data/android/android.img Actual result step7, it's incorrect in launch script launch_apl_mrb function's the third parameter($3) is apl_mrb, which is incorrect