Advertisement
Guest User

part of device render

a guest
Sep 9th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. commands:
  2. connect: picocom -b 115200 /dev/ttyUSB2
  3. soft_reset: pwd
  4. soft_reboot: pwd
  5. pre_power_command: echo -ne
  6. device_info: [{'board_id': '261a1c5d'}]
  7. flash_cmds_order: ['persist', 'system_a', 'modem_a', 'boot_a', 'secdata']
  8. parameters:
  9. # interfaces or device_ip or device_mac
  10. pass: # sata_uuid_sd_uuid_usb_uuid
  11. adb_serial_number: "261a1c5d"
  12. fastboot_serial_number: "261a1c5d"
  13. fastboot_options: []
  14. actions:
  15. deploy:
  16. methods:
  17. lxc:
  18. ssh:
  19. options:
  20. - '-o'
  21. - 'Compression=yes'
  22. - '-o'
  23. - 'PasswordAuthentication=no'
  24. - '-o'
  25. - 'LogLevel=FATAL'
  26. host: ''
  27. port: 22
  28. user: root
  29. identity_file: dynamic_vm_keys/lava
  30. fastboot:
  31. connections:
  32. adb:
  33. fastboot:
  34. lxc:
  35. serial:
  36. boot:
  37. connections:
  38. adb:
  39. fastboot:
  40. lxc:
  41. serial:
  42. adb:
  43. methods:
  44. lxc:
  45. ssh:
  46. fastboot: ['reboot']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement