-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hw.device-type: Add Variscite DART-MX8M-PLUS
Change-type: patch Signed-off-by: Florin Sarbu <[email protected]>
- Loading branch information
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"slug": "imx8mp-var-dart", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"aliases": [], | ||
"name": "Variscite DART-MX8M-PLUS", | ||
"assets": { | ||
"logo": { | ||
"url": "./imx8mp-var-dart.svg", | ||
"name": "logo" | ||
} | ||
}, | ||
"data": { | ||
"arch": "aarch64", | ||
"hdmi": true, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": true, | ||
"wifi": true | ||
}, | ||
"storage": { | ||
"internal": true | ||
}, | ||
"media": { | ||
"defaultBoot": "internal", | ||
"altBoot": ["sdcard"] | ||
}, | ||
"is_private": true | ||
}, | ||
"partials": { | ||
"bootDeviceExternal": [ | ||
"Configure the SW7 boot dip switch to boot from SD Card (set it to EXT position) and power on the board. Let it boot and perform the automatic install of balenaOS onto the eMMC." | ||
], | ||
"flashIndicator": ["all LEDs are off"], | ||
"bootDeviceInternal": ["Configure the SW7 boot dip switch to boot from eMMC (set it to INT position)."], | ||
"bootDevice": ["Remove and re-connect power to the {{name}}"] | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
contracts/hw.device-type/imx8mp-var-dart/imx8mp-var-dart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.