Table of Contents

Raspberry Pi

Models

There are several form factors:

Usually you want the "B" version which is the "standard" nowadays.

v4

The first iterations of the Raspberry Pi v4 had some problems with USB voltage regulation.

There are three models of the Raspberry Pi 4, different in RAM size: 2GB, 4GB, 8GB.

The 8GB version is thought for memory intensive tasks, usually the 4GB version is enough for most applications though.

Linux distributions

general purpose

specialised

Windows on the Raspberry Pi

It's possible, but don't do it (yet).

Accessories

cases

Sourcing

Since Raspberry Pis are currently (as of 2021/2022) hard to get1, here's a site which shows where they are in stock: rpilocator.com.

Troubleshooting

IRQ Balancing needs to many resources sometimes.
crontab
# Restart IRQ balancer once a day
0 0 * * * root /usr/sbin/service irqbalance restart

Further information

Videos