You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/config-txt/conditional.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,12 @@ The conditional model filters are applied according to the following table.
24
24
|[pi2]| Model 2B (BCM2836- or BCM2837-based) |
25
25
|[pi3]| Model 3B, Model 3B+, Model 3A+, Compute Module 3 |
26
26
|[pi3+]| Model 3A+, Model 3B+ |
27
-
|[pi4]| Model 4B<sup>1</sup>|
27
+
|[pi4]| Model 4B, Pi 400, Compute Module 4|
28
28
|[pi400]| Pi 400 |
29
29
|[cm4]| Compute Module 4 |
30
30
|[pi0]| Zero, Zero W, Zero WH |
31
31
|[pi0w]| Zero W, Zero WH |
32
32
33
-
<sup>1</sup> Note that the [pi4] filter is also applied on the Pi 400 and CM4 platforms.
34
-
35
33
These are particularly useful for defining different `kernel`, `initramfs`, and `cmdline` settings, as the Pi 1 and Pi 2 require different kernels. They can also be useful to define different overclocking settings, as the Pi 1 and Pi 2 have different default speeds. For example, to define separate `initramfs` images for each:
36
34
37
35
[pi1]
@@ -42,7 +40,7 @@ These are particularly useful for defining different `kernel`, `initramfs`, and
42
40
43
41
Remember to use the `[all]` filter at the end, so that any subsequent settings aren't limited to Pi 2 hardware only.
44
42
45
-
It is important to note that the Raspberry Pi Zero W will see the contents of [pi0w] AND [pi0]. Likewise, a Raspberry Pi 3B Plus sees [pi3+] AND [pi3]. If you want a setting to apply only to Pi Zeroor Pi 3B you need to follow it (order is important) with a setting in the [pi0w] or [pi3+] section that reverts it.
43
+
It is important to note that the Raspberry Pi Zero W will see the contents of [pi0w] AND [pi0]. Likewise, a Raspberry Pi 3B Plus sees [pi3+] AND [pi3], and a Raspberry Pi 400 sees [pi400] AND [pi4]. If you want a setting to apply only to Pi Zero, Pi 3B or Pi 4B, you need to follow it (order is important) with a setting in the [pi0w], [pi3+] or [pi400] section that reverts it.
0 commit comments