On Thu, 2021-04-15 at 10:19 +0300, Oleksandr Suvorov wrote: > Update the u-boot image build instructions to support the latest > revision V1.1B of the module Apalis iMX8X. The rst document > formatting is fixed. > > Signed-off-by: Oleksandr Suvorov <[email protected]>
Thanks for taking this up! Reviewed-by: Philippe Schenker <[email protected]> > --- > > doc/board/toradex/apalix-imx8x.rst | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/doc/board/toradex/apalix-imx8x.rst > b/doc/board/toradex/apalix-imx8x.rst > index efa7e0c72e3..0b88a8143eb 100644 > --- a/doc/board/toradex/apalix-imx8x.rst > +++ b/doc/board/toradex/apalix-imx8x.rst > @@ -1,7 +1,7 @@ > .. SPDX-License-Identifier: GPL-2.0+ > > -Apalis iMX8X V1.1A Module (SoC NXP i.MX8QXP RevB) > -========================== > +Apalis iMX8X V1.1B Module (SoC NXP i.MX8QXP RevC) > +================================================= > > Quick Start > ----------- > @@ -27,20 +27,20 @@ Get and Build the ARM Trusted Firmware > $ cp imx-atf/build/imx8qx/release/bl31.bin $(builddir) > > Get System Controller firmware > ---------------------------------------- > +------------------------------ > > .. code-block:: bash > > $ wget > https://github.com/toradex/i.MX-System-Controller-Firmware/raw/master/src/scfw_export_mx8qx_b0/build_mx8qx_b0/mx8qx-apalis-scfw-tcm.bin > > Get SECO container > ---------------------------------------- > +------------------ > > .. code-block:: bash > > $ wget > https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-seco-3.7.4.bin > $ sh imx-seco-3.7.4.bin > - $ cp imx-seco-3.7.4/firmware/seco/mx8qxb0-ahab-container.img > $(builddir)/mx8qx-ahab-container.img > + $ cp imx-seco-3.7.4/firmware/seco/mx8qxc0-ahab-container.img > $(builddir)/mx8qx-ahab-container.img > > Build U-Boot > ------------

