Dictionary

Device Tree Blob Overlay / DTBO

It’s a partition on Android devices used by the bootloader to modify the base device tree before booting the kernel.

The device tree describes the hardware (like CPUs, RAM, peripherals) to the operating system.

The overlay lets manufacturers or ROMs adjust these settings without modifying the base tree—useful for supporting different hardware revisions or configurations.