diff mbox series

arm-bsp/documentation: corstone1000: Mention PMOD module as prerequisite

Message ID 20240904084031.2032187-1-hugues.kambampiana@arm.com
State New
Headers show
Series arm-bsp/documentation: corstone1000: Mention PMOD module as prerequisite | expand

Commit Message

Hugues KAMBA MPIANA Sept. 4, 2024, 8:40 a.m. UTC
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 <hugues.kambampiana@arm.com>
---
 meta-arm-bsp/documentation/corstone1000/user-guide.rst | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Jon Mason Sept. 9, 2024, 1:41 p.m. UTC | #1
On Wed, 04 Sep 2024 09:40:31 +0100, Hugues KAMBA MPIANA wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] arm-bsp/documentation: corstone1000: Mention PMOD module as prerequisite
      commit: f975faf4c3ab479b4feb1dde42d6fce354b1a306

Best regards,
diff mbox series

Patch

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) <https://developer.arm.com/downloads/-/arm-ecosystem-fvps>`__
 - `Arm Corstone-1000 for MPS3 <https://developer.arm.com/documentation/dai0550/latest/>`__
 
+.. warning::
+    Arm Corstone-1000 for MPS3 requires an additional 32 MB QSPI flash PMOD module. For more information see the `Application Note AN550 document <https://developer.arm.com/documentation/dai0550/latest/>`__.
+
 Yocto stable branch
 -------------------