Custom Image - Instructions

Requirements


Installing Raspberry Pi OS

  1. Connect the SD card to your PC

  2. In Raspberry Pi Imager, select the correct model (printed on the board)

  3. As OS, select the raspi-sf-v1.img file

    Select OS → Use custom → raspi-sf-v1.img

  4. Under the last option, select the SD card

  5. Continue

  6. Edit settings and apply the following values:

    Hostname:
    raspberry-pi-sf-[room-number]

    Username and Password:
    Username: smartfarming
    Password: EspasZuerich2024

    Wifi:
    SSID: IT-Lab
    Password: 25$0=ICTbm
    Wifi country: ch

    Language settings:
    Timezone: Europe/Zurich
    Keyboard layout: ch

  7. Under Services, enable SSH and allow password authentication

  8. Save and apply

  9. 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).