Skip to content

Commit

Permalink
mps3-an547:update Documentation
Browse files Browse the repository at this point in the history
Signed-off-by: anjiahao <[email protected]>
  • Loading branch information
anjiahao1 committed Nov 29, 2024
1 parent fcd8236 commit f9c4f9d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/platforms/arm/mps/boards/mps3-an547/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ Configuring and Running (Single Core)
bl> boot /pic/boot
ap> ostest

Precautions
===========

In the new version of QEMU (9.20), the UART RX interrupt and TX interrupt have been swapped.
Adjustments need to be made using menuconfig::

CONFIG_CMSDK_UART0_TX_IRQ=50
CONFIG_CMSDK_UART0_RX_IRQ=49

For details, see `fix RX/TX interrupts order <https://github.com/qemu/qemu/commit/5a558be93ad628e5bed6e0ee062870f49251725c>`_

Debugging with QEMU
===================

Expand Down

0 comments on commit f9c4f9d

Please sign in to comment.