philenotfound / rpi_elecfreaks_22_tft_dt_overlay

Device Tree Overlay for using an Elecfreaks 2.2" SPI TFT with a Raspberry Pi
GNU General Public License v2.0
1 stars 4 forks source link

Overlay not working in 4.4.21+ (*.dtb is deprecated) #2

Open spomjaksilp opened 8 years ago

spomjaksilp commented 8 years ago

I just renamed the file to .dtbo and it works again. Reason below:

"UPDATE: The Dynamic Device Tree support in the kernel requires a different format of "local fixups" in the overlay. To avoid problems with old and new styles of overlay coexisting, and to match other users of overlays, the old "name-overlay.dtb" naming scheme has been replaced with "name.dtbo" from 4.4 onwards. Overlays should be referred to by name alone, and the firmware or utility that loads them will append the appropriate suffix."

source: https://www.raspberrypi.org/documentation/configuration/config-txt.md

philenotfound commented 8 years ago

Thanks! I'll look into it this weekend.