mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-12 21:52:57 +00:00
Add custom DTB support for imx8mm-var-som
Change-type: patch Signed-off-by: Alexandru Costache <alexandru@balena.io>
This commit is contained in:
parent
ba66b10c0e
commit
36544b7d6e
@ -62,6 +62,7 @@ export class ExtraUEnv extends ConfigBackend {
|
||||
deviceType.endsWith('-nano-2gb-devkit') ||
|
||||
deviceType.endsWith('-tx2') ||
|
||||
deviceType.includes('-tx2-nx') ||
|
||||
/imx8mm-var-som/.test(deviceType) ||
|
||||
/imx8mm?-var-dart/.test(deviceType)) &&
|
||||
(await exists(ExtraUEnv.bootConfigPath))
|
||||
);
|
||||
|
@ -273,5 +273,7 @@ const MATCH_TESTS = [
|
||||
{ type: 'imx8mm-var-dart', supported: true },
|
||||
{ type: 'imx8mm-var-dart-nrt', supported: true },
|
||||
{ type: 'imx8mm-var-dart-plt', supported: true },
|
||||
{ type: 'imx8mm-var-som', supported: true },
|
||||
{ type: 'imx8m-var-som', supported: false },
|
||||
{ type: 'imx6ul-var-dart', supported: false },
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user