So I was following step by step BlueGiga's BGDemo application note but ran into a problem when using the dfutool.exe to update my USB dongle's firmware. The steps I took are as follow:
- Open BLEGUI and connect to my USB dongle.
- Press DFU to restart the USB device in DFU mode.
- Windows says driver not found so I point the driver installer to the windrv folder and it successfully installs.
- Under device manager's libusb devices tab, the device shows up in DFU mode.
- If I look in properties and look at the Hardware IDs of the dongle, it says VID:2458 and PID:FFFE (which is EXACTLY what the documentation says)
- I go to command prompt and run the command "....\bin\dfutool.exe 2458:FFFE out.hex" which is EXACTLY what they say
BUT the command prompt gives me an error "device:2458:fffe not found" which is REALLY boggling my mind since it shows up in device manager as a libusb device with the exact same hardware IDs. Does anyone have ANY clue what I may be doing wrong?