* [gentoo-embedded] JTAG (Linux) article
@ 2010-09-14 16:39 wireless
2010-09-14 20:38 ` wireless
0 siblings, 1 reply; 11+ messages in thread
From: wireless @ 2010-09-14 16:39 UTC (permalink / raw
To: gentoo-embedded
Hello,
There is an article in the September 2010 Embedded System
Magazine, which features a story about how to use a JTAG
(less than $100 usd) on an embedded linux kernel for debugging.
If anyone is interested, drop me some email and I'll forward
the zip file to you:
cmp_esd0910_pdf.zip
in case you want to search in out for yourself.
James
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] JTAG (Linux) article
2010-09-14 16:39 [gentoo-embedded] JTAG (Linux) article wireless
@ 2010-09-14 20:38 ` wireless
2010-09-14 21:46 ` Peter Stuge
2010-09-14 22:17 ` Peter Stuge
0 siblings, 2 replies; 11+ messages in thread
From: wireless @ 2010-09-14 20:38 UTC (permalink / raw
To: gentoo-embedded
Previously you wrote:
> Hello,
>
>
> There is an article in the September 2010 Embedded System
> Magazine, which features a story about how to use a JTAG
> (less than $100 usd) on an embedded linux kernel for debugging.
>
>
> If anyone is interested, drop me some email and I'll forward
> the zip file to you:
>
> cmp_esd0910_pdf.zip
>
> in case you want to search in out for yourself.
>
>
> James
Several folks have asked for the zip file.
The device/article are based on software, found in portage
(very cool, but a version bump is needed)...
http://openocd.berlios.de
dev-embedded/openocd
hth,
James
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] JTAG (Linux) article
2010-09-14 20:38 ` wireless
@ 2010-09-14 21:46 ` Peter Stuge
2010-09-14 22:34 ` wireless
2010-09-14 22:17 ` Peter Stuge
1 sibling, 1 reply; 11+ messages in thread
From: Peter Stuge @ 2010-09-14 21:46 UTC (permalink / raw
To: gentoo-embedded
wireless wrote:
> The device/article are based on software, found in portage
> (very cool, but a version bump is needed)...
>
> http://openocd.berlios.de
>
> dev-embedded/openocd
There haven't been any more upstream releases, although there is
definately upstream activity. I guess a git ebuild would be nice.. :)
//Peter
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] JTAG (Linux) article
2010-09-14 20:38 ` wireless
2010-09-14 21:46 ` Peter Stuge
@ 2010-09-14 22:17 ` Peter Stuge
1 sibling, 0 replies; 11+ messages in thread
From: Peter Stuge @ 2010-09-14 22:17 UTC (permalink / raw
To: gentoo-embedded
wireless wrote:
> Several folks have asked for the zip file.
It's actually available from the publisher already. Look for a link
on http://embedded.com/ down in the right column.
"PDF of ESD's Digital Edition."
http://www.nxtbook.com/fx/save/index.php?book_id=__NXT__d6d22c6846b4d21f00eda86ff3bdd505&pdf=1
//Peter
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] JTAG (Linux) article
2010-09-14 21:46 ` Peter Stuge
@ 2010-09-14 22:34 ` wireless
2010-09-14 23:44 ` Peter Stuge
0 siblings, 1 reply; 11+ messages in thread
From: wireless @ 2010-09-14 22:34 UTC (permalink / raw
To: gentoo-embedded
Previously you wrote:
> wireless wrote:
>> The device/article are based on software, found in portage
>> (very cool, but a version bump is needed)...
>>
>> http://openocd.berlios.de
>>
>> dev-embedded/openocd
>
> There haven't been any more upstream releases, although there is
> definately upstream activity. I guess a git ebuild would be nice.. :)
http://openocd.berlios.de/web/?m=201002
this shows version 0.4.0:
OpenOCD v0.4.0 released Monday, February 22nd, 2010
ARM looks to be the most active platform for openocd
portage has version ~0.3.1
James
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] JTAG (Linux) article
2010-09-14 22:34 ` wireless
@ 2010-09-14 23:44 ` Peter Stuge
2010-09-20 17:37 ` Mike Frysinger
0 siblings, 1 reply; 11+ messages in thread
From: Peter Stuge @ 2010-09-14 23:44 UTC (permalink / raw
To: gentoo-embedded
wireless wrote:
> > There haven't been any more upstream releases, although there is
> > definately upstream activity. I guess a git ebuild would be nice.. :)
>
> http://openocd.berlios.de/web/?m=201002
> this shows version 0.4.0:
>
> OpenOCD v0.4.0 released Monday, February 22nd, 2010
>
> ARM looks to be the most active platform for openocd
>
> portage has version ~0.3.1
Oh sorry! I forgot that not even 0.4.0 is in portage. :\ But I do
suggest a git version. Upstream development is pretty stable.
And! There *is* a git ebuild already, from March. I guess just unmask
it and emerge.
echo 'dev-embedded/openocd **' >> /etc/portage/package.keywords
emerge openocd -av
Yes you're right, ARM is the major platform and works well, but I
don't believe it is meant to *only* do ARM.
//Peter
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] JTAG (Linux) article
2010-09-14 23:44 ` Peter Stuge
@ 2010-09-20 17:37 ` Mike Frysinger
2010-09-20 19:35 ` Peter Stuge
0 siblings, 1 reply; 11+ messages in thread
From: Mike Frysinger @ 2010-09-20 17:37 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: Text/Plain, Size: 803 bytes --]
On Tuesday, September 14, 2010 19:44:20 Peter Stuge wrote:
> wireless wrote:
> > > There haven't been any more upstream releases, although there is
> > > definately upstream activity. I guess a git ebuild would be nice.. :)
> >
> > http://openocd.berlios.de/web/?m=201002
> > this shows version 0.4.0:
> >
> > OpenOCD v0.4.0 released Monday, February 22nd, 2010
> >
> > ARM looks to be the most active platform for openocd
> >
> > portage has version ~0.3.1
>
> Oh sorry! I forgot that not even 0.4.0 is in portage. :\ But I do
> suggest a git version. Upstream development is pretty stable.
i guess someone should step up to be a maintainer for openocd. i have no
personal interest in it as we use urjtag at my job, so that's what i watch
over (up and down stream).
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] JTAG (Linux) article
2010-09-20 17:37 ` Mike Frysinger
@ 2010-09-20 19:35 ` Peter Stuge
2010-09-20 21:03 ` Mike Dunn
0 siblings, 1 reply; 11+ messages in thread
From: Peter Stuge @ 2010-09-20 19:35 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
Mike Frysinger wrote:
> i guess someone should step up to be a maintainer for openocd.
Yeah. I'm on the right way, but am too busy doing many things..
//Peter
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] JTAG (Linux) article
2010-09-20 19:35 ` Peter Stuge
@ 2010-09-20 21:03 ` Mike Dunn
2010-09-21 3:47 ` solar
0 siblings, 1 reply; 11+ messages in thread
From: Mike Dunn @ 2010-09-20 21:03 UTC (permalink / raw
To: gentoo-embedded
On 09/20/2010 12:35 PM, Peter Stuge wrote:
> Mike Frysinger wrote:
>> i guess someone should step up to be a maintainer for openocd.
> Yeah. I'm on the right way, but am too busy doing many things..
>
>
> //Peter
I'm a gentoo user and also an openocd user. I'm also an openocd contributor,
mostly bug fixes on the xscale target. I'm not a gentoo developer, but I've
been using it for many years. I'm able and willing to help out, if someone
would be willing to sponsor / mentor me.
Thanks,
Mike
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] JTAG (Linux) article
2010-09-20 21:03 ` Mike Dunn
@ 2010-09-21 3:47 ` solar
2010-09-21 14:50 ` Mike Dunn
0 siblings, 1 reply; 11+ messages in thread
From: solar @ 2010-09-21 3:47 UTC (permalink / raw
To: gentoo-embedded
On Mon, 2010-09-20 at 14:03 -0700, Mike Dunn wrote:
> On 09/20/2010 12:35 PM, Peter Stuge wrote:
> > Mike Frysinger wrote:
> >> i guess someone should step up to be a maintainer for openocd.
> > Yeah. I'm on the right way, but am too busy doing many things..
> >
> >
> > //Peter
> I'm a gentoo user and also an openocd user. I'm also an openocd contributor,
> mostly bug fixes on the xscale target. I'm not a gentoo developer, but I've
> been using it for many years. I'm able and willing to help out, if someone
> would be willing to sponsor / mentor me.
Thanks for the offer. openocd is only one package, so it's best to have
somebody proxy maintain it. Personaly I've always used the openocd-9999
pkg.
--
solar <solar@gentoo.org>
Gentoo Linux
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-embedded] JTAG (Linux) article
2010-09-21 3:47 ` solar
@ 2010-09-21 14:50 ` Mike Dunn
0 siblings, 0 replies; 11+ messages in thread
From: Mike Dunn @ 2010-09-21 14:50 UTC (permalink / raw
To: gentoo-embedded
On 09/20/2010 08:47 PM, solar wrote:
> Personaly I've always used the openocd-9999
> pkg.
>
>
Yeah, development has been brisk and it has improved quite a bit of late.
Thanks,
Mike
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2010-09-21 15:09 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-14 16:39 [gentoo-embedded] JTAG (Linux) article wireless
2010-09-14 20:38 ` wireless
2010-09-14 21:46 ` Peter Stuge
2010-09-14 22:34 ` wireless
2010-09-14 23:44 ` Peter Stuge
2010-09-20 17:37 ` Mike Frysinger
2010-09-20 19:35 ` Peter Stuge
2010-09-20 21:03 ` Mike Dunn
2010-09-21 3:47 ` solar
2010-09-21 14:50 ` Mike Dunn
2010-09-14 22:17 ` Peter Stuge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox