Matchstiq-Z1 Getting Started Guide
ANGRYVIPER Team
10.2
Standalone Mode
The default setup script sets the
OCPI_LIBRARY_PATH
variable to include the all of the artifacts that are required to
execute the application. Specifically, all three of the artifacts that are located on the SD card are mounted at
/mnt/card/opencpi/xilinx13_3/artifacts
. After running
mysetup.sh
, navigate to
/mnt/card/opencpi/applications
and ensure the
OCPI_LIBRARY_PATH
variable is configure as shown below:
$ cd /mnt/card/opencpi/applications
$ export OCPI_LIBRARY_PATH=$OCPI_LIBRARY_PATH:/mnt/card/opencpi/xilinx13_3/artifacts
Run the application using the following command:
$ ocpirun -v -t 1 -d -m bias=hdl bias.xml
The output should be similar to Figure 9:
Figure 9: Successful Standalone Mode Execution
23