diff --git a/contracts/hw.device-type/bananapi-m1-plus.json b/contracts/hw.device-type/bananapi-m1-plus.json new file mode 100644 index 00000000..e0713b29 --- /dev/null +++ b/contracts/hw.device-type/bananapi-m1-plus.json @@ -0,0 +1,18 @@ +{ + "slug": "bananapi-m1-plus", + "version": "1", + "type": "hw.device-type", + "name": "BananaPi-M1+", + "arch": "armv7hf", + "hdmi": true, + "led": false, + "connectivity": { + "bluetooth": false + }, + "storage": { + "internal": false + }, + "media": { + "installation": "sdcard" + } +}