summaryrefslogtreecommitdiff
path: root/socionext/fw-update-capsule.yaml
blob: 004297bb1c4201bf5895a91b48576d4bfc3d6219 (plain)
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
 device_type: synquacer
job_name: upgrade-firmware-capsule
visibility: public
timeouts:
  job:
    minutes: 60
  action:
    minutes: 60
  connection:
    minutes: 2
actions:
- deploy:
    to: tftp
    kernel:
        url: https://storage.tuxsuite.com/public/blueprints/trustedsubstrate/oebuilds/2StFkiZk0dg3NY4soqsteJnXceH/synquacer/synquacer_fw.capsule
- boot:
    method: u-boot
    timeout:
      minutes: 15
    auto_login:
      login_prompt: 'login:'
      username: 'root'
    prompts:
      - ewaol@(.*):[/~]\$
      - root@(.*):[/~]#
    commands:
      - setenv serverip {SERVER_IP} && setenv ipaddr 172.27.16.144
      - tftp $kernel_addr_r {KERNEL}
      - efidebug capsule update $kernel_addr_r
      - reset