Custom Image - Instructions
Requirements
Raspberry Pi Imager installed
https://www.raspberrypi.com/software/Project available locally
Latest image downloaded (raspi-sf-v1.X.img) – see SharePoint
Installing Raspberry Pi OS
Connect the SD card to your PC
In Raspberry Pi Imager, select the correct model (printed on the board)
As OS, select the raspi-sf-v1.img file
Select OS → Use custom → raspi-sf-v1.img
Under the last option, select the SD card
Continue
Edit settings and apply the following values:
Hostname:
raspberry-pi-sf-[room-number]Username and Password:
Username:smartfarming
Password:EspasZuerich2024Wifi:
SSID:IT-Lab
Password:25$0=ICTbm
Wifi country:chLanguage settings:
Timezone:Europe/Zurich
Keyboard layout:chUnder Services, enable SSH and allow password authentication
Save and apply
Once the process is complete, insert the SD card back into the Raspberry Pi
Connecting to the Raspberry Pi
To access the Raspberry Pi, run the following command in CMD/Terminal with the correct IP:
ssh smartfarming@your-ip-here
For example:
ssh smartfarming@192.168.10.100
On the first connection, you will be prompted whether to add the host to the known hosts. Simply type yes.
Then, enter the password (same as the user password).