-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fail to boot UEFI since Jetpack 6.1 #116
Comments
Thanks for the report. I am looking into this now. |
Was able to reproduce the issue looking into the root cause. |
jbrasen
added a commit
to jbrasen/edk2-nvidia
that referenced
this issue
Jan 29, 2025
If the initial callback is called before ACPI protocols are ready, the device nodes are freed before they are processed. This change returns in this case instead of going to the cleanup code. Fixes github issue NVIDIA#116 Bug 5079045 Signed-off-by: Jeff Brasen <[email protected]>
The pull request #117 should resolve this issue and boot ACPI correctly. |
ashishsingha
pushed a commit
that referenced
this issue
Jan 29, 2025
If the initial callback is called before ACPI protocols are ready, the device nodes are freed before they are processed. This change returns in this case instead of going to the cleanup code. Fixes github issue #116 Bug 5079045 Signed-off-by: Jeff Brasen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since Jetpack 6.1, Orin AGX does not boot with the UEFI if ACPI is enabled. The problem persists with Jetpack 6.2
The text was updated successfully, but these errors were encountered: