diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:35 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:35 +0200 |
| commit | 245195767f6b84c4a40d21236d3ad1d53dae5c7a (patch) | |
| tree | 8fc3120ae98640d6c55397bd02a0a6df0d6a85fe /roles/bootstrap | |
| parent | 8e102d32b2a8a30ad4f95a5ff903e16a18229994 (diff) | |
Minor fixes to raspberry config and playbook configs
Diffstat (limited to 'roles/bootstrap')
| -rw-r--r-- | roles/bootstrap/meta/main.yml | 3 | ||||
| -rw-r--r-- | roles/bootstrap/templates/raspberry.config.j2 | 25 |
2 files changed, 16 insertions, 12 deletions
diff --git a/roles/bootstrap/meta/main.yml b/roles/bootstrap/meta/main.yml index 0e6a4ce..c3d2b3d 100644 --- a/roles/bootstrap/meta/main.yml +++ b/roles/bootstrap/meta/main.yml @@ -15,3 +15,6 @@ galaxy_info: - name: Ubuntu versions: - noble + - name: Debian + versions: + - bookworm diff --git a/roles/bootstrap/templates/raspberry.config.j2 b/roles/bootstrap/templates/raspberry.config.j2 index f4c1b40..def13e0 100644 --- a/roles/bootstrap/templates/raspberry.config.j2 +++ b/roles/bootstrap/templates/raspberry.config.j2 @@ -1,17 +1,18 @@ -[pi5] -kernel=kernel_2712.img -dtparam=pciex1 -dtparam=pciex1_gen=2 - -[all] +dtparam=audio=on +camera_auto_detect=1 +display_auto_detect=1 +auto_initramfs=1 +dtoverlay=vc4-kms-v3d +max_framebuffers=2 +disable_fw_kms_setup=1 arm_64bit=1 +disable_overscan=1 arm_boost=1 -disable_overscan=1 -disable_fw_kms_setup=1 +[cm4] +otg_mode=1 -camera_auto_detect=0 -display_auto_detect=0 -dtparam=audio=on +[cm5] +dtoverlay=dwc2,dr_mode=host -auto_initramfs=1 +[all] |
