-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pi startup fix #923
Pi startup fix #923
Conversation
In what way exactly does this fix it? (just like document it) |
Does this caching change actually fix the startup loop? |
Yes, at least on my pi. As mentioned in the issue, I'm guessing the network manager shell commands are blocking the camera use in libcamera somehow which causes it to crash. This just caches the shell command for listing network interfaces so it doesn't happen several times rapidly while booting up. |
I wonder what would happen if the pi boots before the radio. Does the Ethernet connection actually show up and get managed? |
From what I've understood, the I'm assuming the configuration done in the Does that sound right? |
Yep, from a quick glance through the code, the link state at boot once configured shouldn't matter. LGTM, send it and see if it breaks |
Fixes #917