mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-21 02:01:35 +00:00
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:
parent
833e02567b
commit
512240c544
@ -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))
|
||||
|
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user