Skip to content

Commit

Permalink
hw.device-type: Add beaglebone-play device
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Sidd-Gupta [email protected]
  • Loading branch information
delhiryder committed Mar 6, 2024
1 parent f3ba2ee commit 39f6179
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
83 changes: 83 additions & 0 deletions 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.
37 changes: 37 additions & 0 deletions contracts/hw.device-type/beaglebone-play/contract.json
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}}"]
}
}

0 comments on commit 39f6179

Please sign in to comment.