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 <[email protected]>
---
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
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto