Skip to content

Commit

Permalink
fix: Serial port
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 29, 2023
1 parent 8fd8593 commit 105e03a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/serial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ done
# Configure serial ports

SERIAL_OPTS="\
-serial none \
-chardev pty,id=charserial0 \
-device isa-serial,chardev=charserial0,id=serial0 \
-serial pty \
-device virtio-serial-pci,id=virtio-serial0,bus=pcie.0,addr=0x3 \
-chardev socket,id=charchannel0,host=127.0.0.1,port=12345,reconnect=10 \
-device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=vchannel"
Expand Down

0 comments on commit 105e03a

Please sign in to comment.