On 18 May 2012, at 08:32, Zygmunt Krynicki wrote:
W dniu 18.05.2012 09:29, Dave Pigott pisze:
On 18 May 2012, at 01:20, Michael Hudson-Doyle wrote:
Hi,
After the last few days of poking at things, I think it's time to finally move fully away from conmux to a connection_command / hard_reset_command based approach.
I think the actual config file mangling can be done with a short shell script. Although lava-core will fix this properly, I can spend a quick 10 minutes hacking up lava console and lava powerstab commands to get around the loss of easy conmux-console based command lines.
I agrees, however the one thing I will miss is being able to go into conmux and do "~$hardreset" to reboot a board. What would be nice is if we built a small tool set that allowed us to get the boards serial port and PDU details by name, connect to the board and reboot the board.
Let's make sure we can call: $ lava-dev device reset beagle01
+1 - exactly
And: $ lava-dev device connect beagle01
Dave