Hi all,
as in the topic I can't get my UART port to work. I've disable the serial using raspi-config. Now when i type ls/dev there is no ttyAMA0, so when I try to use for example cat </dev/ttyAMA0 there is a message that there is no such file. I'm trying to connect GPS to my Pi via UART port. I've made that via USB so I don't think, that there is a software problem or something. I've connected to the proper pins on my board. Could anyone help me? Also when I did $ sudo killall gpsd
$ sudo gpsd /dev/ttyAMA0 -F /var/run/gpsd.sock as suggested in some posts, and typed one more time sudo killall gpsd it says that no process found. So it means that the still UART port doesn't work