From bf8dbd0c103635b43bb19202c4f99be4ae8b9e91 Mon Sep 17 00:00:00 2001 From: Breno Lima Date: Fri, 15 Feb 2019 16:51:36 -0200 Subject: [PATCH] MLK-20935-4 doc: imx: ahab: Fix typo in mx8_mx8x_secure_boot.txt guide Fix a typo in path provided for imx-mkimage iMX8QM and iMX8QXP directories. Reported-by: Marius Grigoras Signed-off-by: Breno Lima Reviewed-by: Ye Li (cherry picked from commit c75243c1a87a10f003377d9c144bcf412ba80440) --- doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt b/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt index 14fb2d6..ab29235 100644 --- a/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt +++ b/doc/imx/ahab/guides/mx8_mx8x_secure_boot.txt @@ -326,7 +326,7 @@ generated to the directory to save it for later: $ cd /imx-mkimage $ cp iMX8QX/flash.bin .. $ make SOC=iMX8QX flash_linux - $ mv i.MX8QX/flash.bin iMX8QX/flash_os.bin + $ mv iMX8QX/flash.bin iMX8QX/flash_os.bin $ cp iMX8QX/flash_os.bin .. - On i.MX 8 QM @@ -334,7 +334,7 @@ generated to the directory to save it for later: $ cd /imx-mkimage $ cp iMX8QM/flash.bin .. $ make SOC=iMX8QM flash_linux - $ mv i.MX8QM/flash.bin iMX8QM/flash_os.bin + $ mv iMX8QM/flash.bin iMX8QM/flash_os.bin $ cp iMX8QM/flash_os.bin .. If the make command ends successfully, the end of the result should look -- 1.9.1