-
Notifications
You must be signed in to change notification settings - Fork 10
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 option to disable serial console output #8
Comments
Also to note: U-boot by default also outputs to serial console, I suspect this is what is causing issues when you have devices attached on the pi4's primary serial output. |
I think its disabled using the bt overlay in |
what about the u-boot output? I've managed to disable everything except the output from the initial u-boot loading, and I believe this overlay sets the bt overlay by default? |
I'll give that a try later then, but I was under the understanding that doing that would disable UART functionality from being accessible inside the OS...? |
maybe try this https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README#L3279, seems there's no overlay to completely disable serial, otherwise have to compile a custom u-boot |
seems this might work: https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README#L4781 |
I'm not trying to disable serial completely, just suppress all bootup output. But yeah. I guess I need to look into u-boot patches to try to suppress it's output. |
Having the kernel output to ttyAMA0 prevents usage of the UART interface.
Would be good to have an option to disable that, if the Pi in question has some device attached to ttyAMA0, for example a conbee2 zigbee adapter.
The text was updated successfully, but these errors were encountered: