
25 Oct
2022
25 Oct
'22
4:04 p.m.
Hi Oliver,
On Fri, Oct 7, 2022 at 10:14 AM Oliver Graute oliver.graute@kococonnector.com wrote:
fdt {
filename = "imx8qm-rom7720-a1";
Please do not hardcode this dtb filename inside the common imx8qm-u-boot.dtsi file.
You can look at arch/arm/dts/imx8mm-u-boot.dtsi as a reference.
type = "flat_dt";
compression = "none";
uboot_fdt_blob {
filename = "u-boot.dtb";
type = "blob-ext";
};
};
};
configurations {
default = "conf";
conf {
filename = "imx8qm-rom7720-a1";
Same here.
Also, could you please try converting all imx8mq/qxp boards to binman?
Thanks