Setup raspbian 32bit
On the disk enable ssh:
touch /boot/ssh
Now start the rpi and login with ssh
ssh <pi> -l pi
(passwd rasberry)
sudo su –
wget https://d1b0l86ne08fsf.cloudfront.net/2.3.0/dist-packages/debian/armhf/mender-client_2.3.0-1_armhf.deb
sudo dpkg -i mender-client_2.3.0-1_armhf.deb
Enter a name for the device type (e.g. raspberrypi3): [raspberrypi] raspberrypi3
Are you connecting this device to hosted.mender.io? [Y/n] n
Do you want to run the client in demo mode? [Y/n] n
Set the URL of the Mender Server: [https://docker.mender.io] https://mender.rsquare.org:10443
Set the update poll interval – the frequency with which the client will send an update check request to the server, in seconds: [1800]1800
Set the inventory poll interval – the frequency with which the client will send inventory data to the server, in seconds: [28800]
Set the retry poll interval – the frequency with which the client tries to communicate with the server (note: the client may attempt more often initially based on the previous intervals, but will fall back to this value if theserver is busy) [300]
systemctl restart mender-client.service