Hi,
I have an AWR1243Boost board that is recognized as a Stellaris Device Firmware Upgrade.
Any fixes on this?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I have an AWR1243Boost board that is recognized as a Stellaris Device Firmware Upgrade.
Any fixes on this?
Thanks!
Please see information on how to update the firmware
https://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html
Thank you
Cesar
Hi Adrian,
When I first plug in the device, I do not see anything on the device manager. Using powershell and looking for USB devices I see the below image.
When I type in xdsdfu -e I see the following:
After which I type the following commands:
xdsdfu -m
xdsdfu -f firmware_3.0.0.16.bin -r
Afterwards, I plug in the device again and it does not get recognized by device manager.
Please note that it seems AWR12XX series is not supported by XDS110Debug Probe so I have to program it directly.
Thanks!
Hello,
Sorry for the long delay. Can you please show the console window when you enter the programming commands, like below. Make sure you enter these commands from the correct folder (<emu_install_path>\ccs_base\common\uscif\xds110).
1. Xdsdfu.exe -b boot_loader.bin –r
2. Xdsdfu.exe -f firmware.bin –r
If that is not successful, you will need to try the below steps from the link Cesar had provided, in the Troubleshooting > Flashing the Bootloader section
https://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html
Regards,
Adrian
Hi Adrian,
Thanks for your help. Trying your commands on a new board seems to have worked! For reference:
Running your commands yields the following output:
Enumeration shows this:
I will now try the bricked device to see if I can bring it back up!
Cheers!