mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-01-03 11:11:14 +00:00
thermosphere: qemu: make serial go through a socket
This commit is contained in:
parent
fc5d81dca3
commit
ce1df0ac23
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ export QEMU := qemu-system-aarch64
|
|||
|
||||
QEMUFLAGS := -nographic -machine virt,virtualization=on,accel=tcg,gic-version=2 -cpu cortex-a57 -smp 4 -m 1024\
|
||||
-kernel thermosphere.elf -d unimp,guest_errors -semihosting-config enable,target=native\
|
||||
-chardev stdio,id=uart -serial chardev:uart -monitor tcp:localhost:3333,server,nowait
|
||||
-chardev socket,id=uart,port=4567,host=0.0.0.0,server,nowait -chardev stdio,id=test -serial chardev:uart\
|
||||
-monitor tcp:localhost:3333,server,nowait
|
||||
|
||||
qemu: all
|
||||
@$(QEMU) $(QEMUFLAGS)
|
||||
|
|
Loading…
Reference in a new issue