Raspbian Jessie – Enable ttyAMA0
I spent a bit of time trying to find out how to enable the gpio port /dev/ttyAMA0.
- In terminal
sudo raspi-config
- Select 9 Advanced Options
- Select A7 Serial
- Select No for: Would you like a login shell to be accessible over serial?
- reboot
- Enable uart in /boot/config.txt
- reboot
- Done
to check tty:
dmesg | grep tty
Use command-line gpio util to check state of all pins
gpio readall
October 9, 2016 at 2:54 pm
[…] If RPI 2, read this post. […]
LikeLike