Hello,
Thank you for your confirmation @JorgeCas
Summary : Please help with JTAG problem ""DAP: Could not power-up system power domain.""
I have done the rework for 3 resistor and measure the pin, it successfully pull up.
One note that to enable JTAG, i need to disable LPUART5 in device tree because it use the same pin (i follow the same modify as imx95-19x19-jtag.dtb ) or else TMS (Test point 49) will always LOW)
diff --git a/arch/arm64/boot/dts/freescale/imx95-15x15-frdm.dts b/arch/arm64/boot/dts/freescale/imx95-15x15-frdm.dts
index c45f28efb568..598e16af0ebd 100644
--- a/arch/arm64/boot/dts/freescale/imx95-15x15-frdm.dts
+++ b/arch/arm64/boot/dts/freescale/imx95-15x15-frdm.dts
@@ -520,7 +520,7 @@ &lpuart5 {
/* BT */
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart5>;
- status = "okay";
+ status = "disabled";
bluetooth {
compatible = "nxp,88w8987-bt";
After this i need to find the connector with 1.27mm pin. It take me some time to find this pcb test by pogo pin, it has 6 pin, perfectly fit.
Zk47T_0-1782485750558.png
Here is my current setup
95a82f536c8bedd5b49a.jpg
It seem a mess but the connection is not problem, i check the HWStatus and it look good
J-Link>ShowHWStatus
VTref=3.324V
ITarget=0mA
TCK=1 TDI=1 TDO=0 TMS=0 TRES=1 TRST=1
Supported target interface speeds:
- 120 MHz/n, (n>=8). => 15000kHz, 13333kHz, 12000kHz, ...
- Adaptive clocking
I try connect it by these 2 command for A55 and M33 but same issue show is "DAP: Could not power-up system power domain."
zk47@ltu:~$ JLinkExe -device MIMX9516_M33 -if JTAG -speed 200
SEGGER J-Link Commander V9.42 (Compiled May 6 2026 12:36:02)
DLL version V9.42, compiled May 6 2026 12:35:00
zk47@ltu:~$ JLinkExe -device MIMX9516_A55 -if JTAG -speed 200
What could i do wrong here ?
Maybe it fall to my JLink device is not good, can MCU-Link Pro replace it ? Can MCU-Link Pro debug both A55 and M core ?
I would still prefer do the debug through JTAG because i already had it. Please help
If you guy plan to add document guide for JTAG on FRDM iMX95, please update it soon like FRDM iMX93.