-
Notifications
You must be signed in to change notification settings - Fork 3
/
lxatac-vanilla.yaml
46 lines (44 loc) · 1.24 KB
/
lxatac-vanilla.yaml
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
targets:
main:
resources:
- RemotePlace:
name: lxatac-00034
- NetworkService:
address: lxatac-00034.lab2.stw.pengutronix.de
username: root
- RemoteHTTPProvider:
host: www.lab.stw.pengutronix.de
internal: /var/www/jenkins/
external: https://www.lab.stw.pengutronix.de/jenkins/
drivers:
- LXAIOBusPIODriver:
name: "dfu_mode"
bindings: { pio: "dfu_mode"}
- HTTPProviderDriver: {}
- NetworkPowerDriver:
delay: 5.0
- SerialDriver:
txdelay: 0.02
- DFUDriver: {}
- BareboxDriver:
prompt: 'barebox@[^:]+:[^ ]+ '
interrupt: "\x03\r\n"
- AndroidFastbootDriver: {}
- ShellDriver:
prompt: 'root@[^:]+:[^ ]+'
login_prompt: ' login: '
username: root
- LXATACStrategy:
bindings:
dfu_mode: "dfu_mode"
options:
ptx-works-available: []
images:
tfa: ../images/lxatac/tf-a-stm32mp157c-lxa-tac.stm32
mmc_boot_fip: ../images/lxatac/emmc-boot-image-lxatac.fip
mmc_boot: ../images/lxatac/emmc-boot-image-lxatac.img
mmc: ../images/lxatac/emmc-image-lxatac.simg
rauc_bundle: ../images/lxatac/lxatac-core-bundle-base-lxatac.raucb
imports:
- lxatacstrategy.py
- lxatac-eet.py