All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: paul.liu@linaro.org
Cc: U-Boot-Denx <u-boot@lists.denx.de>,
	Kirill Kapranov <kirill.kapranov@compulab.co.il>,
	 Uri Mashiach <uri.mashiach@compulab.co.il>,
	Valentin Raevsky <valentin@compulab.co.il>
Subject: Building U-Boot for Compulab's imx8mm-cl-iot-gate board
Date: Wed, 30 Jun 2021 18:43:27 -0300	[thread overview]
Message-ID: <CAOMZO5DRS2hAWp=Atww8YsvV7QH7=1EZKtL8cV4Z9zFtb+HFAg@mail.gmail.com> (raw)

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

             reply	other threads:[~2021-06-30 21:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-30 21:43 Fabio Estevam [this message]
2021-07-01 15:44 ` Building U-Boot for Compulab's imx8mm-cl-iot-gate board 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOMZO5DRS2hAWp=Atww8YsvV7QH7=1EZKtL8cV4Z9zFtb+HFAg@mail.gmail.com' \
    --to=festevam@gmail.com \
    --cc=kirill.kapranov@compulab.co.il \
    --cc=paul.liu@linaro.org \
    --cc=u-boot@lists.denx.de \
    --cc=uri.mashiach@compulab.co.il \
    --cc=valentin@compulab.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.