Hello,
I could modify the source code of the u-boot and linux-dey to adapt to my board using the ccimx8mn Connect core using $ bitbake u-boot -c devshell (resp. $ bitbake linux-dey -c devshell ), so after compiling with $ bitbake u-boot -C compile (resp. bitbake linux-dey -C compile) binaries have been generated but I need the imx-boot, do you know how to generate these files for the imx8mn devices ?
When I bitbake the full image ($ bitbake dey-image-qt), all the necesseary files are generated and could be deplyed and flashed directly. Is it possible to adapt the changes to the dey-image-qt recipe ?
Thank you in advance