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

Support the secondary serial port for kernel messages #94

Merged
merged 1 commit into from
Nov 13, 2021

Conversation

nuta
Copy link
Owner

@nuta nuta commented Nov 13, 2021

Allow redirecting kernel messages to the secondary serial port thorugh $(LOG_SERIAL):

$ make run LOG=trace LOG_SERIAL="chardev:uart1" QEMU_ARGS="-chardev file,id=uart1,path=/tmp/kerla-debug.log,logappend=on"

Allow redirecting kernel messages to the secondary serial port thorugh $(LOG_SERIAL):

```
$ make run LOG=trace LOG_SERIAL="chardev:uart1" QEMU_ARGS="-chardev file,id=uart1,path=/tmp/kerla-debug.log,logappend=on"
```
@nuta nuta merged commit 94ab631 into main Nov 13, 2021
@nuta nuta deleted the support-secondary-serial-port branch November 23, 2021 08:01
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.

1 participant