mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-30 16:14:11 +00:00
Merge pull request #2155 from balena-os/add_orin_nx_custom_dtb
backends: Add Jetson Orin NX custom device-tree support
This commit is contained in:
commit
e468eed4c5
@ -62,6 +62,7 @@ export class ExtraUEnv extends ConfigBackend {
|
|||||||
deviceType.endsWith('-tx2') ||
|
deviceType.endsWith('-tx2') ||
|
||||||
deviceType.includes('-tx2-nx') ||
|
deviceType.includes('-tx2-nx') ||
|
||||||
deviceType.includes('-agx-orin-') ||
|
deviceType.includes('-agx-orin-') ||
|
||||||
|
deviceType.includes('-orin-nx-') ||
|
||||||
/imx8mm-var-som/.test(deviceType) ||
|
/imx8mm-var-som/.test(deviceType) ||
|
||||||
/imx8mm?-var-dart/.test(deviceType)) &&
|
/imx8mm?-var-dart/.test(deviceType)) &&
|
||||||
(await exists(ExtraUEnv.bootConfigPath))
|
(await exists(ExtraUEnv.bootConfigPath))
|
||||||
|
@ -230,6 +230,9 @@ const MATCH_TESTS = [
|
|||||||
{ type: 'jetson-xavier-nx-devkit', supported: false },
|
{ type: 'jetson-xavier-nx-devkit', supported: false },
|
||||||
{ type: 'jetson-agx-orin-devkit', supported: true },
|
{ type: 'jetson-agx-orin-devkit', supported: true },
|
||||||
{ type: 'jetson-agx-orin', supported: false },
|
{ type: 'jetson-agx-orin', supported: false },
|
||||||
|
{ 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: 'photon-xavier-nx', supported: false },
|
{ type: 'photon-xavier-nx', supported: false },
|
||||||
{ type: 'imx8m-var-dart', supported: true },
|
{ type: 'imx8m-var-dart', supported: true },
|
||||||
{ type: 'imx8mm-var-dart', supported: true },
|
{ type: 'imx8mm-var-dart', supported: true },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user