commit | 5395276a7bb94bf46745efa3d78419bdd131d269 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Sat May 19 01:11:25 2018 +0930 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri May 18 17:58:23 2018 +0000 |
tree | e683caf949112929be4a653dc932e784ce13b018 | |
parent | 67eab046047e7442c0b2c241afefc3c7c0d0189b [diff] |
Add MAINTAINERS file Change-Id: I8815dac6773c929ac68cf9313b58b44c7522d4d0 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
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.