Disable hciuart.

pull/40/merge
Christopher Young 2017-02-15 02:37:59 -05:00
rodzic 239c473c9a
commit 4b63351c9c
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -147,3 +147,7 @@ cp -f rc.local mnt/etc/rc.local
#dhcpcd causes first boot hanging.
chroot mnt/ systemctl disable dhcpcd
#disable hciuart - interferes with ttyAMA0 as a serial port.
chroot mnt/ systemctl disable hciuart