commit | 44036f0b5cddc4fb92b24044729de3e136345eb4 | [log] [tgz] |
---|---|---|
author | Vijay Khemka <vijaykhemka@fb.com> | Thu Apr 09 16:30:19 2020 -0700 |
committer | Vijay Khemka <vijaykhemka@fb.com> | Mon Apr 13 11:16:19 2020 -0700 |
tree | 9ce302dc9227c8a276176b3d0881274bcdedcdec | |
parent | fdf1a7102f800711daadfc3895fc8feeffa73c0e [diff] |
conf: Add udev rules for other UARTS Listing tty mapped to regular uarts 1-4 from Aspeed Soc for launching console server listening on respective uarts. Tested: Verified for FB tiogapass platform with ttyS2 and also team verified for multi host platform by launching ttyS0-S3. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Change-Id: I34bc36526a66e3084354399eab34be27311f438b
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.