From 03dd24fbe6469bc71bcabab149fbf38e053bec46 Mon Sep 17 00:00:00 2001 From: tkl Date: Wed, 7 Apr 2021 07:14:07 +0200 Subject: [PATCH] buildconf: Enable onewire bus for rpi's --- buildconf/raspberrypi3-64/local.conf.sample | 2 ++ buildconf/raspberrypi4-64/local.conf.sample | 2 ++ 2 files changed, 4 insertions(+) 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"