Skip to content

Commit

Permalink
hw.device-type: Remove superfluous instructions for beagleplay
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
  • Loading branch information
acostach authored Sep 23, 2024
1 parent 59752b7 commit 3f400e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/hw.device-type/beagleplay/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"partials": {
"bootDeviceExternal": [
"Insert the flasher SD CARD in the {{name}}. Press and hold the USR and RST buttons, then apply power to the device. Once power is applied, release both USR and RST buttons. The device will power down automatically after the flashing is complete. Remove the SDCard and restart the device."
"Press and hold the USR and RST buttons, then apply power to the device. Once power is applied, release both USR and RST buttons."
],
"flashIndicator": ["all LEDs are off"],
"bootDevice": ["Remove the SDCard and re-connect power to the {{name}}"]
"bootDevice": ["Re-connect power to the {{name}}"]
}
}

0 comments on commit 3f400e0

Please sign in to comment.