Skip to content

LIB: Do JTAG programming via GPIO

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

makestuff/libgpiojtag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The libgpiojtag is a static-link library which parses an .svf programming file
and executes the JTAG operations specified therein on a device attached via some
simple GPIO mechanism. An example implementation is provided for the Raspberry
Pi, but porting to other Linux platforms with GPIO should be straightforward.
Internally, the library works by using an undocumented entry-point to the
FPGALink DLL, which converts an .svf text file into a much-simplified binary
format, which is easily interpreted by a simple state-machine.

Chris McClelland
2015-08-07

About

LIB: Do JTAG programming via GPIO

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published