Skip to content

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

Merged
merged 13 commits into from
Mar 24, 2017
Merged

James h65 uart docs #592

merged 13 commits into from
Mar 24, 2017

Conversation

JamesH65
Copy link
Contributor

Work in progress - not yet ready for merging, just here for review.

Changed from review comments, added some extra stuff about mini-uart:
@JamesH65
Copy link
Contributor Author

PR updated. More comment welcome.

added section on  disabling linux console output.
@JamesH65
Copy link
Contributor Author

@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
@pelwell
Copy link
Contributor

pelwell commented Mar 23, 2017

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
@@ -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.
Copy link
Contributor

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.

@JamesH65
Copy link
Contributor Author

Have made the change as per @pelwell suggestion, now pushing to copy edit.

@JamesH65 JamesH65 removed their assignment Mar 23, 2017
JamesH65 and others added 3 commits March 23, 2017 15:25
@AisforAstronaut
Copy link
Contributor

Files checked. Changes made. Pushed back for technical checking.

@JamesH65 JamesH65 merged commit 7fcaccb into master Mar 24, 2017
@JamesH65 JamesH65 deleted the JamesH65-uart-docs branch March 27, 2017 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants