diff options
| author | Fabio Estevam <[email protected]> | 2026-03-13 18:00:05 -0300 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-03-16 18:45:26 -0300 |
| commit | e4be6fc6cad5ed93ff44ab9756fec0bbc6525781 (patch) | |
| tree | df1a7495017bd3939cccc9ece8547e9fa4c4130c /doc | |
| parent | 24f8b19afd29d2d92a05429ce48ef6860aa54597 (diff) | |
doc: imx95_evk: Fix the binary name
U-Boot produces flash.bin as the final boot image when building for
the i.MX95 EVK, but the documentation refers to imx-boot-imx95.bin.
Update the instructions to use flash.bin when copying the image to
the SD card.
Signed-off-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/nxp/imx95_evk.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/board/nxp/imx95_evk.rst b/doc/board/nxp/imx95_evk.rst index e87d7e27b61..593981e6a65 100644 --- a/doc/board/nxp/imx95_evk.rst +++ b/doc/board/nxp/imx95_evk.rst @@ -152,7 +152,7 @@ i.MX95 B0 silicon version on 15x15 LPDDR4X EVK $ make imx95_15x15_evk_defconfig $ make -Copy imx-boot-imx95.bin to the MicroSD card: +Copy flash.bin to the MicroSD card: .. code-block:: bash |
