Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console: support switching between the console and the monitor #42

Merged
merged 1 commit into from
Dec 18, 2020
Merged

console: support switching between the console and the monitor #42

merged 1 commit into from
Dec 18, 2020

Conversation

chombourger
Copy link
Collaborator

The interactive console now supports setups having both a console and a
monitor and switching between them (ctrl-a m). The ZeroMQ publisher now
has a CON(sole) and a MON(itor) topic to stream data from these two
consoles to clients. pause(), resume() and toggle() methods were added
to the console output class. In order to switch to the monitor, the
client will pause the console (data received will be logged into a ring
buffer) and the monitor output resumed. Interactive input to the monitor
will be the subject of a later changeset.

Signed-off-by: Cedric Hombourger Cedric_Hombourger@mentor.com

The interactive console now supports setups having both a console and a
monitor and switching between them (ctrl-a m). The ZeroMQ publisher now
has a CON(sole) and a MON(itor) topic to stream data from these two
consoles to clients. pause(), resume() and toggle() methods were added
to the console output class. In order to switch to the monitor, the
client will pause the console (data received will be logged into a ring
buffer) and the monitor output resumed.

Signed-off-by: Cedric Hombourger <Cedric_Hombourger@mentor.com>
@chombourger
Copy link
Collaborator Author

chombourger commented Dec 18, 2020

mtda-switch-consoles

used ctrl-a m to switch to the monitor console, interrupted u-boot to make it boot from the SD-card and returned to the primary console using ctrl-a m again.

@jjmcdn jjmcdn merged commit 1864cfa into siemens:master Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants