commit | cfc9a89aae080d89d3184e75d5ba6c4edd02d071 | [log] [tgz] |
---|---|---|
author | Chris Smart <chris@distroguy.com> | Mon Oct 24 15:55:16 2016 +1100 |
committer | Joel Stanley <joel@jms.id.au> | Mon Oct 24 16:00:34 2016 +1030 |
tree | 58cf7a2c7960da174cfd66e7c877ea0a50c56b83 | |
parent | 44580de4e2170c8ee06dbf401315d3acfcf52b22 [diff] |
doc: README updates Make it more clear on how to build and run the programs. Change-Id: I5d35b797ac98ca6071f251ea0ca37fe057478697 Signed-off-by: Chris Smart <chris@distroguy.com> Signed-off-by: Joel Stanley <joel@jms.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.