mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 02:40:03 +00:00
Merge pull request #2045 from balena-os/add_agx_orin_to_supported_fdt
config/backends: Add Jetson AGX Orin Devkit to the list of DTs that support configurable device-trees
This commit is contained in:
commit
2d01123112
@ -62,6 +62,7 @@ export class ExtraUEnv extends ConfigBackend {
|
|||||||
deviceType.endsWith('-nano-2gb-devkit') ||
|
deviceType.endsWith('-nano-2gb-devkit') ||
|
||||||
deviceType.endsWith('-tx2') ||
|
deviceType.endsWith('-tx2') ||
|
||||||
deviceType.includes('-tx2-nx') ||
|
deviceType.includes('-tx2-nx') ||
|
||||||
|
deviceType.includes('-agx-orin-') ||
|
||||||
/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))
|
||||||
|
@ -267,6 +267,8 @@ const MATCH_TESTS = [
|
|||||||
{ type: 'jetson-tx2-nx-devkit', supported: true },
|
{ type: 'jetson-tx2-nx-devkit', supported: true },
|
||||||
{ type: 'photon-tx2-nx', supported: true },
|
{ type: 'photon-tx2-nx', supported: true },
|
||||||
{ 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', 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…
Reference in New Issue
Block a user