CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2019/11/16 23:03:39
Modified files: distrib/arm64/ramdisk: Makefile install.md list Log message: Use disable-bt overlay with raspberry pi so the pl011 will be used as console uart instead of the 'mini uart' a quirky 8250 alike which lacks flow control and break detection. By default the pl011 is used for bluetooth. The pins the console is on do not change. When com(4) takes over the console with the mini uart on rpi3 I see noise before output resumes and can't interact with the console after it has booted. With pluart(4) as console everything is fine.