All of lore.kernel.org
 help / color / mirror / Atom feed
* Building U-Boot for Compulab's imx8mm-cl-iot-gate board
@ 2021-06-30 21:43 Fabio Estevam
  2021-07-01 15:44 ` Paul Liu
  0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2021-06-30 21:43 UTC (permalink / raw)
  To: paul.liu; +Cc: U-Boot-Denx, Kirill Kapranov, Uri Mashiach, Valentin Raevsky

Hi Paul,

I am trying to build U-Boot 2021.07-rc5 for the
imx8mm-cl-iot-gate_defconfig target and I am following the imx8mm-evk
readme: doc/board/freescale/imx8mm_evk.rst for the build instructions
and this is the output:

make[1]: Nothing to be done for 'SPL'.
  BINMAN  all
Image 'main-section' is missing external blobs and is non-functional: blob-ext

Some images are invalid

This happens because I did not provide the fip.bin binary.

Is it OK if I remove the fip.bin entry like this? Would the board still boot?

--- a/arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi
@@ -217,18 +217,6 @@
                                        };
                                };

-                               fip {
-                                       description = "Trusted Firmware FIP";
-                                       type = "firmware";
-                                       arch = "arm64";
-                                       compression = "none";
-                                       load = <0x40310000>;
-
-                                       fip_blob: blob-ext{
-                                               filename = "fip.bin";
-                                       };
-                               };
-
                                fdt {
                                        description = "NAME";
                                        type = "flat_dt";

Could you please let me know the process for generating fip.bin?

It would be nice to have a doc/board/compulab/imx8mm-iot-gate.rst
README file with these details. I can help with that but need your
help to clarify the generation of fip.bin.

Also, is it OK if I use the ATF firmware and LPDDR binaries version as
specified in doc/board/freescale/imx8mm_evk.rst ?

Thanks,

Fabio Estevam

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-08-11 13:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 21:43 Building U-Boot for Compulab's imx8mm-cl-iot-gate board Fabio Estevam
2021-07-01 15:44 ` Paul Liu
2021-07-01 16:39   ` Fabio Estevam
2021-07-01 21:37     ` Paul Liu
2021-08-10 23:12       ` Fabio Estevam
2021-08-11  1:05         ` Paul Liu
2021-08-11  1:33           ` Fabio Estevam
2021-08-11 11:31             ` Fabio Estevam
2021-08-11 13:02               ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.