mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-07 03:04:27 +00:00
arm-bsp/corstone1000: Update Corstone-1000 user guide
Update the Corstone-1000 user guide with the new instructions on how to rebuild the platform to enable multicore support and run a test to verify this. Signed-off-by: Delane Brandy <delane.brandy@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1458,6 +1458,33 @@ The external system can be switched on/off on demand with the following commands
|
||||
|
||||
echo start > /sys/class/remoteproc/remoteproc0/state
|
||||
|
||||
|
||||
Testing FVP in SMP mode
|
||||
-----------------------
|
||||
|
||||
Symmetric multiprocessing (SMP) mode is only supported on FVP. It can be enabled by using `corstone1000-fvp-multicore.yml`
|
||||
|
||||
1. Rebuild the platform with SMP mode enabled:
|
||||
|
||||
::
|
||||
|
||||
kas build meta-arm/kas/corstone1000-fvp.yml:meta-arm/ci/debug.yml:meta-arm/kas/corstone1000-fvp-multicore.yml
|
||||
|
||||
2. Once rebuilt, boot the platform with SMP mode enabled:
|
||||
|
||||
::
|
||||
|
||||
kas shell meta-arm/kas/corstone1000-fvp.yml:meta-arm/ci/debug.yml:meta-arm/kas/corstone1000-fvp-multicore.yml -c "../meta-arm/scripts/runfvp"
|
||||
|
||||
|
||||
3. Validating SMP mode using the nproc command which should return the number of cores:
|
||||
|
||||
::
|
||||
|
||||
nproc
|
||||
#output: 4
|
||||
|
||||
|
||||
Tests results
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user