mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-01 13:10:04 +00:00
arm-bsp/docs:corstone1000: Update systemready-patch refs
- Replace `systemready-patch` with `iot-platform-assets` in the guide. - Update the Corstone-1000 asset paths and U85 kas command examples. Align the user guide with the renamed asset repository, avoiding stale commands and broken paths. Signed-off-by: Alex Chapman <alex.chapman@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -536,18 +536,18 @@ Clean Secure Flash
|
|||||||
This is to erase the flash cleanly and prepare a clean board environment for testing.
|
This is to erase the flash cleanly and prepare a clean board environment for testing.
|
||||||
|
|
||||||
|
|
||||||
#. Clone the `systemready-patch` repository to your ${WORKSPACE}.
|
#. Clone the `iot-platform-assets` repository to your ${WORKSPACE}.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cd ${WORKSPACE}
|
cd ${WORKSPACE}
|
||||||
git clone https://git.gitlab.arm.com/arm-reference-solutions/systemready-patch.git -b CORSTONE1000-2025.12
|
git clone https://git.gitlab.arm.com/arm-reference-solutions/iot-platform-assets.git -b CORSTONE1000-2025.12
|
||||||
|
|
||||||
#. Copy the secure flash cleaning Git patch file to your copy of `meta-arm`.
|
#. Copy the secure flash cleaning Git patch file to your copy of `meta-arm`.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cp -f systemready-patch/embedded-a/corstone1000/erase_flash/0001-embedded-a-corstone1000-clean-secure-flash.patch meta-arm
|
cp -f iot-platform-assets/corstone1000/erase_flash/0001-embedded-a-corstone1000-clean-secure-flash.patch meta-arm
|
||||||
|
|
||||||
#. Apply the Git patch to `meta-arm`.
|
#. Apply the Git patch to `meta-arm`.
|
||||||
|
|
||||||
@@ -874,19 +874,19 @@ Capsule Update
|
|||||||
rebuild the **Corstone-1000 with Cortex-A320** firmware image using the following steps:
|
rebuild the **Corstone-1000 with Cortex-A320** firmware image using the following steps:
|
||||||
|
|
||||||
|
|
||||||
#. Clone the `systemready-patch` repository to your ``${WORKSPACE}``.
|
#. Clone the `iot-platform-assets` repository to your ``${WORKSPACE}``.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cd ${WORKSPACE}
|
cd ${WORKSPACE}
|
||||||
git clone https://git.gitlab.arm.com/arm-reference-solutions/systemready-patch.git \
|
git clone https://git.gitlab.arm.com/arm-reference-solutions/iot-platform-assets.git \
|
||||||
-b CORSTONE1000-2025.12
|
-b CORSTONE1000-2025.12
|
||||||
|
|
||||||
#. Copy the disable ethosu driver Git patch file to your copy of `meta-arm`.
|
#. Copy the disable ethosu driver Git patch file to your copy of `meta-arm`.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cp -f systemready-patch/embedded-a/corstone1000/disable_module_autoloading/0001-arm-bsp-linux-corstone1000-a320-disable-ethosu-confi.patch \
|
cp -f iot-platform-assets/corstone1000/disable_module_autoloading/0001-arm-bsp-linux-corstone1000-a320-disable-ethosu-confi.patch \
|
||||||
${WORKSPACE}/meta-arm/
|
${WORKSPACE}/meta-arm/
|
||||||
|
|
||||||
#. Apply the Git patch to `meta-arm`.
|
#. Apply the Git patch to `meta-arm`.
|
||||||
@@ -1884,13 +1884,13 @@ Generate Keys, Signed Image and Unsigned Image
|
|||||||
|
|
||||||
#. Build an EFI System Partition as described `here <build-efi-system-partition_>`__.
|
#. Build an EFI System Partition as described `here <build-efi-system-partition_>`__.
|
||||||
|
|
||||||
#. Clone the `systemready-patch` repository to your workspace.
|
#. Clone the `iot-platform-assets` repository to your workspace.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cd ${WORKSPACE}
|
cd ${WORKSPACE}
|
||||||
|
|
||||||
git clone https://gitlab.arm.com/arm-reference-solutions/systemready-patch \
|
git clone https://gitlab.arm.com/arm-reference-solutions/iot-platform-assets \
|
||||||
|
|
||||||
-b CORSTONE1000-2025.12
|
-b CORSTONE1000-2025.12
|
||||||
|
|
||||||
@@ -1904,7 +1904,7 @@ Generate Keys, Signed Image and Unsigned Image
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
./${WORKSPACE}/systemready-patch/embedded-a/corstone1000/secureboot/create_keys_and_sign.sh \
|
./${WORKSPACE}/iot-platform-assets/corstone1000/secureboot/create_keys_and_sign.sh \
|
||||||
-d ${TARGET} \
|
-d ${TARGET} \
|
||||||
-v ${CERTIFICATE_VALIDITY_DURATION_IN_DAYS}
|
-v ${CERTIFICATE_VALIDITY_DURATION_IN_DAYS}
|
||||||
|
|
||||||
@@ -2246,26 +2246,26 @@ Ethos-U85 NPU
|
|||||||
The Ethos-U85 NPU is only supported on Corstone-1000 with Cortex-A320 FVP.
|
The Ethos-U85 NPU is only supported on Corstone-1000 with Cortex-A320 FVP.
|
||||||
|
|
||||||
|
|
||||||
#. Clone the `systemready-patch` repository to your ``${WORKSPACE}``.
|
#. Clone the `iot-platform-assets` repository to your ``${WORKSPACE}``.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cd ${WORKSPACE}
|
cd ${WORKSPACE}
|
||||||
git clone https://git.gitlab.arm.com/arm-reference-solutions/systemready-patch.git \
|
git clone https://git.gitlab.arm.com/arm-reference-solutions/iot-platform-assets.git \
|
||||||
-b CORSTONE1000-2025.12
|
-b CORSTONE1000-2025.12
|
||||||
|
|
||||||
#. Copy the additional kas configuration file to:
|
#. Copy the additional kas configuration file to:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cp ${WORKSPACE}/systemready-patch/embedded-a/corstone1000/ethos-u85_test/ethos-u85-test.yml \
|
cp ${WORKSPACE}/iot-platform-assets/corstone1000/ethos-u85_test/ethos-u85-test.yml \
|
||||||
${WORKSPACE}/meta-arm/kas/
|
${WORKSPACE}/meta-arm/kas/
|
||||||
|
|
||||||
#. Copy the mesa package Git patch file to your copy of meta-arm.
|
#. Copy the mesa package Git patch file to your copy of meta-arm.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
cp -f ${WORKSPACE}/systemready-patch/embedded-a/corstone1000/ethos-u85_test/0001-arm-bsp-mesa-Package-Teflon-test-runner-and-models.patch \
|
cp -f ${WORKSPACE}/iot-platform-assets/corstone1000/ethos-u85_test/0001-arm-bsp-mesa-Package-Teflon-test-runner-and-models.patch \
|
||||||
${WORKSPACE}/meta-arm/
|
${WORKSPACE}/meta-arm/
|
||||||
|
|
||||||
#. Apply the Git patch to meta-arm.
|
#. Apply the Git patch to meta-arm.
|
||||||
@@ -2288,7 +2288,7 @@ Ethos-U85 NPU
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
kas shell meta-arm/kas/corstone1000-fvp.yml:meta-arm/ci/debug.yml:meta-arm/kas/corstone1000-a320.yml:\
|
kas shell meta-arm/kas/corstone1000-fvp.yml:meta-arm/ci/debug.yml:meta-arm/kas/corstone1000-a320.yml:\
|
||||||
systemready-patch/embedded-a/corstone1000/ethos-u85_test/ethos-u85-test.yml \
|
meta-arm/kas/ethos-u85-test.yml \
|
||||||
-c "../meta-arm/scripts/runfvp"
|
-c "../meta-arm/scripts/runfvp"
|
||||||
|
|
||||||
#. To verify you are running the Corstone-1000 with Cortex-A320, build and run the FVP and inspect the CPU model
|
#. To verify you are running the Corstone-1000 with Cortex-A320, build and run the FVP and inspect the CPU model
|
||||||
|
|||||||
Reference in New Issue
Block a user