
On 21.10.21 15:17, Heiko Thiery wrote:
Hi Stefano,
Am Do., 21. Okt. 2021 um 13:31 Uhr schrieb Stefano Babic sbabic@denx.de:
Hi Heiko,
On 14.10.21 20:08, Heiko Thiery wrote:
The Kontron pitx-imx8m is an NXP i.MX8MQ based board in the pITX form factor.
There is still something using binman that does not work with CI. Without CI, we load all firmware including signed_hdmi_imx8m.bin.
But on CI, file is not loaded, but instead of warnings, build for this board fails with :
+Image 'main-section' is missing external blobs and is non-functional: blob-ext@1 blob-ext@2 blob-ext@3 blob-ext@4 +binman: Error 1 running 'mkimage -d ./mkimage.spl.mkimage -n spl/u-boot-spl.cfgout -T imx8mimage -e 0x7e1000 ./mkimage-out.spl.mkimage': signed_hdmi_imx8m.bin: Can't open: No such file or directory
Could you take a look ?
Sure. Could you point me to the right CI configuration?
Configuration is in .gitlab-ci.yml. For thsi board, buildman is called as part of aarch64 target, that is
buildman -o /tmp -P -E -W arm -x aarch64
I need to understand how the required imx-firmware files are copied to the u-boot dir. This seems to work already for e. g. the imx8mm boards. These require the lpdd* train fw files.
Regards, Stefano