Files
prplos/.testbed/labgrid/testbed-02.yaml
Petr Štetiar 68dd0400d6 ci: sync with current prplos branch state
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>
2024-07-11 06:00:49 +00:00

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: {}