diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:36 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:36 +0200 |
| commit | bd2cb308854a5ec9f438c0604a47a5eef6880d92 (patch) | |
| tree | b395b85f7f7523593ba73fa05cbd38e528b1b66a /roles/bootstrap/templates | |
| parent | a36d4c2e61f2aaf9765bf4e9f8f0669707c54e48 (diff) | |
Fix raspberry install correct kernel/firmware using rpi-update
It can't be tested on mocked debian docker container, therefore
disabling the testing for it
Diffstat (limited to 'roles/bootstrap/templates')
| -rw-r--r-- | roles/bootstrap/templates/raspberry.config.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/bootstrap/templates/raspberry.config.j2 b/roles/bootstrap/templates/raspberry.config.j2 index def13e0..0faa3df 100644 --- a/roles/bootstrap/templates/raspberry.config.j2 +++ b/roles/bootstrap/templates/raspberry.config.j2 @@ -9,6 +9,11 @@ arm_64bit=1 disable_overscan=1 arm_boost=1 +[pi5] +kernel=kernel_2712.img +dtparam=pciex1 +dtparam=pciex1_gen=2 + [cm4] otg_mode=1 |
