From f975faf4c3ab479b4feb1dde42d6fce354b1a306 Mon Sep 17 00:00:00 2001 From: Hugues KAMBA MPIANA Date: Wed, 4 Sep 2024 09:40:31 +0100 Subject: [PATCH] arm-bsp/documentation: corstone1000: Mention PMOD module as prerequisite Add a warning in the Corstone-1000 documentation to indicate to the end user that a 32 MB QSPI flash PMOD module is required to run the Corstone-1000 software stack on MPS3-FPGA with the AN550 Application note programmed. Signed-off-by: Hugues KAMBA MPIANA Signed-off-by: Jon Mason --- meta-arm-bsp/documentation/corstone1000/user-guide.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-arm-bsp/documentation/corstone1000/user-guide.rst b/meta-arm-bsp/documentation/corstone1000/user-guide.rst index 359caf2d..58231731 100644 --- a/meta-arm-bsp/documentation/corstone1000/user-guide.rst +++ b/meta-arm-bsp/documentation/corstone1000/user-guide.rst @@ -36,10 +36,14 @@ Please follow the steps described in the Yocto mega manual: Targets ------- +The Corstone-1000 software stack can be run on: - `Arm Corstone-1000 Ecosystem FVP (Fixed Virtual Platform) `__ - `Arm Corstone-1000 for MPS3 `__ +.. warning:: + Arm Corstone-1000 for MPS3 requires an additional 32 MB QSPI flash PMOD module. For more information see the `Application Note AN550 document `__. + Yocto stable branch -------------------