mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 04:55:42 +00:00
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:
commit
d0fccd1bb5
@ -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))
|
||||
|
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user