From e518e3556cf598936cde11400d35087c7ef93aaf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 5 Jan 2023 21:12:06 +0100 Subject: cm4-test: add boot-config for interceptor board --- inventory/host_vars/ch-cm4-test.yml | 10 ++++++++-- 1 file 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 -- cgit v1.2.3