Failing to load dtbo in u-boot 2023.01

What kernel source are you currently building in meta-ti? i might have already pushed an update to give you this…

I am not using meta-ti, I am using meta-yocto-bsp. In the meta-ti-bsp the dtbo can be loaded, but the image is unusable on Kirkstone because of the kworker failure during boot as described here:

But when I was building the meta-ti-bsp, it was on the kirkstone branch.

I think that class is only for building external overlays… Other then the Makefile file in the kernel source, i don’t see a way to globally enable this.

I see… I just tried to assign my own dts path (with the beaglenode.dts) to the DT_FILES_PATH variable, but that did not change anything…

Also, I have changed the u-boot version in meta-yocto-bsp from 2022.01 to 2023.01 exactly because I have seen that the dtbo was loaded when using meta-ti-bsp (it was using u0boot version 2023.01). I have no idea why this does not work…