Discussion:
[UrJTAG-dev] urJTAG linux API
Alok Mooley
2012-12-13 17:57:32 UTC
Permalink
Hi,

I have a linux based software which needs to communicate with a target
device through JTAG. Is there an API that urJTAG exports which my linux
tool can use to facilitate this communication? Couldn't find any ready
pointers to this in the urJTAG documentation.

Thanks,
Alok
Jie Zhang
2012-12-13 19:30:11 UTC
Permalink
Take a look at the header files in include/urjtag/ .
Post by Alok Mooley
Hi,
I have a linux based software which needs to communicate with a target
device through JTAG. Is there an API that urJTAG exports which my linux tool
can use to facilitate this communication? Couldn't find any ready pointers
to this in the urJTAG documentation.
Thanks,
Alok
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
UrJTAG-development mailing list
https://lists.sourceforge.net/lists/listinfo/urjtag-development
Alok Mooley
2012-12-14 20:13:29 UTC
Permalink
I have the 0.10 version downloaded, and the directory I could find
was urjtag-0.10/include but couldn't find include/urjtag in this. Are there
any specific files I should be looking at to make my linux program talk to
the target?
Post by Jie Zhang
Take a look at the header files in include/urjtag/ .
Post by Alok Mooley
Hi,
I have a linux based software which needs to communicate with a target
device through JTAG. Is there an API that urJTAG exports which my linux
tool
Post by Alok Mooley
can use to facilitate this communication? Couldn't find any ready
pointers
Post by Alok Mooley
to this in the urJTAG documentation.
Thanks,
Alok
------------------------------------------------------------------------------
Post by Alok Mooley
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
UrJTAG-development mailing list
https://lists.sourceforge.net/lists/listinfo/urjtag-development
Jie Zhang
2012-12-14 20:15:52 UTC
Permalink
0.10 is too old. You can just check out the latest source code from SVN.
I have the 0.10 version downloaded, and the directory I could find was
urjtag-0.10/include but couldn't find include/urjtag in this. Are there any
specific files I should be looking at to make my linux program talk to the
target?
Post by Jie Zhang
Take a look at the header files in include/urjtag/ .
Post by Alok Mooley
Hi,
I have a linux based software which needs to communicate with a target
device through JTAG. Is there an API that urJTAG exports which my linux tool
can use to facilitate this communication? Couldn't find any ready pointers
to this in the urJTAG documentation.
Thanks,
Alok
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
UrJTAG-development mailing list
https://lists.sourceforge.net/lists/listinfo/urjtag-development
Alok Mooley
2012-12-14 20:33:31 UTC
Permalink
Thanks Jie! I downloaded the latest version and found include/urjtag. Are
there any specific files I should be looking at to make my linux program
talk to the target?

Thanks,
Alok
Post by Jie Zhang
0.10 is too old. You can just check out the latest source code from SVN.
I have the 0.10 version downloaded, and the directory I could find was
urjtag-0.10/include but couldn't find include/urjtag in this. Are there
any
specific files I should be looking at to make my linux program talk to
the
target?
Post by Jie Zhang
Take a look at the header files in include/urjtag/ .
Post by Alok Mooley
Hi,
I have a linux based software which needs to communicate with a target
device through JTAG. Is there an API that urJTAG exports which my
linux
Post by Jie Zhang
Post by Alok Mooley
tool
can use to facilitate this communication? Couldn't find any ready pointers
to this in the urJTAG documentation.
Thanks,
Alok
------------------------------------------------------------------------------
Post by Jie Zhang
Post by Alok Mooley
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add
services
Post by Jie Zhang
Post by Alok Mooley
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
UrJTAG-development mailing list
https://lists.sourceforge.net/lists/listinfo/urjtag-development
Jie Zhang
2012-12-14 20:38:20 UTC
Permalink
You can take a look at files in src/apps/jtag/ as a simple example.
gdbproxy is another example:

https://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&path=%2Ftrunk%2Fgdbproxy%2F
Post by Alok Mooley
Thanks Jie! I downloaded the latest version and found include/urjtag. Are
there any specific files I should be looking at to make my linux program
talk to the target?
Thanks,
Alok
Post by Jie Zhang
0.10 is too old. You can just check out the latest source code from SVN.
I have the 0.10 version downloaded, and the directory I could find was
urjtag-0.10/include but couldn't find include/urjtag in this. Are there any
specific files I should be looking at to make my linux program talk to the
target?
Post by Jie Zhang
Take a look at the header files in include/urjtag/ .
Post by Alok Mooley
Hi,
I have a linux based software which needs to communicate with a target
device through JTAG. Is there an API that urJTAG exports which my linux
tool
can use to facilitate this communication? Couldn't find any ready pointers
to this in the urJTAG documentation.
Thanks,
Alok
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
UrJTAG-development mailing list
https://lists.sourceforge.net/lists/listinfo/urjtag-development
Alok Mooley
2012-12-14 21:05:14 UTC
Permalink
Great, thanks Jie! Will get back to you if I have more questions.

Regards,
Alok
Post by Jie Zhang
You can take a look at files in src/apps/jtag/ as a simple example.
https://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&path=%2Ftrunk%2Fgdbproxy%2F
Post by Alok Mooley
Thanks Jie! I downloaded the latest version and found include/urjtag. Are
there any specific files I should be looking at to make my linux program
talk to the target?
Thanks,
Alok
Post by Jie Zhang
0.10 is too old. You can just check out the latest source code from SVN.
I have the 0.10 version downloaded, and the directory I could find was
urjtag-0.10/include but couldn't find include/urjtag in this. Are
there
Post by Alok Mooley
Post by Jie Zhang
any
specific files I should be looking at to make my linux program talk to the
target?
Post by Jie Zhang
Take a look at the header files in include/urjtag/ .
Post by Alok Mooley
Hi,
I have a linux based software which needs to communicate with a target
device through JTAG. Is there an API that urJTAG exports which my linux
tool
can use to facilitate this communication? Couldn't find any ready pointers
to this in the urJTAG documentation.
Thanks,
Alok
------------------------------------------------------------------------------
Post by Alok Mooley
Post by Jie Zhang
Post by Jie Zhang
Post by Alok Mooley
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
UrJTAG-development mailing list
https://lists.sourceforge.net/lists/listinfo/urjtag-development
Loading...