@@ -18,11 +18,11 @@ documentation](https://www.raspberrypi.com/documentation/computers/configuration
1818
1919### Supported Models
2020
21- | Model | Architecture |
22- | ---------------------------------------------| --------------|
23- | 1 A, 1 B, 1 A+, 1 B+, Zero, Zero W, Zero WH | armv6l |
24- | 2 B | armv7l |
25- | 3 B, 3 A+, 3 B+, Zero 2W, 4 B, 400, CM4, 5 | aarch64 |
21+ | Model | Architecture |
22+ | ------------------------------------------------------- | --------------|
23+ | 1 A, 1 B, 1 A+, 1 B+, Zero, Zero W, Zero WH | armv6l |
24+ | 2 B | armv7l |
25+ | 3 B, 3 A+, 3 B+, Zero 2W, 4 B, 400, CM4, 500, 5, CM5 | aarch64 |
2626
2727> It is possible to run the armv7l images on an RPi 3, as the RPi 3's CPU
2828> supports both the Armv8 and Armv7 instruction sets. The difference between
@@ -59,6 +59,8 @@ can be used with the [modesetting Xorg
5959driver] ( ../../../config/graphical-session/xorg.md#modesetting ) or
6060[ Wayland] ( ../../../config/graphical-session/wayland.md ) .
6161
62+ You may also need to uncomment the ` dtoverlay=vc4-kms-v3d ` line in ` /boot/config.txt ` .
63+
6264### Hardware
6365
6466More configuration information can be found in the Raspberry Pi Foundation's
@@ -69,7 +71,7 @@ The `raspi-config` utility isn't available for Void Linux, so editing the
6971
7072#### Audio
7173
72- To enable the soundchip, add ` dtparam=audio=on ` to ` /boot/config.txt ` .
74+ To enable audio, you may need to uncomment ` dtparam=audio=on ` in ` /boot/config.txt ` .
7375
7476#### Serial
7577
@@ -101,12 +103,3 @@ configuration. It should show:
101103$ i2cdetect -l
102104i2c-1i2c bcm2835 I2C adapter I2C adapter
103105```
104-
105- ### Memory cgroup
106-
107- The kernel from the ` rpi-kernel ` package [ disables the memory cgroup by
108- default] ( https://github.com/raspberrypi/linux/commit/28aec65bb1743c9bfa53b036999f9835c889704e ) .
109-
110- This breaks workloads which use containers. Therefore, if you want to use
111- containers on your Raspberry Pi, you need to enable memory cgroups by adding
112- ` cgroup_enable=memory ` to ` /boot/cmdline.txt ` .
0 commit comments