* [U-Boot] [PATCH] imx8qxp_mek: add README
@ 2018-07-23 10:00 Peng Fan
2018-07-23 13:44 ` Fabio Estevam
0 siblings, 1 reply; 3+ messages in thread
From: Peng Fan @ 2018-07-23 10:00 UTC (permalink / raw)
To: u-boot
Add README file for i.MX8QXP MEK board.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Anatolij Gustschin <agust@denx.de>
---
This patch is for testing i.MX8QXP patchset [PATCH V2 00/32] i.MX: Add i.MX8QXP support
https://lists.denx.de/pipermail/u-boot/2018-July/335079.html
The board is using B0 chip, A0 chip is not being supported.
Please help test if you are interested. I'll post out V3 after collecting
more comments.
Sadly, I do not know where to download scfw_tcm.bin in public for B0 QXP.
Thanks,
Peng.
board/freescale/imx8qxp_mek/README | 70 ++++++++++++++++++++++++++++++++++++++
1 file changed, 70 insertions(+)
create mode 100644 board/freescale/imx8qxp_mek/README
diff --git a/board/freescale/imx8qxp_mek/README b/board/freescale/imx8qxp_mek/README
new file mode 100644
index 0000000000..97c244543a
--- /dev/null
+++ b/board/freescale/imx8qxp_mek/README
@@ -0,0 +1,70 @@
+U-Boot for the NXP i.MX8QXP EVK board
+
+Quick Start
+===========
+
+- Build U-Boot
+- Build the ARM Trusted firmware binary
+- Get scfw_tcm.bin and ahab-container.img
+- Get mkimage tool
+- Generate flash.bin using imx-mkimage
+- Flash the binary into the SD card
+- Boot
+
+Build U-Boot
+============
+
+$ make imx8qxp_mek_defconfig
+$ make
+
+Get and Build the ARM Trusted firmware
+======================================
+
+$ git clone https://source.codeaurora.org/external/imx/imx-atf
+$ cd imx-atf/
+$ git checkout origin/imx_4.9.88_imx8qxp_beta2
+$ make PLAT=imx8qxp bl31
+
+Get scfw_tcm.bin and ahab-container.img
+==============================
+
+$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.6.bin
+$ chmod +x firmware-imx-7.6.bin
+$ ./firmware-imx-7.6.bin
+
+scfw_tcm.bin [TODO]
+
+Get mkimage tool
+==============================
+Download the imx-mkimage tool:
+
+$ git clone https://source.codeaurora.org/external/imx/imx-mkimage/
+$ cd imx-mkimage/
+$ git checkout origin/imx_4.9.88_imx8qxp_beta2
+
+
+Generate flash.bin using imx-mkimage
+====================================
+
+Copy the following binaries to imx-mkimage/iMX8M folder:
+
+$ cp imx-atf/build/imx8qxp/release/bl31.bin imx-mkimage/iMX8QX/
+$ cp u-boot/u-boot.bin imx-mkimage/iMX8QX/
+
+Copy the following firmwares to imx-mkimage/iMX8 folder :
+
+$ cp firmware-imx-7.6/firmware/seco/ahab-container.img imx-mkimage/iMX8QX/
+
+$ cd imx-mkimage/
+$ make SOC=iMX8QX flash
+
+Flash the binary into the SD card
+=================================
+
+Burn the flash.bin binary to SD card offset 32KB:
+
+$ sudo dd if=iMX8QX/flash.bin of=/dev/sd[x] bs=1024 seek=32
+
+Boot
+====
+Set Boot switch SW2: 1100.
--
2.14.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] imx8qxp_mek: add README
2018-07-23 10:00 [U-Boot] [PATCH] imx8qxp_mek: add README Peng Fan
@ 2018-07-23 13:44 ` Fabio Estevam
2018-07-24 1:02 ` Peng Fan
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2018-07-23 13:44 UTC (permalink / raw)
To: u-boot
Hi Peng,
On Mon, Jul 23, 2018 at 7:00 AM, Peng Fan <peng.fan@nxp.com> wrote:
> Add README file for i.MX8QXP MEK board.
Thanks for submitting the README file.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Anatolij Gustschin <agust@denx.de>
> ---
>
> This patch is for testing i.MX8QXP patchset [PATCH V2 00/32] i.MX: Add i.MX8QXP support
> https://lists.denx.de/pipermail/u-boot/2018-July/335079.html
> The board is using B0 chip, A0 chip is not being supported.
> Please help test if you are interested. I'll post out V3 after collecting
> more comments.
> Sadly, I do not know where to download scfw_tcm.bin in public for B0 QXP.
Could you please check how to make this binary available to the users?
Users need to have access to the firmware, otherwise it is a blocking
issue for upstreaming mx8qxp support.
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] imx8qxp_mek: add README
2018-07-23 13:44 ` Fabio Estevam
@ 2018-07-24 1:02 ` Peng Fan
0 siblings, 0 replies; 3+ messages in thread
From: Peng Fan @ 2018-07-24 1:02 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: Fabio Estevam [mailto:festevam at gmail.com]
> Sent: 2018年7月23日 21:44
> To: Peng Fan <peng.fan@nxp.com>
> Cc: Stefano Babic <sbabic@denx.de>; Fabio Estevam
> <fabio.estevam@nxp.com>; U-Boot-Denx <u-boot@lists.denx.de>; Diego Dorta
> <diego.dorta@nxp.com>
> Subject: Re: [U-Boot] [PATCH] imx8qxp_mek: add README
>
> Hi Peng,
>
> On Mon, Jul 23, 2018 at 7:00 AM, Peng Fan <peng.fan@nxp.com> wrote:
> > Add README file for i.MX8QXP MEK board.
>
> Thanks for submitting the README file.
>
> >
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> > Cc: Stefano Babic <sbabic@denx.de>
> > Cc: Fabio Estevam <fabio.estevam@nxp.com>
> > Cc: Anatolij Gustschin <agust@denx.de>
> > ---
> >
> > This patch is for testing i.MX8QXP patchset [PATCH V2 00/32] i.MX: Add
> > i.MX8QXP support
> > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flis
> >
> ts.denx.de%2Fpipermail%2Fu-boot%2F2018-July%2F335079.html&data=0
> 2%
> >
> 7C01%7Cpeng.fan%40nxp.com%7Ca0880385d7064b72028108d5f0a262b5%7C6
> 86ea1d
> >
> 3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636679502587918095&sdata
> =a%2FO
> > Mb17xmtxbjSaXbNpkOnHWERFkrH4Y0jA8EkqF8ic%3D&reserved=0
> > The board is using B0 chip, A0 chip is not being supported.
> > Please help test if you are interested. I'll post out V3 after
> > collecting more comments.
> > Sadly, I do not know where to download scfw_tcm.bin in public for B0 QXP.
>
> Could you please check how to make this binary available to the users?
Need to wait external releases for i.MX8QXP B0. Hope soon.
>
> Users need to have access to the firmware, otherwise it is a blocking issue for
> upstreaming mx8qxp support.
Different boards needs different scfw, there will be a porting kit for users when external release.
I just do not know where to download scfw_tcm.bin for i.MX8QXP MEK board (:
Thanks,
Peng.
>
> Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-24 1:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-23 10:00 [U-Boot] [PATCH] imx8qxp_mek: add README Peng Fan
2018-07-23 13:44 ` Fabio Estevam
2018-07-24 1:02 ` Peng Fan
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.