Installation

Perform the following steps to install OpenPLC:

  1. Execute the following command to install:
    sudo dpkg -i openplc-vf2.deb
    Result:

    After the installation is completed, there will be:

    Figure 1. Successful Installation
  2. After installation of OpenPLC runtime, the python library VisionFive.gpio should also be installed by referring to the Preparing Software section.
    Note: The OpenPLC runtime is installed under sudo, so VisionFive.gpio should also be installed by sudo. The Step g in the above link should be modified as:
    sudo python3-m pip install VisionFive.gpio-1.2.12-cp34-abi3-linux_riscv64.whl
  3. After installing VisionFive.gpio, a reboot is required.