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

init-flash.sh: Handle missing UDC initialization #1676

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 27, 2024

  1. init-flash.sh: Handle missing UDC initialization

    This update adds a check for a missing UDC (USB Device Controller) variable to prevent errors related to uninitialized or absent UDCs, stopping the execution of the boot process if none is found.
    
    A missing UDC can result from various issues, such as an incorrect Device Tree Blob (DTB) configuration or misconfigured power regulators. By exiting early with a clear error message, this change helps diagnose and address the root cause more effectively.
    paroque28 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b1f329d View commit details
    Browse the repository at this point in the history