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,
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,
Hi everyone,
I have a DSTREAM and want to use it to debug a user space bug. I have a target board with chip Annapurna Labs alpine al-314. I use utility PCE to create platform configuration database.But I don't see the Linux application debug operation…
Hi all,
I have a QCA IPQ4019 board. I am following this blog https://community.arm.com/tools/b/blog/posts/porting-linux-made-easy-with-ds-5 to debug from the stage in which u-boot loads the Kernel. I can get to below step described in the blog.
>A compressed…
Hello, all.
I'm trying to attach Dstream JTAG debugger to a Cortex-M3 core on HiKey Board with DS-5 v5.23.0 Ultimate Edition on Windows.
I tried the following procedure but it took more than one minute to connect to the target.
That is too slow to be…
Hi everyone,
I download DSTREAM V5.22 and install it on my desktop(windows10 x64). The installation goes well, I didn't get any error. but when I open "Eclipse DS5-V5.22", I found eclipse don't contain any DS-5 function, I look like a non-DS-5 eclipse…
I am seeing a failure to connect to the DSTREAM debugger from DS-5 version 5.20
Just upgraded the debugger firmware to 4.20 which came with this DS-5 version. When I double-click to connect I get this error. Can't find any history on this problem. Anyone…
I have the DS-5 with Dstream, and I want to do a boundary scan to find the stage of every pin, how do I do that? and where can I find the manual for this?
Dear Ronan,
We recently got a Juno board. We sucessfully done the setup for android on that.(using the steps given in Setting up Android on Juno)
We are working on some multimedia application, which we want to port it to juno and see the performnace…
Hi,
I know that DSTREAM may work best with DS-5 studio. But out of curiosity, will this debug/trace unit work with some other (maybe free?) combinations of tools like GDB + OpenOCD? On its documentation it says DSTREAM "supports" 3rd party debuggers, but…
I am working on PB1176JZF-S board. I am usins DS-5 editor and Dstream. I am able to write the program and bebug it. But i want to download my code into NOR or some static memory on the board. Please kindly tell me the procedure. I wrote a program to blink…
I add about 1000 elf image files to the streamline session capture, and it hints "Java heap space" on error window. I have tried to add the -Xms1024m -Xmx1124m to the eclipse.ini, but failed too.
How can I increase the heap space for the streamline…
1
I have discovered that running my board support code using the DS-5 and DSTREAM causes different behavior than executing without debug support. For example, in the case of Ethernet, the MAC transmit will not occur unless there is a 1 second delay inserted…
To Anyone out there,
I was wondering if someone could help me to connect a DSTREAM to a BCM Advanced Research Board (Freescale i.MX6 ARM Motherboard, Cortex A9 Solo Core, HDMI, LVDS, RISC-based, MIPI-CSI Camera Interface, low power ARM M…) running…
My client has provided a DSTREAM and professional edition of DS5. I am new to DSTREAM. We are working on freescale vybrid. When I tried to debug my application in DS-5 using vybrid tower and DSTREAM it is able to debug. But when I tried on our custom…
I am just getting started on a new project. I need to be able to connect my DSTREAM via ethernet but I am offsite with no static IP.
Is it possible to configure the DSTREAM via url (dynamic DNS) instead of IP address? If it cannot resolve domain…
I want to use the DS-5 and DStream to debug the u-boot, so I write a memory initialization sequence into file cmimx6q.ds, which is a list of commands like:
mem set 0x020e05a8 32 0x00000028
and I specify this file as the input of Run target…