Skip to content

Commit c694400

Browse files
author
Alasdair Allan
authored
Merge pull request #1943 from raspberrypi/lurch-patch-1
Tidy up change from #1941
2 parents 2451d52 + 7352a74 commit c694400

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

configuration/config-txt/conditional.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ The conditional model filters are applied according to the following table.
2424
| [pi2] | Model 2B (BCM2836- or BCM2837-based) |
2525
| [pi3] | Model 3B, Model 3B+, Model 3A+, Compute Module 3 |
2626
| [pi3+] | Model 3A+, Model 3B+ |
27-
| [pi4] | Model 4B<sup>1</sup> |
27+
| [pi4] | Model 4B, Pi 400, Compute Module 4 |
2828
| [pi400] | Pi 400 |
2929
| [cm4] | Compute Module 4 |
3030
| [pi0] | Zero, Zero W, Zero WH |
3131
| [pi0w] | Zero W, Zero WH |
3232

33-
<sup>1</sup> Note that the [pi4] filter is also applied on the Pi 400 and CM4 platforms.
34-
3533
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:
3634

3735
[pi1]
@@ -42,7 +40,7 @@ These are particularly useful for defining different `kernel`, `initramfs`, and
4240

4341
Remember to use the `[all]` filter at the end, so that any subsequent settings aren't limited to Pi 2 hardware only.
4442

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 Zero or 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.
4644

4745

4846
## The `[none]` filter

0 commit comments

Comments
 (0)