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

FMP capsule update may fail on Xavier NX platforms #42

Closed
bobm21 opened this issue Apr 27, 2023 · 0 comments · Fixed by #43
Closed

FMP capsule update may fail on Xavier NX platforms #42

bobm21 opened this issue Apr 27, 2023 · 0 comments · Fixed by #43

Comments

@bobm21
Copy link
Contributor

bobm21 commented Apr 27, 2023

On Xavier NX platforms where some _b FW partitions are on an eMMC device, FMP capsule update may fail with write protect errors when updating boot chain B FW, E.g.

Overwriting active adsp-fw partition not allowed
Error writing adsp-fw, Offset=0: Write Protected
Failed to write image=adsp-fw: Write Protected

This is caused by the FwImageDxe driver loading before the FwPartitionBlockIoDxe driver which makes the _b partitions unavailable during the capsule update. A fix to the FwImageDxe Depex is being developed to ensure that the drivers load in the correct order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant