backends: Add Jetson Orin NANO custom device-tree support

Signed-off-by: Alexandru Costache <alexandru@balena.io>
Change-type: patch
This commit is contained in:
Alexandru Costache 2023-07-11 18:11:32 +03:00
parent 833e02567b
commit 512240c544
2 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,7 @@ export class ExtraUEnv extends ConfigBackend {
deviceType.includes('-tx2-nx') ||
deviceType.includes('-agx-orin-') ||
deviceType.includes('-orin-nx-') ||
deviceType.includes('-orin-nano-') ||
/imx8mm-var-som/.test(deviceType) ||
/imx8mm?-var-dart/.test(deviceType)) &&
(await exists(ExtraUEnv.bootConfigPath))

View File

@ -233,6 +233,8 @@ const MATCH_TESTS = [
{ type: 'jetson-orin-nx-xavier-nx-devkit', supported: true },
{ type: 'cti-orin-nx-custom-carrier', supported: true },
{ type: 'jetson-orin-agx-nx-xavier-nx-devkit', supported: false },
{ type: 'jetson-orin-nano-devkit-nvme', supported: true },
{ type: 'jetson-orin-agx-nano-devkit-nvme', supported: false },
{ type: 'photon-xavier-nx', supported: false },
{ type: 'imx8m-var-dart', supported: true },
{ type: 'imx8mm-var-dart', supported: true },