We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/dev/ttyS2
2 parents 3ec22df + 3963d3c commit d19cfbbCopy full SHA for d19cfbb
linuxkit-templates/hook.template.yaml
@@ -124,6 +124,11 @@ services:
124
major: 4
125
minor: 65
126
mode: "0666"
127
+ - path: "/dev/ttyS2"
128
+ type: c
129
+ major: 4
130
+ minor: 66
131
+ mode: "0666"
132
- path: "/dev/ttyAMA0"
133
type: c
134
major: 204
@@ -284,6 +289,7 @@ files:
284
289
hvc0
285
290
ttyS0
286
291
ttyS1
292
+ ttyS2
287
293
ttyAMA0
288
294
ttyAMA1
295
ttyAML0
0 commit comments