commit | 3c89b263484128071343bdaf0b5f3a8dace32799 | [log] [tgz] |
---|---|---|
author | Kun Yi <kunyi731@gmail.com> | Thu Jun 14 12:34:09 2018 -0700 |
committer | Kun Yi <kunyi731@gmail.com> | Mon Jul 02 20:34:17 2018 -0700 |
tree | f620c7824742ffc72b5361f7530bc9a8899ec632 | |
parent | 9747d63d5e80381993273d18557d77470110843b [diff] |
Add gitignore Tested: git status is clean after 'make' and 'cd test && make check'. Change-Id: I5a6dd2a8a85b0621b0d055910071da632ccc810d Signed-off-by: Kun Yi <kunyi731@gmail.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.