-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with xds110 with firmware 2.2.4.2 #21
Comments
From @rei-vilo on October 6, 2015 15:59 This confirms points #701 #702. |
From @jmgc on October 6, 2015 16:13 I have checked with Code Composer 6.1 on Linux and it also requires to upgrade the MSP432 launchpad. |
From @rei-vilo on October 6, 2015 16:20 I faced the same problem with CCS, CCS Cloud and Energia on Mac OS X, and with CCS on Mac OS X and Windows. The problem is actually twofold.
Which distribution of Linux are you using? |
From @jmgc on October 6, 2015 19:38 Red Hat 6 |
From @jmgc on October 7, 2015 6:9 I have made a test in Mac OS to see if I could upgrade easily Energia. I have made a copy of the DSLite coming from the ccscloud to the Energia directory. The DSLite has been used by energia, but it seems it uses a different set of parameters. The Energia one uses:
while the one coming from ccscloud uses:
I assume you know it, but in Ti there is a page: http://processors.wiki.ti.com/index.php/XDS_Emulation_Software_Package that provides the latests versions for windows and linux, it is possible that it solves the problem between Linux and Windows ccs. With Mac it seems a little bit more complex. |
From @jmgc on October 6, 2015 15:46
In the last version of ccscloud, the xds110 from the mps432 is upgraded to the 2.2.4.2 version. When this is done, if you try to connect through Energia, the result is:
Fatal: CS_DAP_0: Error connecting to the target: (Error -263 @ 0x0) Incompatible XDS110 firmware detected. The firmware version of the connected XDS110 debug probe does not match the expected version. Please update the firmware using the xdsdfu utility found in the .../ccs_base/common/uscif/xds110 directory of your installation. View the ReadMe.txt file there for instructions. (Emulation package 5.1.630.0)
Failed: Failed to evaluate GEL_Connect(): Connect failed
Is there any alternative apart from downgrading the firmware?
Thanks in advance
Copied from original issue: energia/Energia#736
The text was updated successfully, but these errors were encountered: