From 67c4505e12b1ef6abfc37c9466470e062875bf00 Mon Sep 17 00:00:00 2001 From: delhiryder Date: Wed, 28 Feb 2024 19:23:00 +0000 Subject: [PATCH] hw.device-type: Add beaglebone-play device Change-type: patch Signed-off-by: Sidd-Gupta sidd.gupta@zylum.in --- .../beaglebone-play/beaglebone-play.svg | 83 +++++++++++++++++++ .../beaglebone-play/contract.json | 37 +++++++++ 2 files changed, 120 insertions(+) create mode 100644 contracts/hw.device-type/beaglebone-play/beaglebone-play.svg create mode 100644 contracts/hw.device-type/beaglebone-play/contract.json diff --git a/contracts/hw.device-type/beaglebone-play/beaglebone-play.svg b/contracts/hw.device-type/beaglebone-play/beaglebone-play.svg new file mode 100644 index 00000000..53d75345 --- /dev/null +++ b/contracts/hw.device-type/beaglebone-play/beaglebone-play.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/contracts/hw.device-type/beaglebone-play/contract.json b/contracts/hw.device-type/beaglebone-play/contract.json new file mode 100644 index 00000000..f2351eb6 --- /dev/null +++ b/contracts/hw.device-type/beaglebone-play/contract.json @@ -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}}"] + } +}