Skip to content

Commit

Permalink
hw.device-type: Add Variscite DART-MX8M-PLUS
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion committed Dec 28, 2023
1 parent 31188f5 commit dd4e9de
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
38 changes: 38 additions & 0 deletions contracts/hw.device-type/imx8mp-var-dart/contract.json
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 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.

0 comments on commit dd4e9de

Please sign in to comment.