TMDS64EVM: Enabling TISCI Trace in U-Boot

Part Number: TMDS64EVM

Tool/software:

Hello

During development I often got errors from SYSFW that I was not able to interpret. That is the reason why I want to be able to use the debug trace feature. I tried enabling it with this patch

diff --git a/board/ti/am64x/board-cfg.yaml b/board/ti/am64x/board-cfg.yaml
index 8981b75caa27..ca1aa22d8965 100644
--- a/board/ti/am64x/board-cfg.yaml
+++ b/board/ti/am64x/board-cfg.yaml
@@ -27,10 +27,10 @@ board-cfg:
                 subhdr:
                         magic: 0xA5C3
                         size: 5
-                msmc_cache_size: 0x0
+                msmc_cache_size: 0x1C
         debug_cfg:
                 subhdr:
                         magic: 0x020C
                         size: 8
-                trace_dst_enables: 0x00
-                trace_src_enables: 0x00
+                trace_dst_enables: 0x0D
+                trace_src_enables: 0x3F

I made sure the corresponding UART is enabled and should work however there is nothing coming on the UART. I tried the FAQ tutorial for SBL with MCU+SDK there it works.

What am I missing here?

Best Regards,
Philippe