commit | fcbdea9c19e5c684de8db8241831810ec94612f6 | [log] [tgz] |
---|---|---|
author | Benjamin Fair <benjaminfair@google.com> | Mon Jun 04 14:19:25 2018 -0700 |
committer | Benjamin Fair <benjaminfair@google.com> | Mon Jun 04 14:22:06 2018 -0700 |
tree | 870400262fece8abc7f9fb7a5133d7b6d86c7929 | |
parent | 5395276a7bb94bf46745efa3d78419bdd131d269 [diff] |
tty-handler: move baud rate parsing into config.c This is in preparation for being able to set the baud rate on the host console tty. Change-Id: Id279530bdfc1240649fcdd606fbc928437fc38dc Signed-off-by: Benjamin Fair <benjaminfair@google.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.