@@ -305,4 +305,4 @@ To start OpenOCD and connect to the board
.. prompt:: bash $
- openocd -f board/ti_am625evm.cfg
+ openocd -f board/ti/am625evm.cfg
@@ -435,4 +435,4 @@ To start OpenOCD and connect to the board
.. prompt:: bash
- openocd -f board/ti_am62a7evm.cfg
+ openocd -f board/ti/am62a7evm.cfg
@@ -237,10 +237,6 @@ detailed setup information.
.. warning::
- **AM62A**: OpenOCD support since August 2023 (git master)
-
- **AM62D**: Uses AM62A configuration (compatible due to same core architecture)
-
Until the next stable release of OpenOCD is available in your development
environment's distribution, it might be necessary to build OpenOCD `from the
source <https://github.com/openocd-org/openocd>`_.
@@ -253,4 +249,9 @@ To start OpenOCD and connect to the board
.. prompt:: bash
- openocd -f board/ti/am62a7evm.cfg
+ openocd -f board/ti/am62a7evm.cfg
+
+.. note::
+
+ The AM62D-EVM uses the same tcl configuration as the AM62A-SK due to
+ same core architecture.
@@ -331,13 +331,11 @@ detailed setup information.
.. warning::
- **OpenOCD support after**: v0.12.0
+ **OpenOCD support after**: v0.12.0
- While support for the entire K3 generation including the am62xxx
- extended family was added before v0.12.0, the tcl scripts for the
- am62px have been accepted and will be available in the next release of
- OpenOCD. It may be necessary to build OpenOCD from source depending on
- the version your distribution has packaged.
+ Until the next stable release of OpenOCD is available in your development
+ environment's distribution, it might be necessary to build OpenOCD `from the
+ source <https://github.com/openocd-org/openocd>`_.
.. include:: k3.rst
:start-after: .. k3_rst_include_start_openocd_connect_XDS110
@@ -347,4 +345,4 @@ To start OpenOCD and connect to the board
.. prompt:: bash
- openocd -f board/ti_am62pevm.cfg
+ openocd -f board/ti/am62pevm.cfg
@@ -867,4 +867,4 @@ To start OpenOCD and connect to the board
.. prompt:: bash $
- openocd -f board/ti_am625evm.cfg
+ openocd -f board/ti/am625evm.cfg
@@ -321,4 +321,4 @@ To start OpenOCD and connect to the board
.. prompt:: bash $
- openocd -f board/ti_am654evm.cfg
+ openocd -f board/ti/am654evm.cfg
@@ -232,4 +232,4 @@ To start OpenOCD and connect to the board
.. prompt:: bash $
- openocd -f board/ti_j7200evm.cfg
+ openocd -f board/ti/j7200evm.cfg
@@ -261,4 +261,4 @@ To start OpenOCD and connect to the board
.. prompt:: bash $
- openocd -f board/ti_j721eevm.cfg
+ openocd -f board/ti/j721evm.cfg
@@ -255,4 +255,4 @@ To start OpenOCD and connect to the board
.. prompt:: bash
- openocd -f board/ti_j722sevm.cfg
+ openocd -f board/ti/j722sevm.cfg
@@ -663,4 +663,4 @@ following.
.. prompt:: bash
- openocd -f board/ti_j784s4evm.cfg
+ openocd -f board/ti/j784s4evm.cfg
OpenOCD has reorganised the tcl scripts for TI's reference boards into a ti/ subdirectory. Update their paths to the new locations. Signed-off-by: Bryan Brattlof <bb@ti.com> --- doc/board/ti/am6254atl_sk.rst | 2 +- doc/board/ti/am62ax_sk.rst | 2 +- doc/board/ti/am62dx_evm.rst | 11 ++++++----- doc/board/ti/am62px_sk.rst | 12 +++++------- doc/board/ti/am62x_sk.rst | 2 +- doc/board/ti/am65x_evm.rst | 2 +- doc/board/ti/j7200_evm.rst | 2 +- doc/board/ti/j721e_evm.rst | 2 +- doc/board/ti/j722s_evm.rst | 2 +- doc/board/ti/j784s4_evm.rst | 2 +- 10 files changed, 19 insertions(+), 20 deletions(-)