tcu_muxer Options
This table describes the command line options recognized by tcu_muxer:
| Command line option | Meaning |
|---|---|
| -h | Prints this help screen. |
| -i | Enables the patch for line ending. |
| -u | Use separate uart_muxer tool for Guest console. |
| -g <int> | Spawns <int> consoles for Hypervisor. Defaults to 1. |
| -d <dev> | Specifies the device name of the host UART that receives debug data from the target. Defaults to /dev/ttyUSB3. |
| -r <rate> | Specifies data rate of the UART in bits/second. Defaults to 115200. |
| -b <int> | Print Hypervisor broadcast only on console <int>.This value starts from 0 (zero). |
| -s <path> | Saves the output to a directory <path>. |
| -l <path> | Saves the raw output with tags to a log file <path> |