mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-25 19:21:38 +00:00
Merge pull request #2184 from balena-os/add_orin_nano_nvme
backends: Add Jetson Orin NANO custom device-tree support
This commit is contained in:
commit
2b1ee55390
@ -63,6 +63,7 @@ export class ExtraUEnv extends ConfigBackend {
|
|||||||
deviceType.includes('-tx2-nx') ||
|
deviceType.includes('-tx2-nx') ||
|
||||||
deviceType.includes('-agx-orin-') ||
|
deviceType.includes('-agx-orin-') ||
|
||||||
deviceType.includes('-orin-nx-') ||
|
deviceType.includes('-orin-nx-') ||
|
||||||
|
deviceType.includes('-orin-nano-') ||
|
||||||
/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))
|
||||||
|
@ -233,6 +233,8 @@ const MATCH_TESTS = [
|
|||||||
{ type: 'jetson-orin-nx-xavier-nx-devkit', supported: true },
|
{ type: 'jetson-orin-nx-xavier-nx-devkit', supported: true },
|
||||||
{ type: 'cti-orin-nx-custom-carrier', supported: true },
|
{ type: 'cti-orin-nx-custom-carrier', supported: true },
|
||||||
{ type: 'jetson-orin-agx-nx-xavier-nx-devkit', supported: false },
|
{ 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: '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