Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clusterm/clujtag-client
Client for JTAG programmer for AVR microcontrollers
https://github.com/clusterm/clujtag-client
Last synced: 25 days ago
JSON representation
Client for JTAG programmer for AVR microcontrollers
- Host: GitHub
- URL: https://github.com/clusterm/clujtag-client
- Owner: ClusterM
- License: other
- Created: 2015-01-05T00:32:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T18:50:21.000Z (10 months ago)
- Last Synced: 2024-11-24T19:48:10.763Z (29 days ago)
- Language: C
- Size: 104 KB
- Stars: 14
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
clujtag-client
==============Client for AVR-based JTAG programmer: https://github.com/ClusterM/clujtag-avr
It's based on Lib(X)SVF (http://www.clifford.at/libxsvf/) so you can use it to flash SVF or XSVF files. Use MinGW (www.mingw.org) to compile it for Windows if need. Linux users are welome too.
How to use:
Usage:
clujtag [ -v ... ] -p portname { -s svf-file | -x xsvf-file | -c }
* -p portname - use specified serial port for communication with programmer (COM*xx* for Windows and /dev/tty*xxx* for Linux)
* -v, -vv, -vvv, -vvvv - verbose, more verbose and even more verbose
* -s svf-file - play the specified SVF file
* -x xsvf-file - play the specified XSVF file
* -c - list devices in JTAG chainExamples:
>clujtag -p COM16 -c
Scanning JTAG chain...
Device found: idcode=0x170640dd, revision=0x1, part=0x7064, manufactor=0x06e>clujtag -v -p /dev/ttyACM0 -s MMC1.svf
clujtag
Copyright (C) 2009 RIEGL Research ForschungsGmbH
Copyright (C) 2009 Clifford Wolf
Copyright (C) 2014 Cluster
Lib(X)SVF is free software licensed under the ISC license.
Playing SVF file `MMC1.svf'.
Done!