Other Parts Discussed in Thread: CONTROLSUITE
Hello,
I'm working with a custom board with a F28069 on it and a USB port connected to the USB pins on the F28069. I'm testing out the bootloader example from controlSuite v151, following instructions on page 6 from the USB Bootloader User Guide (F2806x-USBBL-UG-v151) and running into a problem with the drivers on the DFU (FWIW, I'm using Windows 10).
I loaded the bootloader onto the F28069 via JTAG. Then I plugged into the PC a USB cable connected to the PCB. According to the user guide, there should be a prompt to install the drivers for the DFU the first time that it's plugged in. However, when I do that, Windows doesn't prompt me for the location of the drivers to be installed -- it just automatically installs Windows system drivers. There's no option to uninstall those drivers or add drivers for that device. When I go to enumerate the DFU device, the PC finds the DFU, but not the correct drivers.
Command line readout:
C:\ti\controlSUITE\device_support\f2806x\v151\MWare\tools\dfuprog\Release>dfuprog -e
USB Device Firmware Upgrade Example
Copyright (c) 2008-2011 Texas Instruments Incorporated. All rights reserved.
The driver for the USB Device Firmware Upgrade device cannot be found.
Before running this program, please connect the DFU device to this system
and install the device driver when prompted by Windows. The device driver
can be found on the evaluation kit CD or can be found in the package named
"TI embedded USB drivers" which may be downloaded from.
Thanks in advance!