Skip to content
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

core: bootstrap: reduce aggressiveness of blueos_startup_update.py in overwriting custom pin assignments in Pi overlay #3035

Closed
1 task done
drzwey opened this issue Dec 20, 2024 · 1 comment · Fixed by #3049
Labels
core Issue related to BlueOS-core enhancement New feature or request good first issue Good for newcomers

Comments

@drzwey
Copy link

drzwey commented Dec 20, 2024

Current behaviour

after editing config.txt (aka Pi overlay) with new i2c-3 assignments and reduced uart assignments, including the #custom tag, a reboot shows that the serial assignment was added. This causes a dmesg reported GPIO error.

Expected or desired behaviour

It would be nice to be able to aggressively change GPIO assignments in the overlay file. I.e. to throttle the list of desired items in the variable navigator_configs_with_match_patterns
A flag file in the system to modify the aggressiveness of this update script would be helpful. Looking at the calling script, it seems that there are many activities that are still needed, but the environment variable BLUEOS_DISABLE_STARTUP_UPDATE will prevent the entire script from running. Therefore, a more granular option is desired.

Prerequisites

  • I have checked to make sure that a similar request has not already been filed or fixed.
@drzwey drzwey added core Issue related to BlueOS-core enhancement New feature or request triage Needs triage from developers ui User Interface feature labels Dec 20, 2024
@drzwey
Copy link
Author

drzwey commented Dec 20, 2024

By the way, this is Mike Fair at Trident Research

@patrickelectric patrickelectric added good first issue Good for newcomers and removed ui User Interface feature triage Needs triage from developers labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issue related to BlueOS-core enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants