Hi,
Is anyone able to help out with the following issue I am seeing please.
I can build tests for zed, but when I run I get the message:
======== Preparing for execution on available platforms with available built workers and assemblies for bias:
Probing for available local platforms:
Local platforms are: rcc-0-ubuntu20_04
Error: platform "zed" not found while probing!
Error: at least one required platform was not found -- aborting!
make: *** [/home/opencpi/opencpi/tools/include/test.mk:123: prepare] Error 1
My setup
- Ubuntu 20_04
- opencpi v2.4.7
- Xilinx_Vitis_2019.2_1106_2127 installed (and 2019.2-zed-release.tar.xz)
Steps to reproduce
$ cd $OCPI_ROOT_DIR/projects/platform
$ ocpiadmin install platform xilinx19_2_aarch32
$ ocpiadmin install platform zed –minimal
$ cd $OCPI_ROOT_DIR/projects/platform/hdl/devices/data_sink_qdac.hdl
$ ocpidev build --hdl-platform=zed
$ cd ../data_sink_qdac.test/
$ ocpidev build --hdl-platform=zed
$ ocpidev run -G zed
======== Preparing for execution on available platforms with available built workers and assemblies for data_sink_qdac:
Probing for available local platforms:
Local platforms are: rcc-0-ubuntu20_04
Error: platform "zed" not found while probing!
Error: at least one required platform was not found -- aborting!
make: *** [/home/opencpi/opencpi/cdk/include/test.mk:121: prepare] Error 1
Additional info
$ ocpirun -c
Available containers:
# Model Platform OS OS-Version Arch Name
0 rcc ubuntu20_04 linux u20_04 x86_64 rcc0
Am I missing one or more steps? Or is this expected to work?