Skip to content

Commit 9f9a08a

Browse files
author
Ian Seyler
committed
Add serial log file to serial over telnet
1 parent 08d8472 commit 9f9a08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baremetal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cmd=( qemu-system-x86_64
5757

5858
# Serial configuration
5959
# Expose serial port to telnet
60-
-serial telnet:localhost:8023,server,nowait
60+
# -serial telnet:localhost:8023,server,nowait,logfile="sys/serial.log"
6161
# Output serial to file
6262
-serial file:"sys/serial.log"
6363
# Output serial to console

0 commit comments

Comments
 (0)