Update PiCtory to the newest version.
To avoid problems, open PiCtory in incognito mode.
If you have installed PiCtory version 2.0.5 or older, update it to the latest version 2.0.6 or higher
You can only upgrade to PiCtory version 2.0.6 or higher starting from the BUSTER image.
- Check PiCtory Version
Code Block |
---|
apt show pictory |
- Update package sources:
Code Block |
---|
sudo apt-get update |
- Apply updates
Code Block |
---|
sudo apt-get upgrade pictory |
- Clear PiCtory Configuration
- implement your project again
- Save configuration and reload
Save Configuration as startup Configuration
Reset Driver to load the Startup Configuration
or
Code Block |
---|
sudo systemctl restart pimodbus-master.service #if you run a master on the RevPi sudo systemctl restart pimodbus-slave.service #if you run a Slave on the RevPi |
- reboot your system
Code Block |
---|
sudo reboot |