Where can I download DS-5 hardware firmware?
I search the arm.com but can not find any info about ds5 firmware.
I am facing problems when ds5 auto detect the target rom table with eclipse for ds5 v5.29. ds5 hardware firmware version is 4.3
The firmware is included in DS-5 install folder C:\Program Files\DS-5 v5.29.1\sw\debughw\firmware. When DS-5 opening it will check the firmware, if the version is too old it will ask you to update the firmware. Also you can upload the DSTREAM firmware refer https://developer.arm.com/docs/100953/0529/ds-5-debug-perspectives-and-views/debug-hardware-firmware-installer-view
Thank you for your quick response.
I re-update the firmware but still have the same error that when ds-5 auto detect , there is an error:
[02/12/19 11:12:15] Device Count: 1[02/12/19 11:12:15] The total IR length of the scanchain measured as 4[02/12/19 11:12:15] Reading IDCODEs:[02/12/19 11:12:15] DR Chain [32]: 01101011101000000000010001110111[02/12/19 11:12:15] Device 0 has IDCODE = 0x6BA00477 (Manufacturer ID: 0x23B, Part Number: 0xBA00, Revision: 0x6)[02/12/19 11:12:15] IR Chain [16]: 1111111111110001[02/12/19 11:12:15] Device 0 detected IR Length = 4[02/12/19 11:12:15] Device 0 detected as UNKNOWN_4
The UNKNOWN_4 should be a ARMCS-DP.
this error comes only because I update my host softeware from 5.26 to 5.29.3, and the firmware update automaticlly to 4.34 at the first boot of 5.29.1.
Is that because of the jtag frequency? if so, how can i slow down the Jtag freq? Thank you so much!
You'd better make the firmware version match with the debugger version. Confused about the sequence "this error comes only because I update my host softeware from 5.26 to 5.29.3, and the firmware update automaticlly to 4.34 at the first boot of 5.29.1"
Has the DP been recognized before? It seems the DP can't be recognized by the debugger. Which vendor's chip? You can add the information in file jtag-components.xml under C:\Program Files\DS-5 v5.29.1\sw\debugger\configdb\Components
<manufacturer>
<name></name> <id>0x23B</id>
<part> <id>BA00</id> <name>ARMCS-DP</name> <irLength>4</irLength> </part>
</manufacturer>
And take a try again?
Yes the DP has been recognized before I upgrade the host software.
Now my DS5 works well when I back to 5.29.1. Firmware version is 4.34
I don't know if it's a coincidence.
Anyway it works now, Thank you!