Raspberry Pi Zero W: Difference between revisions

Line 106: Line 106:


PL011 は ARM core の実装の UART。 mini-UART は低スループットの第2番目の UART という位置付け。
PL011 は ARM core の実装の UART。 mini-UART は低スループットの第2番目の UART という位置付け。
[https://www.raspberrypi.org/documentation/configuration/uart.md The Raspberry Pi UARTs]
<syntaxhighlight lang="text" enclose="div">
<syntaxhighlight lang="text" enclose="div">
uart-pl011 (PL011)
uart-pl011 (PL011)
Line 111: Line 114:
</syntaxhighlight>
</syntaxhighlight>


 
= Over Clock =
<syntaxhighlight lang="text" enclose="div">
<syntaxhighlight lang="text" enclose="div">
bcm2835-cpufreq: min=700000 max=1000000
bcm2835-cpufreq: min=700000 max=1000000