install-opencpi — command-line tool for installing the OpenCPI framework
The install-opencpi tool builds/installs the OpenCPI framework on the local
RCC development platform and runs a series of tests to verify the installation.
The tool is intended to be run from the top level (root directory) of the OpenCPI
source tree, and will emit an error message if run from any other directory.
Upon successful completion, the OpenCPI framework is ready for use in developing
and/or running various OpenCPI components and applications.
--minimal
--no-kernel
Install OpenCPI from the root directory of the OpenCPI source tree.
./scripts/install-opencpi.sh
Install OpenCPI without running the installation tests.
./scripts/install-opencpi.sh --minimal
Install OpenCPI without running the installation tests and without building the OpenCPI Linux kernel driver module.
./scripts/install-opencpi.sh --minimal --no-kernel
See the OpenCPI Installation Guide: https://opencpi.gitlab.io/releases/latest/docs/OpenCPI_Installation_Guide.pdf
See the OpenCPI User Guide: https://opencpi.gitlab.io/releases/latest/docs/OpenCPI_User_Guide.pdf