Difference between revisions of "Ttc"

From eLinux.org
Jump to: navigation, search
(Documentation)
 
(7 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
install it on the target, reboot the target, and otherwise control operation of the target.
 
install it on the target, reboot the target, and otherwise control operation of the target.
  
The name "ttc" originally comes from "Tim's target control".  It was originally named just "target",
+
"ttc" stands for "Tiny Target Control"
and then "tc", but both of those had name collisions with already-existing tools.
 
  
 
== Download ==
 
== Download ==
[[file:Ttc-1.2.3.tgz]]
+
Current Version:
 +
* see https://github.com/tbird20d/ttc
  
 
== Documentation ==
 
== Documentation ==
 
The ttc usage manual is here: [[Ttc Program Usage Guide]]
 
The ttc usage manual is here: [[Ttc Program Usage Guide]]
 
== Miscelaneous Release Notes ==
 

Latest revision as of 10:06, 7 June 2023

ttc is a program for manipulating targets from a host. It provides similar functionality to TCF in eclipse or adb in Android. With this tool you can build software for a particular target, install it on the target, reboot the target, and otherwise control operation of the target.

"ttc" stands for "Tiny Target Control"

Download

Current Version:

Documentation

The ttc usage manual is here: Ttc Program Usage Guide