Merge pull request #1822 from balena-os/acostach/add_more_nano_fd_capable_devices

Add more Jetson Nano FDT capable devices
This commit is contained in:
bulldozer-balena[bot] 2021-11-17 17:03:46 +00:00 committed by GitHub
commit d0fccd1bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,7 @@ export class ExtraUEnv extends ConfigBackend {
return (
(deviceType.endsWith('-nano') ||
deviceType.endsWith('-nano-emmc') ||
deviceType.endsWith('-nano-2gb-devkit') ||
deviceType.endsWith('-tx2') ||
deviceType.includes('-tx2-nx')) &&
(await exists(ExtraUEnv.bootConfigPath))

View File

@ -266,6 +266,8 @@ const MATCH_TESTS = [
{ type: 'fincm3', supported: false },
{ type: 'asus-tinker-board', supported: false },
{ type: 'nano-board', supported: false },
{ type: 'jetson-nano-2gb-devkit', supported: true },
{ type: 'jetson-nano-2gb-devkit-emmc', supported: false },
{ type: 'tx2-tx2-device', supported: false },
{ type: 'jetson-tx2-nx-devkit', supported: true },
{ type: 'photon-tx2-nx', supported: true },