Manually install device tree files for 4.1 kernel

I have upgrade from the 3.8 to 4.1.13-ti-r35 kernel.

Currently I am running the BeagleBone Debian Image 2014-04-23 which does not support fetching bb-customizations from the repos. Is there a way to manually install the device tree files without using the install script in bb.org-overlays?

I have upgrade from the 3.8 to 4.1.13-ti-r35 kernel.

I"m suprised it booted with a default "2014-04-23"'s u-boot loadaddr
for zImage/*.dtb..

Currently I am running the BeagleBone Debian Image 2014-04-23 which does not
support fetching bb-customizations from the repos. Is there a way to
manually install the device tree files without using the install script in
bb.org-overlays?

This is the file: (bb-customizations contains)

https://github.com/rcn-ee/repos/blob/master/bb-bb-customizations/suite/wheezy/debian/dtbo

needs to be located here:

/usr/share/initramfs-tools/hooks/dtbo

with +x enabled:

sudo chmod +x /usr/share/initramfs-tools/hooks/dtbo

Then remember, you'll need to cp "/boot/initrd.img-`uname -r`" where
"2014-04-23" looks for it..

Regards,