diff options
author | khilman <khilman@users.noreply.github.com> | 2018-07-16 09:19:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 09:19:33 -0500 |
commit | ed83f7aa1af39e75c10d5e8c4f1385c302beec12 (patch) | |
tree | 62f7a84132c06b1c0f121c25908387854aae820b /README.md | |
parent | c0ef82c6a0673990f2dfaa0bcf47287a5513eb27 (diff) | |
parent | 32221a4e8fe36fd5c3c972039932cb53a25b1d5c (diff) |
Merge pull request #30 from montjoie/fix072018
Fix072018
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -251,6 +251,8 @@ boards: idproduct: the PID of the UART (Formated as 0xXXXX) serial: The serial number in case of FTDI uart devpath: the UDEV devpath to this uart for UART without serial number + use_ser2net: True/false (Use ser2net instead of conmux-console) + use_screen: True/false (Use screen via ssh instead of conmux-console) connection_command: A command to be ran for getting a serial console pdu_generic: hard_reset_command: commandline to reset the board @@ -316,6 +318,9 @@ A squid docker is provided for caching all LAVA downloads (image, dtb, rootfs, e You have to uncomment a line in lava-master/Dockerfile to enable it.<br/> For the moment, it is unsupported and unbuilded. +## Backporting LAVA patches +All upstream LAVA patches could be backported by placing them in lava-master/lava-patch/ + ## Security Note that this container provides defaults which are unsecure. If you plan on deploying this in a production enviroment please consider the following items: |