
25 Oct
2022
25 Oct
'22
4:26 p.m.
On 25/10/22, Fabio Estevam wrote:
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.
OK I'll remove the line
You can look at arch/arm/dts/imx8mm-u-boot.dtsi as a reference.
OK
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.
Ok
Also, could you please try converting all imx8mq/qxp boards to binman?
ok I'll try this.
Thanks
Best regards,
Oliver