mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
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 <jon.mason@arm.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user