Revolution Pi Checklist

Revolution Pi Checklist

All data on the device will be deleted. The customer is responsible for data backup and data protection.

The checkboxes are only there for self-control, they have no other function.

We want to ensure that you and we don’t spend time on problems that can be avoided by resetting the device to the factory defaults. Therefore, we have provided this checklist for you.

Preparation

Unplug all USB devices from your RevPi device
Disable the watchdog timer if your device supports it, i.e. https://revolutionpi.com/documentation/revpi-connect-s/#watchdog

Backup

Save the image of your device
Save your license(s)

If you have not previously purchased a license from CODESYS or do not have a CODESYS license associated with Revolution Pi (such as RevPi Connect feat CODESYS), you can skip this step

Flash the latest image

Find the compatible image here
Download it
Flash it

First login

Log in via SSH terminal using pi/raspberry
Now you have two options
Newer hardware versions are automatically initialized - just press the “OK” button.
Older hardware versions need the three parameters that are printed on the front

Reboot your device to finish the initialization

sudo reboot

Second login

Now you can log in with the credentials that are printed on the sticker

Update your system with the following three commands

sudo apt update sudo apt upgrade

There may pop up information about important changes. You can scroll up and down and press “q” to close the windows.

Reboot your device to apply the updates
sudo reboot
Create a PiCtory Configuration

Correct connection of extension modules

Check that you have connected your extension modules correctly.
Create the PiCtory configuration according to your setup

Test the system

Switch the A1 LED with the commands
pi@RevPi63056:~$ piTest -w RevPiLED,1 Write value 1 dez (=0001 hex) to offset 7. pi@RevPi63056:~$ piTest -w RevPiLED,0 Write value 0 dez (=0000 hex) to offset 7.

Verwandte Artikel