@@ -18,20 +18,16 @@ documentation](https://www.raspberrypi.org/documentation/configuration/cmdline-t
1818
1919### Supported Models
2020
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
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 | aarch64 |
26+
27+ > It is possible to run the armv7l images on an RPi 3, as the RPi 3's CPU
3128> 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.
29+ > these images is that the armv7l image provides a 32-bit system while the
30+ > aarch64 image provides a 64-bit system.
3531
3632### Enabling hardware RNG device
3733
0 commit comments