Skip to content

Commit

Permalink
revpi-connect-4: Added contract file and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wickywaka committed Nov 17, 2023
1 parent 1091793 commit 3e3a500
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 0 deletions.
40 changes: 40 additions & 0 deletions contracts/hw.device-type/revpi-connect-4/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"slug": "revpi-connect-4",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Revolution Pi Connect 4",
"assets": {
"logo": {
"url": "./revpi-connect-4.svg",
"name": "logo"
}
},
"data": {
"arch": "aarch64",
"hdmi": true,
"led": true,
"connectivity": {
"bluetooth": true,
"wifi": true
},
"storage": {
"internal": true
},
"flashProtocol": "RPIBOOT",
"media": {
"defaultBoot": "internal"
},
"is_private": false
},
"partials": {
"connectDevice": [
"While not having the {{name}} board powered, connect your system to the board's USB port via a micro-USB cable.",
"Power on the {{name}}."
],
"disconnectDevice": [
"Power off the {{name}} and unplug the micro-USB cable"
],
"bootDevice": ["Remove and re-connect power to the {{name}}"]
}
}
204 changes: 204 additions & 0 deletions contracts/hw.device-type/revpi-connect-4/revpi-connect-4.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 3e3a500

Please sign in to comment.