Commit 5c0d64e
authored
Enable performance optimizations (#595)
Fixes #594
---
`dtparam=sd_cqe=2`
> /boot/firmware/overlays/README
sd_cqe Modify Command Queuing behaviour on the main SD
interface. Legal values are:
0: disable CQ
1: allow CQ for known-good SD A2 cards, and all
eMMC cards
2: allow CQ for all SD A2 cards that aren't
known-bad, and all eMMC cards.
(2712 only, default "1")
We use SanDisk Extreme A2 which appear to be working well but are not
allow-listed yet. Let's test this setting and revert if it causes issues
or submit a PR to allow-list to https://github.com/raspberrypi/linux
See
* https://www.raspberrypi.com/news/sd-cards-and-bumper/
* https://forums.raspberrypi.com/viewtopic.php?t=367459
---
`SDRAM_BANKLOW`
See
* https://forums.raspberrypi.com/viewtopic.php?t=378276
* https://www.jeffgeerling.com/blog/2024/raspberry-pi-boosts-pi-5-performance-sdram-tuning1 parent 6a93161 commit 5c0d64e
File tree
3 files changed
+12
-0
lines changed- documentation/docs/reference/hardware
- software/distro/setup/planktoscope-app-env
- PlanktoScope
- bootloader
3 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments