commit | 45ad76763c79b7925b3ddfe94f46519c1f0726ac | [log] [tgz] |
---|---|---|
author | Yi Li <adamliyi@msn.com> | Tue Oct 18 23:21:19 2016 +0800 |
committer | Joel Stanley <joel@jms.id.au> | Fri Nov 11 04:08:07 2016 +0000 |
tree | 2bafa6ca2c6ceafa9f8b4ee08155d3397d32bd92 | |
parent | cfc9a89aae080d89d3184e75d5ba6c4edd02d071 [diff] |
Make obmc-console-server accept symbol link tty name Invoke 'obmc-console-server ttyVUART0' works now. Resolves openbmc/obmc-console#5 Change-Id: I23a63252a2afb70532583674545498cc7d37bcc7 Signed-off-by: Yi Li <adamliyi@msn.com>
Note: In addition to a toolchain and autoconf tools, this requires autotools-archive
to be installed.
To build this project, run the following shell commands:
./bootstrap.sh ./configure ${CONFIGURE_FLAGS} make
To fully clean the repository, run:
./bootstrap.sh clean
Running the server requires a serial port (e.g. /dev/ttyS0):
touch obmc-console.conf ./obmc-console-server --config obmc-console.conf ttyS0
To connect to the server, simply run the client:
./obmc-console-client
To disconnect the client, use the standard ~.
combination.