public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Frieder Schrempf <frieder@fris.de>
To: Frieder Schrempf <frieder.schrempf@kontron.de>, u-boot@lists.denx.de
Cc: Fabio Estevam <festevam@denx.de>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Oliver Graute <oliver.graute@kococonnector.com>,
	Patrick Wildt <patrick@blueri.se>
Subject: [PATCH v2 6/6] doc: sl-mx8mm: Add CROSS_COMPILE to U-Boot make call and improve comment
Date: Thu, 19 Jan 2023 12:20:39 +0100	[thread overview]
Message-ID: <20230119112040.47574-7-frieder@fris.de> (raw)
In-Reply-To: <20230119112040.47574-1-frieder@fris.de>

From: Frieder Schrempf <frieder.schrempf@kontron.de>

Add the CROSS_COMPILE flag as we assume we build in a cross environment.
Also improve the comment about copying the binary to SD card.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
---
 doc/board/kontron/sl-mx8mm.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/board/kontron/sl-mx8mm.rst b/doc/board/kontron/sl-mx8mm.rst
index a8a3d5fc24..b7346d8cfb 100644
--- a/doc/board/kontron/sl-mx8mm.rst
+++ b/doc/board/kontron/sl-mx8mm.rst
@@ -79,9 +79,9 @@ Build U-Boot
 .. code-block:: bash
 
    $ make kontron-sl-mx8mm_defconfig
-   $ make
+   $ make CROSS_COMPILE=aarch64-linux-gnu-
 
-Burn the flash.bin to SD card at an offset of 33 KiB:
+Copy the flash.bin to SD card at an offset of 33 KiB:
 
 .. code-block:: bash
 
-- 
2.39.0


      parent reply	other threads:[~2023-01-19 11:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-19 11:20 [PATCH v2 0/6] Some documentation updates for Kontron i.MX8MM hardware Frieder Schrempf
2023-01-19 11:20 ` [PATCH v2 1/6] doc: sl-mx8mm: Mention OSM 1.1 support Frieder Schrempf
2023-01-19 11:20 ` [PATCH v2 2/6] doc: sl-mx8mm: Add note about using cross toolchain Frieder Schrempf
2023-01-19 11:20 ` [PATCH v2 3/6] doc: sl-mx8mm: Update the NXP TF-A source reference Frieder Schrempf
2023-01-19 11:20 ` [PATCH v2 4/6] doc: sl-mx8mm: Update references to latest DDR firmware 8.18 Frieder Schrempf
2023-01-19 11:20 ` [PATCH v2 5/6] doc: sl-mx8mm: Add guide for copying the bootloader to SPI NOR Frieder Schrempf
2023-01-19 11:20 ` Frieder Schrempf [this message]

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=20230119112040.47574-7-frieder@fris.de \
    --to=frieder@fris.de \
    --cc=festevam@denx.de \
    --cc=frieder.schrempf@kontron.de \
    --cc=marcel.ziswiler@toradex.com \
    --cc=oliver.graute@kococonnector.com \
    --cc=patrick@blueri.se \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox