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

Add NXP support to balenaOS secure boot #2375

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

Add NXP support to balenaOS secure boot #2375

wants to merge 1 commit into from

Conversation

alexgg
Copy link
Contributor

@alexgg alexgg commented Sep 24, 2024

On NXP iMX devices the partitions are not encrypted with LUKS but with the lower level dm-crypt subsystem.

Adapt the partition mount script to use dmsetup which works for both LUKS and dm-crypt encrypted partitions.

Change-type: patch

If this is a regression, consider adding it to #1898!

Description

Please include a summary of the change and which issue was fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Include at least one commit in your PR that marks the change-type. This can be either specified through a Change-type footer, or by adding the change-type as a prefix to the commit, i.e. minor: Add some new feature. This is so the PR can be automatically versioned and a changelog generated for it by using versionist. Check out semver for a detailed explanation of the different possible change-type values.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

@alexgg alexgg marked this pull request as draft September 24, 2024 15:53
@alexgg alexgg force-pushed the alexgg/sb branch 2 times, most recently from 6c149de to 16d1eaf Compare September 24, 2024 15:56
@alexgg alexgg force-pushed the alexgg/sb branch 2 times, most recently from 0127843 to 602ec56 Compare October 4, 2024 10:10
On NXP iMX devices the partitions are not encrypted with LUKS but with
the lower level dm-crypt subsystem.

Adapt the partition mount script to use dmsetup which works for both
LUKS and dm-crypt encrypted partitions.

Change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
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 this pull request may close these issues.

1 participant