-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathcontract.json
More file actions
40 lines (40 loc) · 912 Bytes
/
contract.json
File metadata and controls
40 lines (40 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"slug": "raspberrypi4-edatec-sensing",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "EDATEC Sensing (Raspberry Pi Computer 4)",
"assets": {
"logo": {
"url": "./raspberrypi4-edatec-sensing.svg",
"name": "logo"
}
},
"data": {
"arch": "aarch64",
"hdmi": true,
"led": true,
"connectivity": {
"bluetooth": true,
"wifi": true
},
"storage": {
"internal": true
},
"flashProtocol": "RPIBOOT",
"media": {
"defaultBoot": "internal",
"altBoot": [
"usb_mass_storage"
]
},
"is_private": false
},
"partials": {
"connectDevice": [
"Connect the {{name}}'s microUSB port to your PC.",
"Power the board and use [usbboot](https://github.com/raspberrypi/usbboot) to put the eMMC in mass storage mode."
],
"bootDevice": ["Connect power to the {{name}}"]
}
}