@@ -520,7 +520,9 @@ In general, run a minimal configuration on your Pi.
520
520
perfectly good embedded device.).
521
521
Always operate your Raspberry Pi [ headless] .
522
522
523
- * Switch off on-board sound (` dtparam=audio=off ` in ` /boot/config.txt ` ).
523
+ * Switch off on-board sound
524
+ (` dtparam=audio=off ` in ` /boot/config.txt ` pre-bookworm)
525
+ (` dtparam=audio=off ` in ` /boot/firmware/config.txt ` post-bookworm)
524
526
External USB sound adapters work, and are much better quality anyway,
525
527
so that is recommended if you happen to need sound. The on-board sound
526
528
uses a timing circuit that the RGB-Matrix needs (it seems in some
@@ -533,7 +535,8 @@ In general, run a minimal configuration on your Pi.
533
535
534
536
* I have also seen reports that on some Pis, the one-wire protocol is
535
537
enabled (w1-gpio). This will also not work (disable by removing
536
- ` dtoverlay=w1-gpio ` in ` /boot/config.txt ` ; or using ` raspi-config ` ,
538
+ ` dtoverlay=w1-gpio ` in ` /boot/config.txt ` (pre-bookworm) or in
539
+ ` /boot/firmware/config.txt ` (post-bookworm); or using ` raspi-config ` ,
537
540
Interface Options -> 1-Wire)
538
541
539
542
* If you see some regular flickering, make sure that there is no other
@@ -748,14 +751,15 @@ computer - there might be changes in the overall brigthness when this affects
748
751
the referesh rate.
749
752
750
753
If you have a loaded system and one of the newer Pis with 4 cores, you can
751
- reserve one core just for the refresh of the display:
754
+ reserve one core just for the refresh of the display. Add :
752
755
753
756
```
754
757
isolcpus=3
755
758
```
756
759
757
- .. at the end of the line of `/boot/cmdline.txt` (needs to be in the same as
758
- the other arguments, no newline). This will use the last core
760
+ to the end of the line in `/boot/cmdline.txt` (pre-bookworm) or
761
+ `boot/firmware/cmdline.txt` (post-bookworm). It needs to be in the same line
762
+ line as the existing arguments -- no newline. This will use the last core
759
763
only to refresh the display then, but it also means, that no other process can
760
764
utilize it then. Still, I'd typically recommend it.
761
765
0 commit comments