1.8 KiB
Raspberry Pi
A Rapberry Pi is a single board comuter.
Setup
For setting up a classic Raspberry Pi an SD card is needed that contains the operating system.
For this an image has to be flashed.
The images of the operating systems can be found on the
official website.
A command to flash may look similar to the following example, where <img-path> is the path to the
image and <disk-path> is the path to the device to flash to (for example /dev/sdb1).
dd if=<img-path> of=<disk-path> status=progress
This however can also be done using the Raspberry Pi imager - which most
package managers package under rpi-mager.
It too can also be found on the official website.
When using the imager as a non-root user this user may have to be given rights to access disks or
at least the SD card as described in the
corresponding article.
The setup using the imager is guided and easier.
Hardware Additions
There are various hardware additions which can be used with the Raspberry Pi. This section addresses them.
AI HAT+
The AI HAT is an extension which uses the Hailo AI module for use with the Raspberry Pi 5.
Troubleshooting
This section addresses the usage of Raspberry Pi systems.
SSH Servera Not Starting for Imager Setups
Sometimes the imager can run into errors which does not set up the SSH server on the Pi correctly. In this case the SSH server needs to be started manually by display and keyboard.