-
Notifications
You must be signed in to change notification settings - Fork 2k
James h65 uart docs #592
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
James h65 uart docs #592
Conversation
Changed from review comments, added some extra stuff about mini-uart:
PR updated. More comment welcome. |
added section on disabling linux console output.
@pelwell Does this read OK, and can you think of anything else that ought to go in there? |
Added link in read me to the UART config
That looks good. We should probably mention the raspi-config utility which makes disabling the serial port and the console more user-friendly. |
Change heading sizes to all be consistent
configuration/uart.md
Outdated
@@ -8,7 +8,7 @@ In Linux device terms, by default, /dev/ttyS0 refers to to the mini-UART, and /d | |||
|
|||
## Mini-UART and CPU Core frequency | |||
|
|||
The baud rate of the Mini-UART is linked to the core frequency of the VPU on the VC4 GPU. This means that as the VPU frequency governor varies the core frequency, the baud rate of the UART also changes. This makes the UART of limited use in the default state. Also, when the linux console uses the mini-UART (Raspberry Pi 3, ZeroW), by default this is disabled for this very reason. | |||
The baud rate of the Mini-UART is linked to the core frequency of the VPU on the VC4 GPU. This means that as the VPU frequency governor varies the core frequency, the baud rate of the UART also changes. This makes the UART of limited use in the default state. Also, when the linux console uses the mini-UART (Raspberry Pi 3, ZeroW), this varying baud rate means the console, by default, is disabled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section goes a bit wrong at the end because the causality gets muddled - yes, the console is disabled by default on 3/0W, but only because the UART is disabled.
Have made the change as per @pelwell suggestion, now pushing to copy edit. |
Minor change made. Ready for merging.
Files checked. Changes made. Pushed back for technical checking. |
Work in progress - not yet ready for merging, just here for review.