Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
Hallo, everyone:
I have a big Problem to ask here and i need your help:
We use the Altera Cyclone V SOC(Cortex A9) Chip in our project.
Wenn we work under DS-5. with Debug directly in DS-5 there is no Problem, but i want with DS-5 Command Prompt using "debugger" command to debug our Chip, so i have found some info:
-> debugger --target --script ...
so what should i do with th targt Option? i have tryed with our gdbserver(127.0.0.1:3010), but it do not worked, then i must use a RVC file or what(how can i get the RVC file)? Could someone help me?
Thanks a lot, Guys!
MfG!
wenguo hu
Hallo, Joe:
Thank u very very much!
And now i want to cerate a .rvc file, which descript the connection about the Target Board, do u konw how can i do that and then i woud use this file in -> Debugger --target=***.rvc -s=***.ds to start the debug process.
Thank u Guys!
Wenguo Hu
Hi Wenguo Hu,
You can use the Target Configuration Editor to create the .rvc file. An example scenario can be found here: ARM DS-5 Debugger User Guide | Scenario demonstrating how to create a new target configuration file | ARM DS-5 Developm…
Thanks,
Joe