<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 How to jtag imx93 - help</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-jtag-imx93-help/m-p/1528955#M195697</link>
    <description>&lt;P&gt;1. Jtag Tap ID&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;SPAN&gt;Debug Base Address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&lt;SPAN&gt;cross trigger interface address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea for it?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;(imx93 is&amp;nbsp;armv8-a cortex-a55)&lt;/P&gt;&lt;P&gt;##this is from openocd renesas_rz_g2.cfg for cortex-a55&lt;BR /&gt;set CA55_DBGBASE {0x10E10000 0x10F10000}&lt;BR /&gt;set CA55_CTIBASE {0x10E20000 0x10F20000}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 18:34:42 GMT</pubDate>
    <dc:creator>fatalfeel2</dc:creator>
    <dc:date>2022-09-27T18:34:42Z</dc:date>
    <item>
      <title>How to jtag imx93 - help</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-jtag-imx93-help/m-p/1528955#M195697</link>
      <description>&lt;P&gt;1. Jtag Tap ID&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;SPAN&gt;Debug Base Address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&lt;SPAN&gt;cross trigger interface address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any idea for it?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;(imx93 is&amp;nbsp;armv8-a cortex-a55)&lt;/P&gt;&lt;P&gt;##this is from openocd renesas_rz_g2.cfg for cortex-a55&lt;BR /&gt;set CA55_DBGBASE {0x10E10000 0x10F10000}&lt;BR /&gt;set CA55_CTIBASE {0x10E20000 0x10F20000}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 18:34:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-jtag-imx93-help/m-p/1528955#M195697</guid>
      <dc:creator>fatalfeel2</dc:creator>
      <dc:date>2022-09-27T18:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to jtag imx93 - help</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-jtag-imx93-help/m-p/1531361#M195879</link>
      <description>&lt;P&gt;I add 2 explore file can auto display the debug base , cit , tap id&lt;BR /&gt;&lt;A href="https://github.com/fatalfeel/openocd_integrated/tree/master/tcl/test" target="_blank" rel="noopener"&gt;https://github.com/fatalfeel/openocd_integrated/tree/master/tcl/test&lt;/A&gt;&lt;/P&gt;&lt;P&gt;openocd -f /opt/openocd/share/openocd/scripts/test/explore_jtag.cfg&lt;BR /&gt;openocd -f /opt/openocd/share/openocd/scripts/test/explore_swd.cfg&lt;/P&gt;&lt;P&gt;now you can see all the info&lt;/P&gt;&lt;P&gt;example:&lt;BR /&gt;target stay on uboot console&lt;BR /&gt;u-boot=&amp;gt;&lt;BR /&gt;&lt;BR /&gt;~~then&lt;BR /&gt;root@homelinux:~/openocd_swd# openocd -f /opt/openocd/share/openocd/scripts/test/explore_swd.cfg&lt;BR /&gt;Open On-Chip Debugger 0.12.0-rc1+dev&lt;BR /&gt;Licensed under GNU GPL v2&lt;BR /&gt;For bug reports, read&lt;BR /&gt;&lt;A href="http://openocd.org/doc/doxygen/bugs.html" target="_blank" rel="noopener"&gt;http://openocd.org/doc/doxygen/bugs.html&lt;/A&gt;&lt;BR /&gt;Info : FTDI SWD mode enabled&lt;BR /&gt;Info : clock speed 1000 kHz&lt;BR /&gt;Info : SWD DPIDR 0x5ba02477&lt;BR /&gt;Error: [unknowCHIP.cpu.0] CTI not specified&lt;BR /&gt;Warn : target unknowCHIP.cpu.0 examination failed&lt;BR /&gt;Info : starting gdb server for unknowCHIP.cpu.0 on 3333&lt;BR /&gt;Info : Listening on port 3333 for gdb connections&lt;BR /&gt;Info : SWD DPIDR 0x5ba02477&lt;BR /&gt;AP # 0x1&lt;BR /&gt;AP ID register 0x44770002&lt;BR /&gt;Type is MEM-AP APB2 or APB3&lt;BR /&gt;MEM-AP BASE 0x80000000&lt;BR /&gt;ROM table in legacy format&lt;BR /&gt;Component base address 0x80000000&lt;BR /&gt;Peripheral ID 0x000008e88e&lt;BR /&gt;Designer is 0x00e, Freescale (Motorola)&lt;BR /&gt;Part is 0x88e, Unrecognized&lt;BR /&gt;Component class is 0x1, ROM table&lt;BR /&gt;MEMTYPE system memory not present: dedicated debug bus&lt;BR /&gt;ROMTABLE[0x0] = 0x00400003&lt;BR /&gt;Component base address 0x80400000&lt;BR /&gt;Peripheral ID 0x04004bb4a1&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x4a1, Cortex-A53 ROM (v8 Memory Map ROM Table)&lt;BR /&gt;Component class is 0x1, ROM table&lt;BR /&gt;MEMTYPE system memory not present: dedicated debug bus&lt;BR /&gt;[L01] ROMTABLE[0x0] = 0x00010003&lt;BR /&gt;Component base address 0x80410000&lt;BR /&gt;Peripheral ID 0x04004bbd03&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0xd03, Cortex-A53 Debug (Debug Unit)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x15, Debug Logic, Processor&lt;BR /&gt;Dev Arch is 0x47706a15, ARM Ltd "Processor debug architecture (v8.0-A)" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x4] = 0x00020003&lt;BR /&gt;Component base address 0x80420000&lt;BR /&gt;Peripheral ID 0x04004bb9a8&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x9a8, Cortex-A53 CTI (Cross Trigger)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x14, Debug Control, Trigger Matrix&lt;BR /&gt;Dev Arch is 0x47701a14, ARM Ltd "Cross Trigger Interface (CTI) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x8] = 0x00030003&lt;BR /&gt;Component base address 0x80430000&lt;BR /&gt;Peripheral ID 0x04004bb9d3&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x9d3, Cortex-A53 PMU (Performance Monitor Unit)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x16, Performance Monitor, Processor&lt;BR /&gt;Dev Arch is 0x47702a16, ARM Ltd "Processor Performance Monitor (PMU) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0xc] = 0x00040003&lt;BR /&gt;Component base address 0x80440000&lt;BR /&gt;Peripheral ID 0x04004bb95d&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x95d, Cortex-A53 ETM (Embedded Trace)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x13, Trace Source, Processor&lt;BR /&gt;Dev Arch is 0x47704a13, ARM Ltd "Embedded Trace Macrocell (ETM) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x10] = 0x00110003&lt;BR /&gt;Component base address 0x80510000&lt;BR /&gt;Peripheral ID 0x04004bbd03&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0xd03, Cortex-A53 Debug (Debug Unit)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x15, Debug Logic, Processor&lt;BR /&gt;Dev Arch is 0x47706a15, ARM Ltd "Processor debug architecture (v8.0-A)" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x14] = 0x00120003&lt;BR /&gt;Component base address 0x80520000&lt;BR /&gt;Peripheral ID 0x04004bb9a8&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x9a8, Cortex-A53 CTI (Cross Trigger)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x14, Debug Control, Trigger Matrix&lt;BR /&gt;Dev Arch is 0x47701a14, ARM Ltd "Cross Trigger Interface (CTI) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x18] = 0x00130003&lt;BR /&gt;Component base address 0x80530000&lt;BR /&gt;Peripheral ID 0x04004bb9d3&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x9d3, Cortex-A53 PMU (Performance Monitor Unit)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x16, Performance Monitor, Processor&lt;BR /&gt;Dev Arch is 0x47702a16, ARM Ltd "Processor Performance Monitor (PMU) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x1c] = 0x00140003&lt;BR /&gt;Component base address 0x80540000&lt;BR /&gt;Peripheral ID 0x04004bb95d&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x95d, Cortex-A53 ETM (Embedded Trace)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x13, Trace Source, Processor&lt;BR /&gt;Dev Arch is 0x47704a13, ARM Ltd "Embedded Trace Macrocell (ETM) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x20] = 0x00210003&lt;BR /&gt;Component base address 0x80610000&lt;BR /&gt;Peripheral ID 0x04004bbd03&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0xd03, Cortex-A53 Debug (Debug Unit)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x15, Debug Logic, Processor&lt;BR /&gt;Dev Arch is 0x47706a15, ARM Ltd "Processor debug architecture (v8.0-A)" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x24] = 0x00220003&lt;BR /&gt;Component base address 0x80620000&lt;BR /&gt;Peripheral ID 0x04004bb9a8&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x9a8, Cortex-A53 CTI (Cross Trigger)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x14, Debug Control, Trigger Matrix&lt;BR /&gt;Dev Arch is 0x47701a14, ARM Ltd "Cross Trigger Interface (CTI) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x28] = 0x00230003&lt;BR /&gt;Component base address 0x80630000&lt;BR /&gt;Peripheral ID 0x04004bb9d3&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x9d3, Cortex-A53 PMU (Performance Monitor Unit)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x16, Performance Monitor, Processor&lt;BR /&gt;Dev Arch is 0x47702a16, ARM Ltd "Processor Performance Monitor (PMU) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x2c] = 0x00240003&lt;BR /&gt;Component base address 0x80640000&lt;BR /&gt;Peripheral ID 0x04004bb95d&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x95d, Cortex-A53 ETM (Embedded Trace)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x13, Trace Source, Processor&lt;BR /&gt;Dev Arch is 0x47704a13, ARM Ltd "Embedded Trace Macrocell (ETM) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x30] = 0x00310003&lt;BR /&gt;Component base address 0x80710000&lt;BR /&gt;Peripheral ID 0x04004bbd03&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0xd03, Cortex-A53 Debug (Debug Unit)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x15, Debug Logic, Processor&lt;BR /&gt;Dev Arch is 0x47706a15, ARM Ltd "Processor debug architecture (v8.0-A)" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x34] = 0x00320003&lt;BR /&gt;Component base address 0x80720000&lt;BR /&gt;Peripheral ID 0x04004bb9a8&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x9a8, Cortex-A53 CTI (Cross Trigger)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x14, Debug Control, Trigger Matrix&lt;BR /&gt;Dev Arch is 0x47701a14, ARM Ltd "Cross Trigger Interface (CTI) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x38] = 0x00330003&lt;BR /&gt;Component base address 0x80730000&lt;BR /&gt;Peripheral ID 0x04004bb9d3&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x9d3, Cortex-A53 PMU (Performance Monitor Unit)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x16, Performance Monitor, Processor&lt;BR /&gt;Dev Arch is 0x47702a16, ARM Ltd "Processor Performance Monitor (PMU) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x3c] = 0x00340003&lt;BR /&gt;Component base address 0x80740000&lt;BR /&gt;Peripheral ID 0x04004bb95d&lt;BR /&gt;Designer is 0x23b, ARM Ltd&lt;BR /&gt;Part is 0x95d, Cortex-A53 ETM (Embedded Trace)&lt;BR /&gt;Component class is 0x9, CoreSight component&lt;BR /&gt;Type is 0x13, Trace Source, Processor&lt;BR /&gt;Dev Arch is 0x47704a13, ARM Ltd "Embedded Trace Macrocell (ETM) architecture" rev.0&lt;BR /&gt;[L01] ROMTABLE[0x40] = 0x00000000&lt;BR /&gt;[L01] End of ROM table&lt;BR /&gt;ROMTABLE[0x4] = 0x00800003&lt;BR /&gt;Component base address 0x80800000&lt;BR /&gt;Can't read component, the corresponding core might be turned off&lt;/P&gt;&lt;P&gt;Info : Listening on port 6666 for tcl connections&lt;BR /&gt;Info : Listening on port 4444 for telnet connections&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2022 18:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-jtag-imx93-help/m-p/1531361#M195879</guid>
      <dc:creator>fatalfeel2</dc:creator>
      <dc:date>2022-10-01T18:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to jtag imx93 - help</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-jtag-imx93-help/m-p/1533494#M196058</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It looks like your ID is 0x5ba02477and for the first core debug address seems to be at 0x80420000 (you can probably ignore CTI now and try to debug one core first).&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 16:10:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-jtag-imx93-help/m-p/1533494#M196058</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2022-10-06T16:10:01Z</dc:date>
    </item>
  </channel>
</rss>

