Code: Select all
bcm2835-aux-uart 3f215040.serial: could not get clk: -517
Code: Select all
[email protected]:~/build5.10/qt3d $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
[email protected]:~/build5.10/qt3d $ hostnamectl
Static hostname: GI-Pi
Icon name: computer
Machine ID: 0af09f50a31249a69be1c2ec26ae5be4
Boot ID: 3868cfc6e8734a4e92dcccdda7acf752
Operating System: Raspbian GNU/Linux 9 (stretch)
Kernel: Linux 4.9.70-v7+
Architecture: arm
Code: Select all
dwc_otg.lpm_enable=0 console=tty3 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait consoleblank=0 loglevel=3 logo.nolog quiet splash
Code: Select all
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
enable_uart=1
dtoverlay=w1-gpio,gpiopin=26 #DSB1820 on pin header 37
gpu_mem=64
# GI Additions 20170831
disable_splash=1 #Disables color test
#Added 12/16/17
dtoverlay=gpio-poweroff,gpiopin=21,active_low="y"
dtoverlay=pi3-miniuart-bt
dtoverlay=gpio-shutdown,gpio_pin=20
Thanks in advance...