Hello,
a Microsoft article specifies that there is a kd_8003_1fc9.dll KDNET extensibility module to debug the kernel over ethernet, see here: https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/arm64/nxp_debugging?tabs=IPv4&pivots=kd...
In the past you could debug the kernel over serial using the kdcom.dll with NXP's iMX6 entry inside the Debug Port Table 2, it specifies a port 0x8000 and subtype for the iMX6 0x000C.
My question: Is it possible, for testing purposes, to use one of the reserved subtypes from 0x0016 - 0xFFFF together with the iMX93 to debug over serial hardware?
If not, is it possible to write a KDNET extensibility module with a byte interface for the iMX93? The naming conventions specify a naming convention kd_XXXX_YYYY.dll where XXXX is the DBG2 port (in my case serial) and YYYY the subtype. There is no subtype for the iMX93, is it possible to use the old one, 0x000C, or would this not be possible because Microsofts list doesnt include a serial subtype for the iMX93?
Thank you
HI @krestic!
Thank you for contacting NXP Support!
Unfortunately that are software tools made it by Microsoft and at the moment we don't have the proper file for iMX93.
Please contact to Microsoft support.
Best Regards!
Chavira
I appreciate the quick answers.
Does NXP plan on getting into contact with Microsoft to have the iMX93 added for serial debugging?
Could you please provide me with the module kd_8003_1fc9.dll that was mentioned here? https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/arm64/nxp_debugging?tabs=IPv4&pivots=kd...