1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 15:57:19 +00:00

arm-bsp/documentation: corstone1000: enable debug-tweaks

add debug.yml to the build command so the debug-tweaks image feature
is enabled

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Abdellatif El Khlifi
2023-11-06 16:52:01 +00:00
committed by Jon Mason
parent e902f06d58
commit ab0ecb5901
@@ -174,7 +174,7 @@ To build a Corstone-1000 image for MPS3 FPGA, run:
:: ::
kas build meta-arm/kas/corstone1000-mps3.yml kas build meta-arm/kas/corstone1000-mps3.yml:meta-arm/ci/debug.yml
Alternatively, to build a Corstone-1000 image for FVP, you need to accept Alternatively, to build a Corstone-1000 image for FVP, you need to accept
the EULA at https://developer.arm.com/downloads/-/arm-ecosystem-fvps/eula the EULA at https://developer.arm.com/downloads/-/arm-ecosystem-fvps/eula
@@ -188,7 +188,7 @@ then run:
:: ::
kas build meta-arm/kas/corstone1000-fvp.yml kas build meta-arm/kas/corstone1000-fvp.yml:meta-arm/ci/debug.yml
The initial clean build will be lengthy, given that all host utilities are to The initial clean build will be lengthy, given that all host utilities are to
be built as well as the target images. This includes host executables (python, be built as well as the target images. This includes host executables (python,
@@ -414,7 +414,7 @@ boot. Run following commands to build such image.
cd meta-arm cd meta-arm
git apply 0001-embedded-a-corstone1000-clean-secure-flash.patch git apply 0001-embedded-a-corstone1000-clean-secure-flash.patch
cd .. cd ..
kas build meta-arm/kas/corstone1000-mps3.yml kas build meta-arm/kas/corstone1000-mps3.yml:meta-arm/ci/debug.yml
Replace the bl1.bin and cs1000.bin files on the SD card with following files: Replace the bl1.bin and cs1000.bin files on the SD card with following files:
- The ROM firmware: <_workspace>/build/tmp/deploy/images/corstone1000-mps3/bl1.bin - The ROM firmware: <_workspace>/build/tmp/deploy/images/corstone1000-mps3/bl1.bin
@@ -952,7 +952,7 @@ documentation.
cd meta-arm cd meta-arm
git am 0001-arm-bsp-u-boot-corstone1000-Skip-the-shim-by-booting.patch git am 0001-arm-bsp-u-boot-corstone1000-Skip-the-shim-by-booting.patch
cd .. cd ..
kas shell meta-arm/kas/corstone1000-mps3.yml -c="bitbake u-boot trusted-firmware-a corstone1000-image -c cleansstate; bitbake corstone1000-image" kas shell meta-arm/kas/corstone1000-mps3.yml:meta-arm/ci/debug.yml -c="bitbake u-boot trusted-firmware-a corstone1000-image -c cleansstate; bitbake corstone1000-image"
Please update the cs1000.bin on the SD card with the newly generated wic file. Please update the cs1000.bin on the SD card with the newly generated wic file.