]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: imx95_evk: Fix the binary name
authorFabio Estevam <festevam@nabladev.com>
Fri, 13 Mar 2026 21:00:05 +0000 (18:00 -0300)
committerFabio Estevam <festevam@gmail.com>
Mon, 16 Mar 2026 21:45:26 +0000 (18:45 -0300)
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 <festevam@nabladev.com>
doc/board/nxp/imx95_evk.rst

index e87d7e27b61804c0e9e63809d623f95984168676..593981e6a6517c20ff575e72ddaa5a58f1887c0f 100644 (file)
@@ -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