I have been using OTBR in docker on a PI3B+, but now I want to have OTBR also act as an AP. I reimaged my PI3B+ according to the directions, following the instructions for setting up AP automatically (e.g. NETWORK_MANAGER == 1), but the no AP setup appears in nmcli. Also, systemctl --failed always shows that bind9.service failed. This was attempted on the latest clean Raspberry PI OS Lite image as well as a PI OS with desktop image.
What could I be missing? In one attempt (running the desktop image) I went ahead and followed the manual AP setup procedure (NETWORK_MANAGER=0), and was able to get the AP to show up, but in that case dnsmasq was failing to run.
Thanks
I just tried on a clean Raspberry PI OS Lite. I saw dnsmasq.service failed, but I did see AP connection listed.
And my laptop also detected the new AP. Did
script/bootstrap
succeed?Also submitted https://github.com/openthread/ot-br-posix/pull/624, could you give it a try?