-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #420 from perezmeyer/add_advantech_ecu1370
Add Advantech ECU1370 to hardware contract.
- Loading branch information
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}}"] | ||
} | ||
} |