mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 04:55:42 +00:00
backends/extra-uEnv: Extend custom DTB support for Nano 2GB Devkit
Change-type: patch Signed-off-by: Alexandru Costache <alexandru@balena.io>
This commit is contained in:
parent
283495cfcd
commit
3b9c68246e
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user