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
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