The vsi3 script does not allow parameters. Therefore we should find a way how the path to the sdsio.yml file is specified.
Potential solutions:
- vsi3 opens a file FVP.yml or FVP-VSI.yml. This file contains a redirect to the actual sdsio.yml file.
fvp-vsi:
sdsio: <path> # relative to the location of fvp-vsi.yml
- Alternative (perhaps simpler):
sdsio-link.txt that contains just the path to the sdsio.yml file that should be used. If this does not exist, the file sdsio.yml is used.
The vsi3 script does not allow parameters. Therefore we should find a way how the path to the sdsio.yml file is specified.
Potential solutions:
sdsio-link.txtthat contains just the path to the sdsio.yml file that should be used. If this does not exist, the file sdsio.yml is used.