Skip to content

Commit

Permalink
add eg5120-imx8mp contract
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Dec 18, 2024
1 parent 9ce0ad7 commit 272015e
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
35 changes: 35 additions & 0 deletions contracts/hw.device-type/eg5120-imx8mp/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"slug": "eg5120-imx8mp",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Robustel EG5120 i.MX8MP",
"assets": {
"logo": {
"url": "./eg5120-imx8mp.svg",
"name": "logo"
}
},
"data": {
"arch": "aarch64",
"hdmi": false,
"led": false,
"connectivity": {
"bluetooth": false,
"wifi": false
},
"storage": {
"internal": true
},
"media": {
"defaultBoot": "internal",
"altBoot": ["sdcard"]
},
"is_private": false
},
"partials": {
"bootDeviceExternal": ["Connect power to the {{name}}"],
"flashIndicator": ["all LEDs are off"],
"bootDevice": ["Remove and re-connect power to the {{name}}"]
}
}
22 changes: 22 additions & 0 deletions contracts/hw.device-type/eg5120-imx8mp/eg5120-imx8mp.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 272015e

Please sign in to comment.