From 85bd24f7b0159a089e77b264ffc5d79da92d4424 Mon Sep 17 00:00:00 2001 From: Alex Chapman Date: Fri, 1 May 2026 14:30:16 +0100 Subject: [PATCH] arm-bsp/docs:corstone1000: Fix secure boot script path - Use the correct `${WORKSPACE}` script path without the stray `./` prefix. This avoids an invalid command path. Signed-off-by: Jon Mason --- meta-arm-bsp/documentation/corstone1000/user-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/documentation/corstone1000/user-guide.rst b/meta-arm-bsp/documentation/corstone1000/user-guide.rst index e38fd1e8..5bade38e 100644 --- a/meta-arm-bsp/documentation/corstone1000/user-guide.rst +++ b/meta-arm-bsp/documentation/corstone1000/user-guide.rst @@ -1865,7 +1865,7 @@ Generate Keys, Signed Image and Unsigned Image .. code-block:: console - ./${WORKSPACE}/iot-platform-assets/corstone1000/secureboot/create_keys_and_sign.sh \ + ${WORKSPACE}/iot-platform-assets/corstone1000/secureboot/create_keys_and_sign.sh \ -d ${TARGET} \ -v ${CERTIFICATE_VALIDITY_DURATION_IN_DAYS}