diff --git a/buildconf/raspberrypi3-64/local.conf.sample b/buildconf/raspberrypi3-64/local.conf.sample index 9ac13e2..a478f1a 100644 --- a/buildconf/raspberrypi3-64/local.conf.sample +++ b/buildconf/raspberrypi3-64/local.conf.sample @@ -31,6 +31,8 @@ ENABLE_UART = "1" ENABLE_SPI_BUS = "1" ENABLE_I2C = "1" +RPI_EXTRA_CONFIG = "dtoverlay=w1-gpio,gpiopin=4" + RPI_USE_U_BOOT = "1" INHERIT += "rm_work" diff --git a/buildconf/raspberrypi4-64/local.conf.sample b/buildconf/raspberrypi4-64/local.conf.sample index 3c33a0f..127e479 100644 --- a/buildconf/raspberrypi4-64/local.conf.sample +++ b/buildconf/raspberrypi4-64/local.conf.sample @@ -31,6 +31,8 @@ ENABLE_UART = "1" ENABLE_SPI_BUS = "1" ENABLE_I2C = "1" +RPI_EXTRA_CONFIG = "dtoverlay=w1-gpio,gpiopin=4" + RPI_USE_U_BOOT = "1" INHERIT += "rm_work"