2141488_en-US

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

2141488_en-US

2141488_en-US

[i.MX8ULP] Disable secure boot after it's been enabled

Hello,


We're looking at shipping our product with secure boot enabled by default, and checking legal obligations.

In particular, the GPL requires user to be able to modify the software, so we're thinking of doing like android: allow disabling secure boot (and wipe all storage when we do so). Ideally we'd like to allow re-enabling as well later but this is not mandatory.

But looking at the documentations I don't see anything that'd permit such disabling.


(I've seen ahab_return_lifecycle, but nothing mentions this command in the security reference manual (or normal manual), nor uboot docs, but it requires a signed message and I'm not even sure it's appropriate in this context)


Is there a way to toggle this?

Or would we have to provide the user with a uboot that doesn't check kernel signatures or something like that?


Thanks

Re: [i.MX8ULP] Disable secure boot after it's been enabledThank you, this (providing a SPL that can safely toggle between verifying or not) corresponds to what I was fearing as it's not something that sounds easy to do.

I think that's what android does, so I'll check how they do it if required.
Re: [i.MX8ULP] Disable secure boot after it's been enabled

secure boot which is fused can't be disabled. images after SPL can be configured to not be verified.


Regards

Harvey

Re: [i.MX8ULP] Disable secure boot after it's been enabledCorrecting myself on the license requirements (not a lawyer, so apparently), GPLv2 does require to provide installation scripts but it does not require to provide the ability to install it (e.g. secure boot keys) unlike GPLv3 that would have required these, so we apparently don't strictly need to provide the ability to disable secure boot.

Nevertheless, I'm still interested to provide this functionality for advanced users, so if there is any way I'm all ears.

Thank you
タグ(1)
評価なし
バージョン履歴
最終更新日:
‎11-20-2025 04:11 PM
更新者: