Difference between revisions of "Pinebook Pro"

Jump to navigation Jump to search
(→‎Trackpad: Describe how the trackpad is connected to the SoC.)
(fix bps)
Line 650: Line 650:
chmod a-w /boot/extlinux/extlinux.conf.`date +%Y%m%d`
chmod a-w /boot/extlinux/extlinux.conf.`date +%Y%m%d`
vi /boot/extlinux/extlinux.conf</pre>
vi /boot/extlinux/extlinux.conf</pre>
Change '''console=ttyS2,150000''' to '''console=tty1'''<br>  
Change '''console=ttyS2,1500000''' to '''console=tty1'''<br>  
Remove the '''bootsplash.bootfile''' option and it's parameter.<br>
Remove the '''bootsplash.bootfile''' option and it's parameter.<br>
You can add verbose logging by appending '''ignore_loglevel''' to the line where boot splash was.<br>
You can add verbose logging by appending '''ignore_loglevel''' to the line where boot splash was.<br>