Installation
Perform the following steps to install OpenPLC:
- Execute the following command to
install:
sudo dpkg -i openplc-vf2.deb
Result:After the installation is completed, there will be:
- 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 bysudo
. 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
- After installing
VisionFive.gpio
, areboot
is required.