When preparing a new container development environment for OpenCPI v2.4.7, it was found that the following error was flagged when installing the E310 OSP (ocpiadmin --package-id ocpi.osp.e3xx install platform e31x):
This issue was bypassed by adding the —minimal flag, which according to the help message, does the following - “specifies a minimized installation process that does not pre-build HDL workers or run any installation tests; default is “false””. This flag was not required when installing the e310 OSP on OpenCPI v2.4.6.
When using the –minimal flag, it may be necessary to include the “–workers-as-needed” flag when building applications e.g.:
“ocpidev build --hdl-platform xsim --hdl-platform e31x –workers-as-needed”
(Thanks @waltersdom for the help with this)