Set device_tree_address for the new kernel in the RPi bootloader config.txt

core-include-dmsetup 2.408.8
Adam Conrad 8 years ago
parent f2f8665598
commit 188d485441

6
debian/changelog vendored

@ -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 <adconrad@ubuntu.com> Thu, 16 Feb 2017 10:21:51 -0700
livecd-rootfs (2.408.7) xenial; urgency=medium
[ Łukasz 'sil2100' Zemczak ]

@ -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

Loading…
Cancel
Save