summaryrefslogtreecommitdiffstats
path: root/lava-slave/scripts/start.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-11-23Remove screen supportCorentin LABBE1-13/+0
When I have added screen support, it was a hack for made M3ulcb serial console works. But for a long time ser2net works on m3ulcb. So lava-docker discouraged usage of screen and now it is time to remove it.
2019-09-09lava-slave: Use python3 http server in start.shChristoph Rahn1-1/+1
2019-08-26Upgrade to 2019.07Corentin LABBE1-0/+51
This patch upgrade LAVA to 2019.07 via their official docker images. Along with the change of the baseimage from our lava-xx-base to official 2019.07, some minor changes are needed: - Activate the en_US.UTF-8 locale needed for postgresql - chown to lavaserver all copied device-types - Fix the start scripts for using the official entrypoints
2018-07-25Split dockerfile in two imagesCorentin LABBE1-46/+0
The process of building LAVA is hard to maintain. But since we need to be able to go back in time (or just stay longer with a specific version) we need a way to keep a LAVA version. For achieving this, we build a minimal image with just LAVA and tag it with the version of LAVA inside.
2018-07-12Support screen for uartCorentin LABBE1-0/+13
This patch add support for using screen instead of conmux-console. screen can be used by adding "use_screen: True" to uart. screen is necessary for some board with internal uart which have a micro cut when switching power (like DRA7-EVM and M3ULCB)
2018-07-04Implement ser2netCorentin LABBE1-0/+3
This patch add support for ser2net. ser2net can be used by adding "use_ser2net: True" to uart.
2018-06-05Implement MultipleslaveCorentin LABBE1-0/+3
This patch implement multiple slave support. Instead of having a maximum of one master and one slave in one docker image, it is now possible to have multiple slave accross several docker host. For helping this change, a new boards.yaml format is introduced (See README.md for details) Note that tokens.yaml is also squashed in boards.yaml
2018-03-08Reorder start of slave servicesCorentin LABBE1-5/+7
Starting lava-slave too early is dangerous since some services it needs are not started yet. Always start lava-slave in last.
2018-03-07Ensure that tty can be read by cuCorentin LABBE1-0/+2
On some OS, the rights/user from host are not duplicated on guest. So the tty is owned by root and cu could not read it. Force the owning of all tty by uucp
2018-02-02Remove lavapdu support and replace with pdu_genericCorentin LABBE1-11/+0
Recent lavapdu is unpackaged and buggy. Remove it and replace with a generic PDU command line wrapper
2017-10-25Add support for lavapduCorentin LABBE1-0/+11
2017-10-25Add support for conmuxCorentin LABBE1-0/+9
2017-10-25import lava-slaveCorentin LABBE1-0/+14