I am doing a full build with directives in the tbbuild.yaml file. Everything was working until I tried to get the container bundle to work. Finally got that working, but then the combine wouldn’t work. I checked all the things and it appears it is in the build, but then the device wouldn’t boot, because it says it can’t find the device tree. I didn’t change anything other than the suggestions of the AI to change the formatting of the tcbuild directory. Through the verbose output it appears to compile and build the device tree file, but it doesn’t show up when it tries to find it during the boot process.
=> Adding device-tree overlay ‘device-trees/overlays/verdin-imx8mp-gimbal3b-overlay.dts’
2026-07-29 17:07:21,231 - torizon.tcbuilder.backend.kernel - DEBUG - Kernel found at ‘/storage/sysroot/ostree/deploy/torizon/deploy/80078437b2cf6070717a424bb28982cf447621e93400c560da5877b89724635b.0/usr/lib/modules/6.6.94-7.3.0-g5a62539de8f9/vmlinuz’
2026-07-29 17:07:21,231 - torizon.tcbuilder.cli.dto - DEBUG - dto_apply: kernel_is_fit=False
2026-07-29 17:07:21,258 - torizon.tcbuilder.backend.dto - DEBUG - Found overlays.txt in changes dir: ‘/storage/dt/usr/lib/modules/6.6.94-7.3.0-g5a62539de8f9/dtb/overlays.txt’
2026-07-29 17:07:21,279 - torizon.tcbuilder.backend.dt - INFO - Compiling Device Tree with DTC 1.6.0…
2026-07-29 17:07:21,314 - torizon.tcbuilder.backend.dt - DEBUG - OUTPUT FROM DEVICE TREE COMPILER
2026-07-29 17:07:21,315 - torizon.tcbuilder.backend.dt - DEBUG - device-trees/overlays/verdin-imx8mp-gimbal3b-overlay.dts:111.21-31: Warning (reg_format): /fragment@43/overlay/mdio/ethernet-phy@7:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
/tmp/tmp4smk5qbm.dtbo: Warning (pci_device_reg): Failed prerequisite ‘reg_format’
/tmp/tmp4smk5qbm.dtbo: Warning (pci_device_bus_num): Failed prerequisite ‘reg_format’
/tmp/tmp4smk5qbm.dtbo: Warning (simple_bus_reg): Failed prerequisite ‘reg_format’
/tmp/tmp4smk5qbm.dtbo: Warning (i2c_bus_reg): Failed prerequisite ‘reg_format’
/tmp/tmp4smk5qbm.dtbo: Warning (spi_bus_reg): Failed prerequisite ‘reg_format’
device-trees/overlays/verdin-imx8mp-gimbal3b-overlay.dts:110.32-113.19: Warning (avoid_default_addr_size): /fragment@43/overlay/mdio/ethernet-phy@7: Relying on default #address-cells value
device-trees/overlays/verdin-imx8mp-gimbal3b-overlay.dts:110.32-113.19: Warning (avoid_default_addr_size): /fragment@43/overlay/mdio/ethernet-phy@7: Relying on default #size-cells value
/tmp/tmp4smk5qbm.dtbo: Warning (avoid_unnecessary_addr_size): Failed prerequisite ‘avoid_default_addr_size’
/tmp/tmp4smk5qbm.dtbo: Warning (unique_unit_address): Failed prerequisite ‘avoid_default_addr_size’
2026-07-29 17:07:21,315 - torizon.tcbuilder.backend.dt - DEBUG - END OF DEVICE TREE COMPILER OUTPUT
2026-07-29 17:07:21,315 - torizon.tcbuilder.backend.dt - INFO - File ‘verdin-imx8mp-gimbal3b-overlay.dts’ compiles successfully.
2026-07-29 17:07:21,343 - torizon.tcbuilder.backend.dto - DEBUG - Setting overlay list in ‘overlays.txt’ to [‘verdin-imx8mp-gimbal3b-overlay.dtbo’]
2026-07-29 17:07:21,372 - torizon.tcbuilder.cli.dto - INFO - Overlay verdin-imx8mp-gimbal3b-overlay.dtbo successfully applied.
2026-07-29 17:07:21,372 - torizon.tcbuilder.cli.build - INFO -