[PATCH openbmc 0/3] Re-enable obmc-console and add a ssh endpoint
Jeremy Kerr
jk at ozlabs.org
Fri Apr 15 18:29:51 AEST 2016
Hi Cédric,
> I tried it on a palmetto. Very nice. This is perfect for me.
Excellent, thanks for testing!
> For my education on the topic, what are the plans for the OpenBMC
> host console ? Is obmc-console a temporary or a final solution ?
obmc-console will be the final solution; however, it doesn't mean we
need to always use ssh-based access to the console.
It allows multiple "handlers" for the UART data. At present, we have
two handlers: one that copies to/from stdio (which we then pipe over
ssh), and one that logs the host UART data to a file.
For a websocket, we'd just need a new handler to implement that.
We also have a TODO for a handler to implement redirection back to a
local UART:
https://github.com/openbmc/obmc-console/issues/3
Cheers,
Jeremy
More information about the openbmc
mailing list