[4/4] arm-bsp/corstone500/docs: update for kas and runfvp

Message ID 20220401144128.3517236-5-rui.silva@linaro.org
State New
Headers show
Series arm-bsp/corstone500: add kas, runfvp and wks | expand

Commit Message

Rui Miguel Silva April 1, 2022, 2:41 p.m. UTC
Update corstone500 documentation to reflect the new build
infrastructure (kas) and the in tree run of the fvp using the
runfvp command.

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
---
 meta-arm-bsp/documentation/corstone500.md | 28 +++++++++++++----------
 1 file changed, 16 insertions(+), 12 deletions(-)

Patch

diff --git a/meta-arm-bsp/documentation/corstone500.md b/meta-arm-bsp/documentation/corstone500.md
index 92f8a9842079..0f019611b728 100644
--- a/meta-arm-bsp/documentation/corstone500.md
+++ b/meta-arm-bsp/documentation/corstone500.md
@@ -3,22 +3,26 @@ 
 ## Howto Build and Run
 
 ### Configuration:
-In the local.conf file, MACHINE should be set as follow:
-MACHINE ?= "corstone500"
-DISTRO ?= "poky-tiny"
 
-Or set environment variables with that values:
-
-MACHINE "corstone500"
-DISTRO "poky-tiny"
+Use the kas
 
 ### Build:
-``bash$ bitbake arm-reference-image```
+
+``bash$ kas build kas/corstone500.yml
 
 ### Run:
-To run the result in a Fixed Virtual Platform please get:
-https://git.linaro.org/landing-teams/working/arm/model-scripts
 
-and follow the instructions in the readme.txt file in that
-repository.
+Building using kas should have fetch the Fixed Virtual Platform for this
+platform and installed at:
+
+build/tmp/sysroots-components/x86_64/fvp-corstone500-native/usr/bin/./FVP_Corstone-500
+
+with this in place is possible to launch the FVP using the runfvp inside the
+scripts directory:
+
+cd scripts
+
+./runfvp ../build/tmp/deploy/images/corstone500/core-image-minimal-corstone500.fvpconf --console
+
+this will output the console in the launching terminal