[Buildroot] [PATCH 1/1] package/imx-seco: use the c0 revision for the imx8qxp ahab image

Stephane Viau (OSS) stephane.viau at oss.nxp.com
Thu Apr 29 08:20:29 UTC 2021


>
>The silicon revision for the imx8 is C0 and this is the release
>candidate for the new update images. It also seems to work on
>some B0 early silicon in addition, so change the ahab container
>to use mx8qxc0-ahab-container.img

The C0 firmware cannot be executed along with the B0 ROM for a couple
of reasons (different function address map and lacking features).

Warning:
Once we make the switch to mx8qxc0-ahab-container, all boards based
on a B0 silicon version won't boot anymore!

>
>Signed-off-by: Charles Hardin <ckhardin at gmail.com>
>Signed-off-by: Charles Hardin <charles.hardin at chargepoint.com>

[Stephane: tested on i.MX8 QXP EVK Rev C]
Tested-by: Stephane Viau <stephane.viau at oss.nxp.com>

BR,
Stephane.

>---
> package/freescale-imx/imx-seco/imx-seco.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/package/freescale-imx/imx-seco/imx-seco.mk b/package/freescale-imx/imx-seco/imx-seco.mk
>index 245c3e3311..711315ea93 100644
>--- a/package/freescale-imx/imx-seco/imx-seco.mk
>+++ b/package/freescale-imx/imx-seco/imx-seco.mk
>@@ -22,7 +22,7 @@ IMX_SECO_INSTALL_IMAGES = YES
> # is done in post-image script.
> ifeq ($(BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X),y)
> define IMX_SECO_INSTALL_IMAGES_CMDS
>-       cp $(@D)/firmware/seco/mx8qxb0-ahab-container.img \
>+       cp $(@D)/firmware/seco/mx8qxc0-ahab-container.img \
>                 $(BINARIES_DIR)/ahab-container.img
> endef
> else ifeq ($(BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8),y)
>--
>2.21.1 (Apple Git-122.3)
>
>_______________________________________________
>buildroot mailing list
>buildroot at busybox.net
>http://lists.busybox.net/mailman/listinfo/buildroot
>
>


More information about the buildroot mailing list