diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-01-05 21:12:06 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-01-05 21:12:06 +0100 |
commit | e518e3556cf598936cde11400d35087c7ef93aaf (patch) | |
tree | 87ac8db6ef954d51d860883461b297c0dbb3e444 /inventory | |
parent | finalize cloud-kvm for edis-kvm for now (diff) |
cm4-test: add boot-config for interceptor board
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/ch-cm4-test.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-cm4-test.yml b/inventory/host_vars/ch-cm4-test.yml index 9a013fdf..87b3a0f1 100644 --- a/inventory/host_vars/ch-cm4-test.yml +++ b/inventory/host_vars/ch-cm4-test.yml @@ -12,6 +12,14 @@ network: interfaces: - *_network_primary_ +# ## Axzez Interceptor Board +# raspios_boot_config: +# - regexp: '^#?dtparam=i2c_vc' +# line: 'dtparam=i2c_vc=on' +# - regexp: '^#?dtoverlay=i2c-rtc' +# line: 'dtoverlay=i2c-rtc,rv3028,i2c0' + +## Waveshare CM4-DUAL-ETH-BASE raspios_boot_config: - regexp: '^#?dtparam=i2c_vc' line: 'dtparam=i2c_vc=on' @@ -19,7 +27,5 @@ raspios_boot_config: line: 'dtoverlay=i2c-rtc,pcf85063a,i2c_csi_dsi' - regexp: '^#?dtoverlay=i2c-fan' line: 'dtoverlay=i2c-fan,emc2301,i2c_csi_dsi' - - regexp: '^#?hdmi_enable_4kp60=1' - line: 'hdmi_enable_4kp60=1' base_entropy_generator: rngd |