[U-Boot] debugging with XDS100v2 Omap 3530

Hi, I am new to U-Boot and my task involves porting U-Boot to Omap3530. I have XDS100v2 but I don't have a JTAG Software to support this on Ubuntu host PC.
Please, suggest an open source Jtag Software for this.

Hi Amit,
Le 02/07/2011 15:47, Amit kumar a écrit :
Hi, I am new to U-Boot and my task involves porting U-Boot to Omap3530. I have XDS100v2 but I don't have a JTAG Software to support this on Ubuntu host PC.
Please, suggest an open source Jtag Software for this.
OpenOCD supports the xds100v2, but not in the version available in the Ubuntu 11.04 (Natty) or 11.10 (Oneiric) repositories; you'll have to git-clone the latest openocd and build it from source.
Amicalement,

On 02/07/11 14:47, Amit kumar wrote:
Hi, I am new to U-Boot and my task involves porting U-Boot to Omap3530. I have XDS100v2 but I don't have a JTAG Software to support this on Ubuntu host PC.
Please, suggest an open source Jtag Software for this.
TI's debugger CCSv5.1.x (not open source) plugs into Eclipse (which is) and, I understand, comes with a license to use XDS100. So it is free to use, but not 100% open source.
I've only used it on OMAP-L137. And I have and XDS510 not XDS100 because the 100 is very slow. We have 3530s also but most people are still using CCSv4 here.
Nick.

Hi, I found openocd and xds100v2 working with omap3530, the issue was related to libusb version (0.1.12 works fine).
Still trying to use it fully.
Thanks very much.
On Mon, Jul 4, 2011 at 7:11 PM, Nick Thompson nick.thompson@ge.com wrote:
On 02/07/11 14:47, Amit kumar wrote:
Hi, I am new to U-Boot and my task involves porting U-Boot to Omap3530. I
have
XDS100v2 but I don't have a JTAG Software to support this on Ubuntu host
PC.
Please, suggest an open source Jtag Software for this.
TI's debugger CCSv5.1.x (not open source) plugs into Eclipse (which is) and, I understand, comes with a license to use XDS100. So it is free to use, but not 100% open source.
I've only used it on OMAP-L137. And I have and XDS510 not XDS100 because the 100 is very slow. We have 3530s also but most people are still using CCSv4 here.
Nick.
participants (3)
-
Albert ARIBAUD
-
Amit kumar
-
Nick Thompson