[yocto] [PATCH][meta-raspberrypi 2/2] raspberrypi3: set core frequency

Trevor Woerner twoerner at gmail.com
Mon Apr 4 06:24:51 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 2c3df41..9dbb192 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_raspberrypi3 = "115200 ttyS0"
+CORE_FREQ = "250"
-- 
2.7.0.rc3




More information about the yocto mailing list