-
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 #417 from bluechiptechnology/db1
hw.device-type: Add bluechiptechnology-db1
- Loading branch information
Showing
2 changed files
with
144 additions
and
0 deletions.
There are no files selected for viewing
112 changes: 112 additions & 0 deletions
112
contracts/hw.device-type/bluechiptechnology-db1/Blue-Chip-Technology.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
contracts/hw.device-type/bluechiptechnology-db1/contract.json
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,32 @@ | ||
{ | ||
"slug": "bluechiptechnology-db1", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"aliases": [], | ||
"name": "Blue Chip Technology DB1", | ||
"assets": { | ||
"logo": { | ||
"url": "./Blue-Chip-Technology.svg", | ||
"name": "logo" | ||
} | ||
}, | ||
"data": { | ||
"arch": "aarch64", | ||
"connectivity": { | ||
"wifi": true | ||
}, | ||
"storage": { | ||
"internal": true | ||
}, | ||
"media": { | ||
"defaultBoot": "internal", | ||
"altBoot": ["sdcard"] | ||
}, | ||
"is_private": false | ||
}, | ||
"partials": { | ||
"bootDeviceExternal": ["Connect power to the {{name}}"], | ||
"flashIndicator": ["Screen and ethernet green LED are off"], | ||
"bootDevice": ["Remove and re-connect power to the {{name}}"] | ||
} | ||
} |