diff options
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/bootstrap/meta/main.yml | 3 | ||||
| -rw-r--r-- | roles/bootstrap/templates/raspberry.config.j2 | 25 | ||||
| -rw-r--r-- | roles/configure/meta/main.yml | 3 |
3 files changed, 19 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] diff --git a/roles/configure/meta/main.yml b/roles/configure/meta/main.yml index 97ee720..e1939a7 100644 --- a/roles/configure/meta/main.yml +++ b/roles/configure/meta/main.yml @@ -14,3 +14,6 @@ galaxy_info: - name: Ubuntu versions: - noble + - name: Debian + versions: + - bookworm |
