forked from worldcoin/orb-software
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.json
More file actions
86 lines (86 loc) · 1.44 KB
/
Copy pathcomponents.json
File metadata and controls
86 lines (86 loc) · 1.44 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"mainboard": {
"type": "can",
"value": {
"redundancy": "redundant",
"bus": "can0",
"address": 1
}
},
"security": {
"type": "can",
"value": {
"redundancy": "redundant",
"bus": "can0",
"address": 2
}
},
"init": {
"type": "gpt",
"value": {
"redundancy": "redundant",
"device": "emmc",
"label": "INIT"
}
},
"rootfs": {
"type": "gpt",
"value": {
"redundancy": "redundant",
"device": "emmc",
"label": "ROOT"
}
},
"var": {
"type": "gpt",
"value": {
"redundancy": "redundant",
"device": "emmc",
"label": "VAR"
}
},
"cuda": {
"type": "gpt",
"value": {
"redundancy": "single",
"device": "emmc",
"label": "CUDA"
}
},
"cboot": {
"type": "raw",
"value": {
"redundancy": "redundant",
"device": "qspi",
"offset": 11935744,
"size": 1441792
}
},
"cboot_dtb": {
"type": "raw",
"value": {
"redundancy": "redundant",
"device": "qspi",
"offset": 14819328,
"size": 458752
}
},
"secure_os": {
"type": "raw",
"value": {
"redundancy": "redundant",
"device": "qspi",
"offset": 16130048,
"size": 2621440
}
},
"cboot_cfg": {
"type": "raw",
"value": {
"redundancy": "redundant",
"device": "qspi",
"offset": 33038336,
"size": 65536
}
}
}