• DS-5/Jython: How to execute the functions of jython scripts on the debugger CLT?
    Requirement: Develop a debug layer for new CPU based on DS-5. 1. Basically I want to use jython to develop that, and it could be easily loaded and run on debugger CLT by source command. (e.g. source debug...
  • How to run Jython scripts out of DS-5?
    Python is powerful and we made a set of scripts to test hardware, while to run it as a daily regression, I have to run it mamually in DS-5. I know any Python & Jython scripts could be invoked from CLI...
  • Run jython scripts from command line
    Hi, Is it possible to run a jython script from the command line? It sounds only ds scripts are supported . When invoking the debugger from comand line I would like to connect to a target, load a elf/axf...
  • How to translate CMM-style command Data.Long(ZSD:&regAddr) in jython script
    Hi, I 'm translating a cmm script to a jython script . Need to translate CMM-style command Data.Long(ZSD:&regAddr) .Not sure how to do it, especially about this flag ZSD. Would somebody guide me how...
  • Developing Jython scripts for DS-5: Translation Table Decoder
    This article was originally posted on 23 October 2012 on blogs.arm.com ARM DS-5 TM is becoming a standard tool in the development of complex embedded software for ARM applications processors. The DS-5...