-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlxatac-ptx.yaml
75 lines (73 loc) · 2.08 KB
/
lxatac-ptx.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
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
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/
- RemoteLxatacEETResource:
host: rlabc-srv
usbpath: 2-2.1.1:1.0
drivers:
- LxatacEETDriver: {}
- LXAIOBusPIODriver:
name: "dfu_mode"
bindings: { pio: "dfu_mode"}
- LXAIOBusPIODriver:
name: "ethmux"
bindings: { pio: "ethmux"}
- 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"
ethmux: "ethmux"
options:
ptx-works-available:
- /ptx/work/WORK_ALPHO
- /ptx/work/WORK_BOOME
- /ptx/work/WORK_CHIEF
- /ptx/work/WORK_DAETU
- /ptx/work/WORK_EFOHW
- /ptx/work/WORK_EIHEI
- /ptx/work/WORK_GIEME
- /ptx/work/WORK_IEQUE
- /ptx/work/WORK_JALLU
- /ptx/work/WORK_KOOYE
- /ptx/work/WORK_MOHCH
- /ptx/work/WORK_NOOTH
- /ptx/work/WORK_SANAH
- /ptx/work/WORK_THEIP
- /ptx/work/WORK_UOTHA
- /ptx/work/WORK_XUNGI
usb_storage: /dev/disk/by-path/platform-5800d000.usb-usbv2-0:1.1:1.0-scsi-0:0:0:0
features:
- ptx-flavor
- ethmux
- eet
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