You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present Labgrid uses microcom as its console. This has some
limitations:
- console output is lost between when the board is reset and microcom
connects
- txdelay cannot be handled in microcom, meaning that boards may fail
to receive expected output
- the console may echo a few characters back to the caller in the time
between when 'labgrid-client console' is executed and when microcom
starts (which causes failures with U-Boot test system)
For many use cases, microcom is more than is needed, so provide a simple
internal terminal which resolved the above problems.
It is enabled by a '-i' option to the 'console' command, as well as an
environment variable, so that it can be adjustly without updating a lot
of scripts.
To exit, press Ctrl-] twice, quickly.
Series-changes: 4
- Get internal console working with qemu
- Show a prompt when starting, to indicate it is waiting for the board
Signed-off-by: Simon Glass <[email protected]>
0 commit comments