From 7b576e4c4de922c7cb236d96e5a01229d053df95 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Thu, 16 Feb 2017 10:30:45 -0700 Subject: [PATCH] Set device_tree_address for the new kernel in the RPi bootloader config.txt --- debian/changelog | 3 +++ live-build/auto/config | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9ef28815..764fc6fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,9 @@ livecd-rootfs (2.440) UNRELEASED; urgency=medium descriptions instead of the generic Linux ones. Thanks to Chris Glass. (LP: #1656293) + [ Adam Conrad ] + * Set device_tree_address for the new kernel in the RPi bootloader config.txt + -- Nishanth Aravamudan Wed, 08 Feb 2017 18:08:24 -0800 livecd-rootfs (2.439) zesty; urgency=medium diff --git a/live-build/auto/config b/live-build/auto/config index 8a5e64b9..9782a75d 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -641,6 +641,7 @@ cat > /boot/firmware/config.txt << EOM # Some settings may impact device functionality. See link above for details kernel=uboot.bin +device_tree_address=0x02000000 # enable i2c dtparam=i2c_arm=on