diff --git a/contracts/hw.device-type/bluechiptechnology-db1/Blue-Chip-Technology.svg b/contracts/hw.device-type/bluechiptechnology-db1/Blue-Chip-Technology.svg new file mode 100644 index 00000000..6be4079d --- /dev/null +++ b/contracts/hw.device-type/bluechiptechnology-db1/Blue-Chip-Technology.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + diff --git a/contracts/hw.device-type/bluechiptechnology-db1/contract.json b/contracts/hw.device-type/bluechiptechnology-db1/contract.json new file mode 100644 index 00000000..ec6071fa --- /dev/null +++ b/contracts/hw.device-type/bluechiptechnology-db1/contract.json @@ -0,0 +1,32 @@ +{ + "slug": "bluechiptechnology-db1", + "version": "1", + "type": "hw.device-type", + "aliases": [], + "name": "Blue Chip Technology DB1", + "assets": { + "logo": { + "url": "./Blue-Chip-Technology.svg", + "name": "logo" + } + }, + "data": { + "arch": "aarch64", + "connectivity": { + "wifi": true + }, + "storage": { + "internal": true + }, + "media": { + "defaultBoot": "internal", + "altBoot": ["sdcard"] + }, + "is_private": false + }, + "partials": { + "bootDeviceExternal": ["Connect power to the {{name}}"], + "flashIndicator": ["Screen and ethernet green LED are off"], + "bootDevice": ["Remove and re-connect power to the {{name}}"] + } +}