From b42a171c72ee2d4049624132d85cbf6708ea3f97 Mon Sep 17 00:00:00 2001 From: Vignesh Raghavendra Date: Thu, 7 Nov 2024 16:25:41 +0530 Subject: [PATCH] fix(fitImage): Correct the path of keys folder in U-Boot src keys directory is now located in arch/arm/mach-k3/. Fix the doc accordingly. Signed-off-by: Vignesh Raghavendra --- source/linux/Foundational_Components/Kernel/_Users_Guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/linux/Foundational_Components/Kernel/_Users_Guide.rst b/source/linux/Foundational_Components/Kernel/_Users_Guide.rst index 44e0b599d..623402649 100644 --- a/source/linux/Foundational_Components/Kernel/_Users_Guide.rst +++ b/source/linux/Foundational_Components/Kernel/_Users_Guide.rst @@ -629,7 +629,7 @@ built during the initial u-boot build. .. code-block:: console - mkimage -r -f fitImage.its -k $UBOOT_PATH/board/ti/keys -K $UBOOT_PATH/build/$ARMV8/dts/dt.dtb fitImage + mkimage -r -f fitImage.its -k $UBOOT_PATH/arch/arm/mach-k3/keys -K $UBOOT_PATH/build/$ARMV8/dts/dt.dtb fitImage .. note::