From 2426f94ada6974249a62851ad5712f857d5e68dd Mon Sep 17 00:00:00 2001 From: Adam Johnston Date: Mon, 22 May 2023 12:13:04 +0000 Subject: [PATCH] doc: Correct Corstone-1000 FVP documentation Minor correction to Corstone-1000 documentation. If referring to the working folder inside a kas shell when using `kas-container`, it will be remapped from `../` to `/work/` Signed-off-by: Adam Johnston --- documentation/user_manual/corstone1000fvp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/user_manual/corstone1000fvp.rst b/documentation/user_manual/corstone1000fvp.rst index 8e20f1e..8d9265d 100644 --- a/documentation/user_manual/corstone1000fvp.rst +++ b/documentation/user_manual/corstone1000fvp.rst @@ -63,7 +63,7 @@ Or if using kas-container: .. code-block:: console kas-container --runtime-args "-e FVP_CORSTONE1000_EULA_ACCEPT=True" \ - shell -c "../layers/meta-arm/scripts/runfvp --verbose --console" \ + shell -c "/work/layers/meta-arm/scripts/runfvp --verbose --console" \ meta-cassini-config/kas/cassini.yml:meta-cassini-config/kas/corstone1000-fvp.yml .. _reproduce_run-time_integration_tests: -- GitLab