Working on a new bootloader for a NXP Kinetis part with a custom VID/PID.
The default ROM bootloader uses 0x15A2/0x0073, I'll say mine uses 0xDEAD 0xBEEF here.
I loaded the new firmware image via 0x15A/0x0073 with the NXP program BLHOST.
Once the unit was reset windows saw the devices as a new 0xDEAD/0xBEEF unit as expected.
Sadly I did not account for how slow Windoze is when installing a new driver.
The bootloader only waits for five seconds for any bootloader commands to come in,
which can't happen because Windows has not yet installed the 0xDEAD/0xBEEF HID driver.
After five seconds Windows says "Device Unplugged" while the driver was being installed.
Now I have a device that I can not communicate with because Windoze did not complete the 0xDEAD/0xBEEF install.
Any suggestions, beyond opening the case and using JTAG (case is a pain due to being water resistant), on how to fix this chicken & egg problem?