-serial pty in qemu, how to open?
Asked Answered
L

2

8

I am running qemu with

-serial pty

option, and qemu gave this message

char device redirected to /dev/pts/1

however, it doesn't generate new window, I can do cat on pts1 from different window, but then I can't input any character to it.

Is there anyway you can start a new xterm with specific pts number?

Lezley answered 25/11, 2013 at 10:43 Comment(0)
C
7

My recommendation is using screen. Supposing you get assigned /dev/pts/1, you should call, on another terminal, the following command:

# screen /dev/pts/1
Crackerbarrel answered 24/4, 2017 at 14:54 Comment(0)
L
2

Found a solution to this, it seems that I can connect to the randomly-assigned pts with minicom.

Lezley answered 18/12, 2013 at 5:20 Comment(1)
Can you accept this answer so the question doesn't show up as unanswered? Thanks!Undry

© 2022 - 2024 — McMap. All rights reserved.