Hi,
I can't get my serial interface ttyAMA0 to work. I tried to find clear instructions, but was not successful. Can someone post clear instructions, setp by step to get the interface running please.
Here is my setup:
root@raspberrypi:/home/pi# dmesg | grep tty
[ 0.001330] console [tty0] enabled
[ 0.277486] 3f215040.uart: ttyS0 at MMIO 0x3f215040 (irq = 59, base_baud = 31250000) is a 16550
[ 1.822409] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 3.226307] systemd[1]: Starting system-getty.slice.
[ 3.229978] systemd[1]: Created slice system-getty.slice.
excert out of /boot/config.txt :
# Enable UART
core_freq=250
enable_uart=1
dtoverlay=pi3-disable-bt
dtoverlay=pi3-miniuart-bt
/boot/cmdline.txt :
dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
just update raspian and firmware today.
uname -a
Linux raspberrypi 4.4.13-v7+ #894 SMP Mon Jun 13 13:13:27 BST 2016 armv7l GNU/Linux
