What’s the previous status of the board? Can it boot up? Can you see log output during boot? If yes, that’s normal because there’s no log for EDL mode, before real flashing occurs.
If you cannot see any log output, even for the normal boot, I guess there might be HW issue.
You can also try the EDL mode with Linux host. Under Linux, you can use “lsusb” command to check whether it’s in EDL mode. There should be an USB device like this:
Bus 003 Device 009: ID 05c6:9008 Qualcomm, Inc. Gobi Wireless Modem (QDL mode)
Then you can use qdl command to flash. qdl can be installed by apt under Debian/Ubuntu.