From 3f400e0f27d792734a2db70cc53863ffeb87907c Mon Sep 17 00:00:00 2001 From: Alexandru Date: Mon, 23 Sep 2024 17:52:21 +0300 Subject: [PATCH] hw.device-type: Remove superfluous instructions for beagleplay Change-type: patch Signed-off-by: Alexandru Costache --- contracts/hw.device-type/beagleplay/contract.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/hw.device-type/beagleplay/contract.json b/contracts/hw.device-type/beagleplay/contract.json index b503484d..40ab8c96 100644 --- a/contracts/hw.device-type/beagleplay/contract.json +++ b/contracts/hw.device-type/beagleplay/contract.json @@ -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}}"] } }