-
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.
hw.device-type: Add beaglebone-play device
Change-type: patch Signed-off-by: Sidd-Gupta [email protected]
- Loading branch information
1 parent
f3ba2ee
commit 67c4505
Showing
2 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
83 changes: 83 additions & 0 deletions
83
contracts/hw.device-type/beaglebone-play/beaglebone-play.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,37 @@ | ||
{ | ||
"slug": "beaglebone-play", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"aliases": ["beagleplay"], | ||
"name": "BeagleBone Play", | ||
"assets": { | ||
"logo": { | ||
"url": "./beaglebone-play.svg", | ||
"name": "logo" | ||
} | ||
}, | ||
"data": { | ||
"arch": "aarch64", | ||
"hdmi": true, | ||
"led": true, | ||
"connectivity": { | ||
"bluetooth": true, | ||
"wifi": true | ||
}, | ||
"storage": { | ||
"internal": true | ||
}, | ||
"media": { | ||
"defaultBoot": "internal", | ||
"altBoot": ["sdcard"] | ||
}, | ||
"is_private": false | ||
}, | ||
"partials": { | ||
"bootDeviceExternal": [ | ||
"Power up the {{name}} after inserting the flasher image into the SDCard Slot. The device will power down automatically after the flashing is complete. Remove the SCCard and restart the device." | ||
], | ||
"flashIndicator": ["all LEDs are off"], | ||
"bootDevice": ["Remove the SDCard and re-connect power to the {{name}}"] | ||
} | ||
} |