-
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.
revpi-connect-4: Added contract files for revpi-connect-4
Change-type: patch Changelog-entry: Added support for revpi-connect-4 device Signed-off-by: Waqar Rashid <[email protected]>
- Loading branch information
Waqar Rashid
committed
Nov 22, 2023
1 parent
1091793
commit 2f9a8bf
Showing
2 changed files
with
244 additions
and
0 deletions.
There are no files selected for viewing
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,40 @@ | ||
{ | ||
"slug": "revpi-connect-4", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"aliases": [], | ||
"name": "Revolution Pi Connect 4", | ||
"assets": { | ||
"logo": { | ||
"url": "./revpi-connect-s.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
204
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.