From 188d4854413bd799dc5cf5a912ec9df24d500dcb Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Thu, 16 Feb 2017 10:32:15 -0700 Subject: [PATCH] Set device_tree_address for the new kernel in the RPi bootloader config.txt --- debian/changelog | 6 ++++++ live-build/auto/config | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 07509e7b..398fe8e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.408.8) xenial; urgency=medium + + * Set device_tree_address for the new kernel in the RPi bootloader config.txt + + -- Adam Conrad Thu, 16 Feb 2017 10:21:51 -0700 + livecd-rootfs (2.408.7) xenial; urgency=medium [ Ɓukasz 'sil2100' Zemczak ] diff --git a/live-build/auto/config b/live-build/auto/config index 9537d89d..bbb395ea 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -681,6 +681,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