• Does armv8 foundation model built in ds5 support multicore?

    Hi guys,

    When I using ds5 with armv8 foundation model, I noticed that it's armv8-Ax1, seems only 1 core is supported. I do have another separate download of v8 foundation model installed, which supports 4 cores.

    My questions is, is is possible to…

  • el2 debugging

    Hi guys,

    I'm trying to debug a hypervisor program at EL2 on QEMU with gdb, and a few questions coming up.

    I can step thru the code at EL1 before hitting the hvc instruction, once that instruction invoked, the gdb hangs.

    I read the spec, and follow…

  • DS-5 debugger hover functionality not working

    I'm using the DS-5 debugger in eclipse in Ubuntu with FVP models and when stopped at a breakpoint, when I hover a variable it shows me its declaration and not its current value. Does somebody know how to fix this?

  • Failed to create Jython interpreter

    Hello,

    I am new to DS-5 and trying to finish the first tutorial below.

    https://developer.arm.com/products/software-development-tools/ds-5-development-studio/resources/tutorials/getting-started-with-ds-5-development-studio

    At 3-f in the tutorial, I've…

  • DS-5 bare metal wait error after run "debug"

    I tried to run the bare metal script ("Hello World ANSI C Project - ARM Compiler 5 DS-5 built-in") on DS-5 debug software. However, it hangs on somewhere on "wait" commands as below which is not yet reached the breakpoint on main function. Notes, it could…

  • DS-5 Breakpoints not working on code loaded from QSPI

     have a project that I built/debugged just fine when I connect to my hardware (Intel Cyclone V FPGA on a custom board). Now, when I put my executable, the same one with debugging symbols and all, into a QSPI flash memory and boot it, I would expect I could…

  • Raspberry PI 3 DSTREAM JTAG debugging

    I have trouble with RPi-3 bare metal debugging. I use DSTREAM unit with DS-5 (upgraded, the latest version).

    1. U-boot was added a startup code that sets up GPIO pins to support JTAG connection

    2. DS-5 properly does boundary scanning, result is similar…

  • loadfile option for 32 bit access only

    Hi,

    I use the loadfile command in DStream to laod program elf that contains code and data for several cores (M4, A53,..) and also some extensa core.

    For this core the data must be written on 32 bits only.

    It sounds the loadfile just write bytes.

    Other debugger…

  • Plot and export variables during debug

    I've just started using DS-5 to develop for Vybrid.

    During the debug I have some variables added to Expressions view. Some of them are C arrays.

    I need to show these arrays as plots (charts) and to export them in text files (for example csv) to load…

  • Debug server for multiple cores SOC

    Hi,

    I see the latest feature in DS5 v5.27 concerning the possibility to open a debug server.

    I successfully connect to one CPU core on my SOC remotly, by ethernet, but how to open multiple servers, on distinct CPUs?

    I try to use different port numbers…

  • Breakpoints numbering issue

    Hi

    When  I remove some breakpoints in my code, and  re enable it just after  I have a non constant breakpoint index

    For example:

    Execution stopped in Thread mode at 0x1FFE447A
    0x1FFE447A   9,0   return result;
    break -p "I:/try_env/src/tests/D_IP_ISI_SYN/imx8qm…

  • DS5 DEBUGGER ERROR(CMD441-TAD1-NAL85)

    What does the following error message mean?!

    ERROR(CMD441-TAD1-NAL85):
    OS has locked out debug during OS save restore.

  • DS-5 debugger doesn't work

    DS-5 debugger doesn't work. In Run->Debug Configurationn->DS-5 Debugger-> New Configuration, the button Debug is always in grey, can't be clicked. I tried both floating license and 30-trial license. 

    The License Manager Diagnostics shows…

  • RDDI Trace Clock Error

    Hello,

    I am writing a program using the RDDI API to stream trace from a DSTREAM-ST. The problem is that whenever I start up the DSTREAM-ST and then connect using RDDI from my program, the connection works fine, but once I begin tracing, the TRC_CLK light…

  • How do I debug NXP-iMX7 SABRE board using MD-5?

    I am trying to connect to NXP iMX7 SABRE board using usb cable as a serial connection.

    How should I configure the debugger to connect?

  • Connect with Custom Board (am5726 SoC) using DStream

    Hi 

    I am using custom board (am5726) with DStream and unable to connect (RVC file is attached)

    tmdsevm572x_a15 (2).txt
    <?xml version="1.0"?>
    
    <?RVConfigUtility MajorVersion = "0" MinorVersion = "0" PatchVersion = "0"?>
    <RVConfigUtility>
       <redistributable…

  • losing execution highlight after a few step thru while debugging

    Hi guys,

    I was debugging a bare metal program in DS-5 with Cortex-A15 FVP. Debugger works pretty well for the first half every time when I debug the program. But then loses source highlight on execution line. The program is alive when this happens, and…

  • DS-5 CE Hello World debugging error

    I'm following the guide here (Getting started with DS-5 CE and ARMv8 Foundation Platform), on Windows 7. I've added the Linaro aarch64-elf toolchain -- there were two (I believe) symbolic link errors extracting it to Windows, but I can compile a Hello…

  • Seeking DS-5 configdb platform entry for AST25xx EVB

    I am using DS-5 along with DSTREAM probe to develop software on an AST25xx EVB.

    I am looking to get the configuration database files for this board, including proper

    configuration files to enable flash programming.  I spoke with the vendor ASPEED, but

  • Get snapshot of a core from DS-5

    hi,

    Is there a way I can get a snapshot of a core using DS-5, so that I/someone can analyze it later ?

    Typical snapshot would be the core GPR, System regs and an optional memory range dump.

    It would be really helpful if I can choose what I can export…

  • How to set a conditional breakpoint on a register value?

    Using DS-5's Eclipse debugger and DSTREAM agent, I am stepping through the code running on an ARM M7 in a chip on a dev board. The build was done using optimization level -O1, so not all variables are visible in the debugger and the "current statement…

  • ds5: load a programm file and script is not possible from dos command line?

    Hi,

    I am not able to connect to a debugger and load a ds script and a elf image in the same command.

    I understand  this is possible to use the loadfile command from the script, but  I would like to have a generic script that's works with hundredsof elf files…

  • DS-5 Errors running builder 'CDT Builder' on project (java.lang.NullPointerException)

    If I set Project properties >> C/C++ Build >> Settings >> Tool Settings >> ARM Linker >> Image Layout >> Scatter File to an absolute path, I can build the project successfully.

    If I set to a relative path, using the…

  • Unable to create new platform configuration with zedboard for core detection using DS5, DStream without using existing Xillinx configuration

    Unable to create new platform configuration with zedboard  for core detection using DS5, DStream without using default Xillinx configuration, Kindly guide us thanks in advance

    we are connected the  JTAG from J15 (zedboard) to  DStream debugger

    observed following…

  • DS5 debug on nvidia TX1 board

    Hello

    I have some problem to connect DS5 (v5.26.2) debugger to nvidia TX1 board. First, I used the "platform configuration" wizard in eclipse for creating TX1 which seems ok except few warnings about devices that does not have any connections (CSTFunnel…