mirror of
https://gitlab.com/prpl-foundation/prplos/prplos.git
synced 2025-12-20 00:56:07 +08:00
Sync CI bits with the current state in prplos branch on commit
9af7fff65169 ("ci: fix build Docker image sdk-x86-64 job").
Signed-off-by: Petr Štetiar <ynezz@true.cz>
64 lines
2.0 KiB
YAML
64 lines
2.0 KiB
YAML
targets:
|
|
|
|
glinet-b1300-initramfs:
|
|
resources:
|
|
ModbusTCPCoil:
|
|
host: quido.testbed-02.vpn.true.cz
|
|
coil: 7
|
|
write_multiple_coils: True
|
|
RawSerialPort:
|
|
port: "/dev/glinet-b1300"
|
|
drivers:
|
|
ModbusCoilDriver: {}
|
|
DigitalOutputPowerDriver: {}
|
|
SerialDriver: {}
|
|
ShellDriver:
|
|
console_ready: Please press Enter to activate this console.
|
|
prompt: 'root@[\w()]+:[^ ]+ '
|
|
login_prompt: built-in shell (ash)
|
|
await_login_timeout: 15
|
|
username: kingbanik
|
|
UBootDriver:
|
|
prompt: '\(IPQ40xx\) # '
|
|
password: 'gl'
|
|
password_prompt: 'Hit "gl" key to stop booting'
|
|
init_commands:
|
|
- setenv bootdelay 0
|
|
- setenv serverip 192.168.1.2
|
|
- setenv ipaddr 192.168.1.1
|
|
boot_command_delay: 5
|
|
boot_timeout: 90
|
|
boot_command: tftpboot 0x88000000 openwrt-ipq40xx-generic-glinet_gl-b1300-initramfs-fit-zImage.itb && bootm 0x88000000
|
|
UBootStrategy: {}
|
|
|
|
glinet-b1300-nor:
|
|
resources:
|
|
ModbusTCPCoil:
|
|
host: quido.testbed-02.vpn.true.cz
|
|
coil: 7
|
|
write_multiple_coils: True
|
|
RawSerialPort:
|
|
port: "/dev/glinet-b1300"
|
|
drivers:
|
|
ModbusCoilDriver: {}
|
|
DigitalOutputPowerDriver: {}
|
|
SerialDriver: {}
|
|
ShellDriver:
|
|
console_ready: Please press Enter to activate this console.
|
|
prompt: 'root@[\w()]+:[^ ]+ '
|
|
login_prompt: built-in shell (ash)
|
|
await_login_timeout: 15
|
|
username: kingbanik
|
|
UBootDriver:
|
|
prompt: '\(IPQ40xx\) # '
|
|
password: 'gl'
|
|
password_prompt: 'Hit "gl" key to stop booting'
|
|
init_commands:
|
|
- setenv bootdelay 0
|
|
- setenv serverip 192.168.1.2
|
|
- setenv ipaddr 192.168.1.1
|
|
boot_command_delay: 5
|
|
boot_timeout: 180
|
|
boot_command: tftpboot 0x84000000 openwrt-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin && sf probe && sf erase 0x180000 0x1e80000 && sf write 0x84000000 0x180000 $filesize && bootipq
|
|
UBootStrategy: {}
|