Skip to content

Commit

Permalink
Merge pull request #420 from perezmeyer/add_advantech_ecu1370
Browse files Browse the repository at this point in the history
Add Advantech ECU1370 to hardware contract.
  • Loading branch information
flowzone-app[bot] authored Apr 8, 2024
2 parents cb7b222 + 0dfe475 commit 835fbfd
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
28 changes: 28 additions & 0 deletions contracts/hw.device-type/advantech-ecu1370/advantech_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions contracts/hw.device-type/advantech-ecu1370/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"slug": "advantech-ecu1370",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Advantech ECU1370",
"assets": {
"logo": {
"url": "./advantech_logo.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": [
"Switch SW2 to 1: OFF, 2: ON. Insert SD card and power on the board. Wait for LP3 to blink for at least 10 seconds."
],
"flashIndicator": ["LP3 blinks"],
"bootDeviceInternal": ["Remove SD card. Switch SW2 to 1: ON and 2: OFF."],
"bootDevice": ["Remove and re-connect power to the {{name}}"]
}
}

0 comments on commit 835fbfd

Please sign in to comment.