I am trying to debug a project and keep getting the error "Cannot get configuration options for target.", and the reason given is "Failed to automatically detect what devices are present."
I get as far as "Reading ROM Tables" before…
I'm trying to test the DS5-debugger, I have ARM development studio professional edition with an evaluation license. For this purpose, I'm following this tutorial https://developer.arm.com/tools-and-software/embedded/legacy-tools/ds-5-development…
I am trying to debug my code using DSTREAM. DS-5 version is 5.24.1. I am getting error related to DSTREAM firmware and asking me to update it's firmware.
For that, I am not getting sufficient information on web.
for example, on below link,
ARM Information…
Dear all,
I want to debug our Soc chip with DS-5 tool, the SoC has two Cortex-A53 cores.When I debug Bare-metal code in DS-5, I only can debug one of two A53 with Bare-metal code , Any one of two A53 can run exactly. When I debug two A53 at the same time…
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…
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…
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?
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…
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…
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…
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…
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…
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…
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…
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 0x1FFE447A0x1FFE447A 9,0 return result;break -p "I:/try_env/src/tests/D_IP_ISI_SYN/imx8qm…
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. 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…
What is the usecases of peripheral ID and component ID registers?
What is the limit of DAP means hw many BST instruction it can excute ?
What is the meaning of below BST Code :-
BST "DAP_READ_AP AXI0 0x00 0x30806012"
BST "DAP_READ_AP AXI0 0xfc 0x04770004 0xf0000000"
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…
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?
I am using custom board (am5726) with DStream and unable to connect (RVC file is attached)
<?xml version="1.0"?> <?RVConfigUtility MajorVersion = "0" MinorVersion = "0" PatchVersion = "0"?> <RVConfigUtility> <redistributable…
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…
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…