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.
1 parent 9d6f215 commit ec275d4Copy full SHA for ec275d4
linuxkit-templates/hook.template.yaml
@@ -134,6 +134,16 @@ services:
134
major: 204
135
minor: 65
136
mode: "0666"
137
+ - path: "/dev/ttyAML0"
138
+ type: c
139
+ major: 243
140
+ minor: 0
141
+ mode: "0666"
142
+ - path: "/dev/ttyAML1"
143
144
145
+ minor: 1
146
147
148
- name: hook-docker
149
image: "${HOOK_CONTAINER_DOCKER_IMAGE}"
@@ -266,6 +276,8 @@ files:
266
276
ttyS1
267
277
ttyAMA0
268
278
ttyAMA1
279
+ ttyAML0
280
+ ttyAML1
269
281
ttyUSB0
270
282
ttyUSB1
271
283
ttyUSB2
0 commit comments