[yocto] [meta-raspberrypi][PATCH v2 2/2] raspberrypi3: set core frequency
Trevor Woerner
twoerner at gmail.com
Mon Apr 11 14:54:45 PDT 2016
Pegging the core frequency at 250 avoids any fluctuations of the baud rate on
the console.
See:
https://www.raspberrypi.org/forums/viewtopic.php?f=107&t=138223
Signed-off-by: Trevor Woerner <twoerner at gmail.com>
---
conf/machine/raspberrypi3.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf
index cb6056e..81301c3 100644
--- a/conf/machine/raspberrypi3.conf
+++ b/conf/machine/raspberrypi3.conf
@@ -9,3 +9,4 @@ MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430"
include conf/machine/raspberrypi2.conf
SERIAL_CONSOLE = "115200 ttyS0"
+CORE_FREQ = "250"
--
2.7.0.rc3
More information about the yocto
mailing list