Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3556

Troubleshooting • Re: Meteo-Pi not working on Raspberry PI 5

$
0
0
Thank You for the post.

That was part of my problem that /dev/serial0 was pointing to /dev/ttyAMA10 which is the new UART debug interface on the Raspberry PI 5.

You can also add the following 2 lines of code to /boot/firmware/config.txt

dtparam=uart0_console=on
dtoverlay=uart0-pi5

Which will also configure /dev/serial0 to point to /dev/ttyAMA0 instead of ttyAMA10.

The other part of my problem was a partially faulty meteo-pi. I ordered a new one and have it working perfectly on the Raspberry PI 5!

Thank You,

Lance

Statistics: Posted by lgeitner — Mon Jan 15, 2024 4:14 am



Viewing all articles
Browse latest Browse all 3556

Trending Articles