commit | 1764145d43b7adf060dbe8624f361d80e7fab45c | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Tue Feb 07 22:09:13 2017 +0800 |
committer | Jeremy Kerr <jk@ozlabs.org> | Tue Jun 27 14:55:02 2017 +0800 |
tree | e79b3ba6d2cf4436c648607253cdf3c76587e3fd | |
parent | 6b1fed273992a6118b6150fecc304c9ee23780bc [diff] |
server: ensure per-cycle buffer is smaller than ringbuffer ... otherwise there's a chance we can't queue a full read. Change-Id: I7bae8b124a523aac39045b6da97b486924e69f97 Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
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.