Skip to content

Commit

Permalink
hw.device-type: Add beagleplay 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 20, 2024
1 parent 908a50d commit 409c34d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"slug": "beaglebone-play",
"slug": "beagleplay",
"version": "1",
"type": "hw.device-type",
"aliases": ["beagleplay"],
"name": "BeagleBone Play",
"name": "BeaglePlay",
"assets": {
"logo": {
"url": "./beaglebone-play.svg",
"url": "./beagleplay.svg",
"name": "logo"
}
},
Expand All @@ -29,7 +29,7 @@
},
"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."
"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 SDCard and restart the device."
],
"flashIndicator": ["all LEDs are off"],
"bootDevice": ["Remove the SDCard and re-connect power to the {{name}}"]
Expand Down

0 comments on commit 409c34d

Please sign in to comment.