How to debug firmware on DWM3001CDK using OZONE

I am doing custom firmware on top of the FIRA UCI sdk.
I can debug on the Murata type 2ab board, as it starts right after flashing ends.

but on the 3001CDK, you flash on J9, run on J20. but when connected to J20, the debugger port is not connected.. connecting to both doesn’t see appropriate..

I want to source code debug..

I see what I want from the 2AB setup, but nothing on the 3001CDK.. its common code, so should work the same.

How are you trying to connect?

According to the Qorvo Tools guide, UCI connects as follows:

Add some description about Qorvo Tools.

I am debugging new firmware not uci but on top of the uci build.

Using ozone connected the the flash adapter on the 2AB board I can step thru the code

Now I want to do the same thing on the 3001cdk
I have built and flashed the firmware using the j9 port like always
The uci part works from the j20 port, but I can’t jlink debug from there. The cdk doc say they have a jlink interface for flash and debug

Just trying to figure out how to get debug to work
I have the segger rtt interface setup for debug messages too

OK, this was a build problem. once I sorted out the sd version, and aligned the segments,
the debugger is available.