From b94d56f916c275ba73e4cd668629652993a96107 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:33 +0200 Subject: Add Raspberry Pi5 support to bootstrap --- roles/bootstrap/templates/raspberry.config.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 roles/bootstrap/templates/raspberry.config.j2 (limited to 'roles/bootstrap/templates/raspberry.config.j2') diff --git a/roles/bootstrap/templates/raspberry.config.j2 b/roles/bootstrap/templates/raspberry.config.j2 new file mode 100644 index 0000000..7f02366 --- /dev/null +++ b/roles/bootstrap/templates/raspberry.config.j2 @@ -0,0 +1,16 @@ +[pi5] +dtparam=pciex1 +dtparam=pciex1_gen=2 + +[all] +arm_64bit=1 +arm_boost=1 + +disable_overscan=1 +disable_fw_kms_setup=1 + +camera_auto_detect=0 +display_auto_detect=0 +dtparam=audio=on + +auto_initramfs=1 -- cgit v1.2.3