File: teensy_loader_cli.1

package info (click to toggle)
teensy-loader-cli 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 300 kB
  • sloc: ansic: 1,312; makefile: 274
file content (81 lines) | stat: -rw-r--r-- 1,455 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..

.TH teensy_loader_cli 1 "DECEMBER 2017" Linux "User Manuals"

.SH NAME
teensy_loader_cli \- load and run programs onto your Teensy micro controller

.SH SYNOPSIS
.B teensy_loader_cli
.RB \-\-mcu
.IR MCU
.RB [\|\-w\|]
.RB [\|\-r\|]
.RB [\|\-s\|]
.RB [\|\-n\|]
.RB [\|\-b\|]
.RB [\|\-v\|]
.RB [\|\-h\|]
.IR file.hex

.SH DESCRIPTION
The teensy loader cli is a command-line alternative to the graphical teensy
loader which is included with Teensyduino. The cli version is preferred by
advanced users who want to automate programming, typically from within a
Makefile or similar.

.SH OPTIONS
.TP
.B \-\-mcu
Specify which connected Teensy controller to work with (e.g. TEENSY36). To list
supported MCUs, use:

.Vb 6
\&	teensy_loader_cli --list-mcus
.Ve

.TP
.B \-w
Wait for device to appear

.TP
.B \-r
Use hard reboot if device not online.

This option requires another Teensy to be connected, running the rebootor
firmware.

.TP
.B \-s
Use soft reboot if device not online (Teensy 3.x only)

.TP
.B \-n
No reboot after programming

.TP
.B \-b
Boot only, do not program

.TP
.B \-v
Verbose output

.SH SEE ALSO

http://www.pjrc.com/teensy/loader_cli.html

.SH AUTHOR

teensy_loader_cli was developed by Paul Stoffregen <paul@pjrc.com>

This manual page was written for the Debian project by
Michael Stapelberg <stapelberg@debian.org> (but may be used by others).