When I boot my computer, I start a command prompt (DOS box) and can see the board running blhost manually
C:\projects\blhost_2.6.2\bin\win>blhost -p COM11 get-property 1
Ping responded in 1 attempt(s)
Inject command 'get-property'
Response status = 0 (0x0) Success.
Response word 1 = 1258487809 (0x4b030001)
Current Version = K3.0.1
I can start MCU boot and "connect to ROM" with the nice sound effect upon completion

At some point something happens and if I reset the board, the command prompt get property is OK, but the MCU boot, closed and restarted, gets no response on blhost commands culminating in this message

And the MCU boot command window showing
Executing: C:\projects\NXP-MCUBootUtility-master\tools\blhost2_3\win\blhost -t 50000 -p COM11,115200 -j -- get-property 1 0
toolStatus: 1
commandOutput: {
"command" : "ping",
"response" : [],
"status" : {
"description" : "10500 (0x2904) No response received for ping command.",
"value" : 10500
}
}
The same command that works in the separately opened command prompt, running blhost manually.
The SW1 switches are correct or it would not have run the first time.
At this point. I can close MCU boot and rerun the command prompt blhost get property and still is OK, but MCU boot no longer works.
I have to completely restart my computer which makes me think something is still running in Windows that I need to kill in task manager.
Any ideas?
Thanks,
Dan