mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
backends/extra-uEnv: Extend custom DTB support for Jetson TX2 NX
We just added support for the TX2 NX, which supports u-boot thus allows for using custom device-trees. Let's allow for Jetson TX2 NX and future TX2 NX derived device types to have device-trees configurable from the dashboard. Change-type: patch Signed-off-by: Alexandru Costache <alexandru@balena.io>
This commit is contained in:
parent
d86ae94525
commit
7d678fa838
@ -63,7 +63,8 @@ export class ExtraUEnv extends ConfigBackend {
|
||||
return (
|
||||
(deviceType.endsWith('-nano') ||
|
||||
deviceType.endsWith('-nano-emmc') ||
|
||||
deviceType.endsWith('-tx2')) &&
|
||||
deviceType.endsWith('-tx2') ||
|
||||
deviceType.includes('-tx2-nx')) &&
|
||||
(await exists(ExtraUEnv.bootConfigPath))
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user