ocpigui — command-line tool for managing the OpenCPI GUI
The ocpigui(1) command-line tool is used to start the OpenCPI
graphical user interface (GUI) for managing OpenCPI assets.
The OpenCPI GUI is a front end to ocpidev(1) that can perform most, but not all, of the
development tasks that ocpidev can perform from within a graphical user interface.
In addition to the general-purpose options common to all OpenCPI tools (see opencpi(1)), the following options can be specified:
--ocpi-path <opencpi-install-directory>
--projects-path <top-level-projects-directory>
~/User_OpenCPI_Projects.
The following files and directories are relevant to OpenCPI GUI operation:
~/User_OpenCPI_Projects/
Start the OpenCPI GUI:
ocpigui
Start the OpenCPI GUI and specify the paths to the OpenCPI installation and top-level project directories:
ocpigui --projects-path /home/MyProjects --ocpi-path /home/opencpi
See the main web site: https://www.opencpi.org
See the OpenCPI Component Development Guide: https://opencpi.gitlab.io/releases/latest/docs/OpenCPI_Component_Development_Guide.pdf
See the OpenCPI GUI User Guide: https://opencpi.gitlab.io/releases/latest/docs/OpenCPI_GUI_User_Guide.pdf