It might be helpful to verify that the target is alive? You can do this different ways, for example:
- with an external debugger
- modify the target firmware so it outputs something when it starts, and look for that output, either with a simpleserial read, or with an external logic analyzer.
Once you’ve confirmed that the target is alive and well, then you can move on to figuring whether it’s responding to commands from your host, etc…