ti_j721e_swd_native.cfg 727 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # Copyright (C) 2022-2023 Texas Instruments Incorporated - http://www.ti.com/
  3. #
  4. # Texas Instruments TDA4VM/J721E
  5. # Link: https://www.ti.com/product/TDA4VM
  6. #
  7. # This configuration file is used as a self hosted debug configuration that
  8. # works on every TDA4VM platform based on firewall configuration permitted
  9. # in the system.
  10. #
  11. # In this system openOCD runs on one of the CPUs inside TDA4VM and provides
  12. # network ports that can then be used to debug the microcontrollers on the
  13. # SoC - either self hosted IDE OR remotely.
  14. # We are using dmem, which uses dapdirect_swd transport
  15. adapter driver dmem
  16. if { ![info exists SOC] } {
  17. set SOC j721e
  18. }
  19. source [find target/ti_k3.cfg]