Tool/software: Code Composer Studio
I am trying to load a new bootloader onto an XDS110 device using xdsdfu -b boot_loader.bin -r, however the program seems to exit prematurely.
user@host:~/ti/ccsv7/ccs_base/common/uscif/xds110$ ./xdsdfu -b boot_loader.bin -r
USB Device Firmware Upgrade Utility
Copyright (c) 2008-2015 Texas Instruments Incorporated. All rights reserved.
Replacing the bootloader may render the XDS110 unusable. Do you want to continue (Y/N) ? user@host:~/ti/ccsv7/ccs_base/common/uscif/xds110$
As you can see, before I input Y to continue flashing the bootloader, the program exits to the shell. I have used this method on Windows 7 before without an issue. The xds110 device enumerates correctly when I run xdsdfu -e.