About once a year I update all my Pi's to the latest release (in this case 2017-04-10) of Raspbian and inevitably there are always a few glitches. I have a Pi B+ that has been running an Adafruit GPS Hat for 2+ years. One of the first tests after installing the new OS is to see if the GPS is working by executing:
But this fails with a permission denied error, but the following works demonstrating that it is not a hardware problem:
The output of ls -l /dev/ttyAMA0 ; groups is below:
Code: Select all
crw--w---- 1 root tty 204, 64 Apr 9 07:42 /dev/ttyAMA0
pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi
So how can I solve the permission denied problem?
(This has been crossposted on the Adafruit forums)