Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hw.device-type: Add Variscite DART-MX8M-PLUS #405

Merged
merged 1 commit into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading