-
Notifications
You must be signed in to change notification settings - Fork 0
/
rauc.1
312 lines (219 loc) · 5.99 KB
/
rauc.1
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
.TH RAUC 1
.SH NAME
rauc \- safe and secure updating
.SH SYNOPSIS
.B rauc
[\fIOPTIONS\fR...] \fBbundle\fR \fIINPUTDIR\fR \fIBUNDLE\fR
.B rauc
[\fIOPTIONS\fR...] \fBresign\fR \fIINBUNDLE\fR \fIOUTBUNDLE\fR
.B rauc
[\fIOPTIONS\fR...] \fBextract\fR \fIBUNDLE\fR \fIOUTPUTDIR\fR
.B rauc
[\fIOPTIONS\fR...] \fBextract-signature\fR \fIBUNDLE\fR \fIOUTPUTSIG\fR
.B rauc
[\fIOPTIONS\fR...] \fBconvert\fR \fIINBUNDLE\fR \fIOUTBUNDLE\fR
.B rauc
[\fIOPTIONS\fR...] \fBinstall\fR \fIBUNDLE\fR
.B rauc
[\fIOPTIONS\fR...] \fBinfo\fR \fIBUNDLE\fR
.B rauc
[\fIOPTIONS\fR...] \fBmount\fR \fIBUNDLE\fR
.B rauc
[\fIOPTIONS\fR...] \fBstatus\fR [\fISLOTNAME\fR | \fBmark-\fR{\fBgood\fR,\fBbad\fR,\fBactive\fR} [\fBbooted\fR|\fBother\fR|\fISLOTNAME\fR]]
.B rauc
[\fIOPTIONS\fR...] \fBwrite-slot\fR \fISLOTNAME\fR \fIIMAGEFILE\fR
.SH DESCRIPTION
RAUC is a lightweight update client that runs on an Embedded Linux device and
reliably controls the procedure of updating the device with a new firmware.
RAUC is also the tool on the host system that is used to create, inspect and
modify update artifacts for the device.
This manual page documents briefly the
.BR rauc
command line utility.
It was written for the Debian GNU/Linux distribution to satisfy the
packaging requirements. Thus it should only serve as a summary,
reading the comprehensive online manual (\fBhttps://rauc.readthedocs.io/\fR)
is recommended.
.SH OPTIONS
The following general options can be used with most commands, however
not all combinations make sense.
.TP
\fB\-c\fR \fIFILENAME\fR, \fB\-\-conf=\fR\fIFILENAME\fR
use the given config file instead of the one at the compiled-in default path
.TP
\fB\-\-cert=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
use given certificate file or the certificate referenced by the given PKCS#11 URL
.TP
\fB\-\-key=\fR\fIPEMFILE\fR|\fIPKCS11-URL\fR
use given private key file or the key referenced by the given PKCS#11 URL
.TP
\fB\-\-keyring=\fR\fIPEMFILE\fR
use specific keyring file
.TP
\fB\-\-intermediate=\fR\fIPEMFILE\fR
intermediate CA file name
.TP
\fB\-\-mount=\fR\fIPATH\fR
mount prefix (/mnt/rauc by default)
.TP
\fB\-\-override\-boot\-slot=\fR\fIBOOTNAME\fR
overrides auto-detection of booted slot
.TP
\fB\-\-handler\-args=\fR\fIARGS\fR
pass extra handler arguments
.TP
\fB\-d\fR, \fB\-\-debug\fR
enable debug output
.TP
\fB\-\-version\fR
display version
.TP
\fB\-h\fR, \fB\-\-help\fR
print usage
.SH COMMANDS
.PP
\fBbundle\fR \fIINPUTDIR\fR \fIBUNDLE\fR
.RS 4
Create a bundle from a content directory.
\fBOptions:\fR
.RS 4
.TP
\fB\-\-signing\-keyring=\fR\fIPEMFILE\fR
verification keyring file
.TP
\fB\-\-mksquashfs\-args=\fR\fIARGS\fR
mksquashfs extra args
.RE
.RE
.PP
\fBresign\fR \fIINBUNDLE\fR \fIOUTBUNDLE\fR
.RS 4
Resign an already signed bundle.
\fBOptions:\fR
.RS 4
.TP
\fB\-\-no\-verify\fR
disable bundle verification
.TP
\fB\-\-signing\-keyring=\fR\fIPEMFILE\fR
verification keyring file
.RE
.RE
.PP
\fBextract\fR \fIBUNDLE\fR \fIOUTPUTDIR\fR
.RS 4
Extract the bundle content to a directory.
.RE
.RE
.PP
\fBextract\-signature\fR \fIBUNDLE\fR \fIOUTPUTSIG\fR
.RS 4
Extract the bundle signature.
.RE
.RE
.PP
\fBconvert\fR \fIINBUNDLE\fR \fIOUTBUNDLE\fR
.RS 4
Convert an existing bundle to casync index bundle and store.
\fBOptions:\fR
.RS 4
.TP
\fB\-\-signing\-keyring=\fR\fIPEMFILE\fR
verification keyring file
.TP
\fB\-\-mksquashfs\-args=\fR\fIARGS\fR
mksquashfs extra args
.TP
\fB\-\-casync\-args=\fR\fIARGS\fR
casync extra args
.RE
.RE
.PP
\fBinstall\fR \fIBUNDLE\fR
.RS 4
Install a bundle.
\fBOptions:\fR
.RS 4
.TP
\fB\-\-ignore\-compatible\fR
disable compatible check
.TP
\fB\-\-progress\fR
show progress bar
.RE
.RE
.PP
\fBinfo\fR \fIBUNDLE\fR
.RS 4
Print bundle info.
\fBOptions:\fR
.RS 4
.TP
\fB\-\-no\-verify\fR
disable bundle verification
.TP
\fB\-\-output\-format=\fR[\fBreadable\fR|\fBshell\fR|\fBjson\fR|\fBjson-pretty\fR]
select output format
.TP
\fB\-\-dump\-cert\fR
dump certificate
.RE
.RE
.PP
\fBmount\fR \fIBUNDLE\fR
.RS 4
Mount a bundle for development purposes to the bundle directory in RAUC's mount
prefix. It must be unmounted manually by the user.
.RE
.RE
.PP
\fBstatus\fR [\fISLOTNAME\fR | \fBmark-\fR{\fBgood\fR,\fBbad\fR,\fBactive\fR} [\fBbooted\fR|\fBother\fR|\fISLOTNAME\fR]]
.RS 4
Without further subcommand, it simply shows the system status or status of a specific slot.
The subcommands \fBmark-good\fR and \fBmark-bad\fR can be used to set the state of a slot
explicitly. These subcommands usually operate on the currently booted slot if not specified per
additional parameter.
The subcommand \fBmark-active\fR allows one to manually switch to a different slot. Here too,
the desired slot can be given per parameter, otherwise the currently booted one is used.
\fBOptions:\fR
.RS 4
.TP
\fB\-\-detailed\fR
show more status details
.TP
\fB\-\-output\-format=\fR[\fBreadable\fR|\fBshell\fR|\fBjson\fR|\fBjson-pretty\fR]
select output format
.RE
.RE
.PP
\fBwrite-slot\fR \fISLOTNAME\fR \fIIMAGEFILE\fR
.RS 4
Write image to slot and bypass all update logic.
.RE
.SH ENVIRONMENT
.TP
.B RAUC_PKCS11_MODULE
Library filename for PKCS#11 module (signing only)
.TP
.B RAUC_PKCS11_PIN
PIN to use for accessing PKCS#11 keys (signing only)
.SH FILES
.TP
.B /etc/rauc/system.conf
The system configuration file is the central configuration in RAUC that
abstracts the loosely coupled storage setup, partitioning and boot strategy of
your board to a coherent redundancy setup world view for RAUC.
RAUC expects its central configuration file \fB/etc/rauc/system.conf\fR to
describe the system it runs on in a way that all relevant information for
performing updates and making decisions are given.
Similar to other configuration files used by RAUC,
the system configuration uses a key-value syntax (similar to those known
from .ini files).
.SH AUTHORS
rauc is developed by Jan Luebbe, Enrico Joerns, Juergen Borleis and contributors.
This manual page was written by Michael Heimpold <mhei@heimpold.de>,
for the Debian GNU/Linux system (but may be used by others).
.SH SEE ALSO
.BR casync (1),
.BR mksquashfs (1),
.BR unsquashfs (1)