File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -272,13 +272,15 @@ Here is the offline configuration tool workflow:
272
272
#. Generate a patch for scenario-based VM configuration::
273
273
274
274
cd misc/scenario_config
275
- python3 scenario_cfg_gen.py --board $(BOARD).xml --scenario
275
+ python3 scenario_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml
276
+
277
+ Note that this can also be done by clicking **Generate Scenario SRC** in the acrn-config UI.
276
278
277
279
#. Generate the launch script for the specified
278
280
post-launch User VM::
279
281
280
282
cd misc/launch_config
281
- python3 launch_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml --launch $(LAUNCH_PARAM ).xml$
283
+ python3 launch_cfg_gen.py --board $(BOARD).xml --scenario $(SCENARIO).xml --launch $(LAUNCH ).xml
282
284
283
285
Note that this can also be done by clicking **Generate Launch Script ** in the acrn-config UI.
284
286
You can’t perform that action at this time.
0 commit comments