Skip to content

Commit

Permalink
device: Add Compulab UCM-iMX93
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Alexnadru Costache <[email protected]>
  • Loading branch information
acostach committed Oct 19, 2023
1 parent 97f176d commit 2bbde3e
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
39 changes: 39 additions & 0 deletions contracts/hw.device-type/ucm-imx93/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"slug": "ucm-imx93",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Compulab UCM-iMX93 Devkit",
"assets": {
"logo": {
"url": "./ucm-imx93.svg",
"name": "logo"
}
},
"data": {
"arch": "aarch64",
"hdmi": false,
"led": false,
"connectivity": {
"bluetooth": true,
"wifi": true
},
"storage": {
"internal": true
},
"media": {
"defaultBoot": "internal",
"altBoot": ["sdcard"]
},
"is_private": false
},
"partials": {
"bootDeviceExternal": [
"Connect power to the {{name}}",
"Press and hold SW3 followed by SW4",
"Release SW3 followed by SW4"
],
"flashIndicator": ["ethernet LEDs are off for more than 5 seconds. An Ethernet cable needs pe plugged in for the LEDs to stay on during provisioning."],
"bootDevice": ["Remove and re-connect power to the {{name}}"]
}
}
54 changes: 54 additions & 0 deletions contracts/hw.device-type/ucm-imx93/ucm-imx93.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 2bbde3e

Please sign in to comment.