> -Original Message-
> From: U-Boot On Behalf Of Peter Bergin
> Sent: Tuesday, April 6, 2021 8:59 AM
> To: u-boot@lists.denx.de
> Subject: Re: [PATCH 7/7] doc: imx8mp-evk: update after using binman
>
>
> Hi,
>
> On 2021-04-06 05:59, Peng Fan (OSS) wrot
Hi,
On 2021-04-06 05:59, Peng Fan (OSS) wrote:
Burn the flash.bin to the MicroSD card at offset 32KB:
.. code-block:: bash
$sudo dd if=build/flash.bin of=/dev/sd[x] bs=1K seek=32 conv=notrunc; sync
+ $sudo dd if=build/u-boot.itb of=/dev/sd[x] bs=1K seek=384 conv=notrunc; sync
From: Peng Fan
update doc after using binman to pack images
Signed-off-by: Peng Fan
---
doc/board/freescale/imx8mp_evk.rst | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/doc/board/freescale/imx8mp_evk.rst
b/doc/board/freescale/imx8mp_evk.rst
index 796a7611d0..
3 matches
Mail list logo