@@ -16,13 +16,22 @@ kernel are in the `rootfs/boot/cmdline.txt` file. Some of the relevant
1616parameters are documented in the [ official
1717documentation] ( https://www.raspberrypi.org/documentation/configuration/cmdline-txt.md ) .
1818
19- ### Raspberry Pi 3: 32-bit or 64-bit
20-
21- It is possible to run the RPi 2 images on an RPi 3, as the RPi 3's CPU supports
22- both the Armv8 and Armv7 instruction sets. The difference between these images
23- is that the RPi 2 provides a 32-bit system with packages from the Void ` armv7l `
24- repositories, while the RPi 3 image provides a 64-bit system with packages from
25- the Void ` aarch64 ` repositories.
19+ ### Supported Models
20+
21+ | Model | Architecture | Live Image/PLATFORMFS/Kernel |
22+ | ----------------| --------------| ------------------------------|
23+ | 1 A, B, A+, B+ | armv6l | ` rpi ` |
24+ | Zero, 0W, 0WH | armv6l | ` rpi ` |
25+ | 2 B | armv7l | ` rpi2 ` |
26+ | 3 B, A+, B+ | aarch64 | ` rpi3 ` |
27+ | Zero 2W | aarch64 | ` rpi3 ` |
28+ | 4 B, 400 | aarch64 | ` rpi4 ` |
29+
30+ > It is possible to run the RPi 2 images on an RPi 3, as the RPi 3's CPU
31+ > supports both the Armv8 and Armv7 instruction sets. The difference between
32+ > these images is that the RPi 2 provides a 32-bit system with packages from the
33+ > Void ` armv7l ` repositories, while the RPi 3 image provides a 64-bit system
34+ > with packages from the Void ` aarch64 ` repositories.
2635
2736### Enabling hardware RNG device
2837
0 commit comments