From bd2cb308854a5ec9f438c0604a47a5eef6880d92 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:36 +0200 Subject: 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 --- roles/bootstrap/templates/raspberry.config.j2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/bootstrap/templates') 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 -- cgit v1.2.3