raspberrypi / bookworm-feedback

14 stars 1 forks source link

on pi zerow with bookwork, serial1 points to ttyAMA0 when disable-bt overlay is loaded #159

Closed stevenjowens closed 12 months ago

stevenjowens commented 12 months ago

Logs attached. If I point my python script directly at /dev/ttyAMA0 it works. But serial0 is not properly created.

config.txt dmesg.txt dtc_proc_device_tree.txt vcdbg.log

pelwell commented 12 months ago

This has been fixed already - you just need to update:

$ sudo apt update
$ sudo apt install raspberrypi-sys-mods
# Or to update everything:
$ sudo apt upgrade

Alternatively, if you aren't invested in the current image, you can install the just-released 2023-12-05 image.

stevenjowens commented 12 months ago

Thanks!