Re: [yocto] Failing to patch u-boot .dts

2021-03-12 Thread Jonas Vautherin
Finally understood how to do it properly, and hence explaining here for the record. In my machine configuration, I have this line (that I overlooked): ``` IMAGE_BOOT_FILES ?= "u-boot.${UBOOT_SUFFIX} MLO zImage am335x-pocketbeagle.dtb" ``` Which says that it should use the `am335x-pocketbeagle` d

[yocto] Failing to patch u-boot .dts

2021-03-11 Thread Jonas Vautherin
Hello! I am using u-boot on a pocketbeagle which, according to "Default Device Tree for DT control" in `bitbake -c menuconfig u-boot`, uses am335x-evm, which I understand is the file in ./build/tmp/work/pocketbeagle-poky-linux-gnueabi/u-boot/1_2020.07-r0/git/arch/arm/dts/am335x-evm.dts. My issue