diff --git a/contracts/hw.device-type/bluechiptechnology-tm3/Blue-Chip-Technology.svg b/contracts/hw.device-type/bluechiptechnology-tm3/Blue-Chip-Technology.svg new file mode 100644 index 00000000..6be4079d --- /dev/null +++ b/contracts/hw.device-type/bluechiptechnology-tm3/Blue-Chip-Technology.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + diff --git a/contracts/hw.device-type/bluechiptechnology-tm3/contract.json b/contracts/hw.device-type/bluechiptechnology-tm3/contract.json new file mode 100644 index 00000000..7b0eaed6 --- /dev/null +++ b/contracts/hw.device-type/bluechiptechnology-tm3/contract.json @@ -0,0 +1,28 @@ +{ + "slug": "bluechiptechnology-tm3", + "version": "1", + "type": "hw.device-type", + "aliases": [], + "name": "Blue Chip Technology TM3", + "assets": { + "logo": { + "url": "./Blue-Chip-Technology.svg", + "name": "logo" + } + }, + "data": { + "arch": "aarch64", + "hdmi": true, + "connectivity": { + "wifi": true + }, + "storage": { + "internal": true + }, + "media": { + "defaultBoot": "sdcard", + "altBoot": ["internal"] + }, + "is_private": false + } +}