You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documents/3. Software Architecture/partitions.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,20 @@ TODO
6
6
7
7
## OEM
8
8
9
+
Mounts to the /factory folder. Contains calibration logs and cloud keys which are used for mTLS.
10
+
9
11
## EMR
10
12
11
-
The EMR partiton (Electronic Medical Record) contains the calibration info of the robot as well as it's ESN.
13
+
The EMR partiton (Electronic Medical Record) contains the calibration info of the robot, its ESN, its model number, and its packout status.
12
14
13
15
## boot_a and boot_b
14
16
15
17
These are the boot partitions. These partitons contain a ramdisk which is loaded which will then load a system partition matching the slot ID you are in.
16
18
17
19
## system_a and system_b
18
20
19
-
Vector go Beep Boop.
21
+
The partition Vector's full Linux OS exists in, corresponding to the boot slot. Slot a = system_a. Slot b = system_b.
22
+
23
+
## userdata
24
+
25
+
Encrypted, mounted to /data. Used to store user information like faces, pictures, and settings.
<p>The EMR partiton (Electronic Medical Record) contains the calibration info of the robot as well as it's ESN.</p>
1288
+
<p>The EMR partiton (Electronic Medical Record) contains the calibration info of the robot, its ESN, its model number, and its packout status.</p>
1270
1289
<h2id="boot_a-and-boot_b">boot_a and boot_b<aclass="headerlink" href="#boot_a-and-boot_b" title="Permanent link">¶</a></h2>
1271
1290
<p>These are the boot partitions. These partitons contain a ramdisk which is loaded which will then load a system partition matching the slot ID you are in.</p>
1272
1291
<h2id="system_a-and-system_b">system_a and system_b<aclass="headerlink" href="#system_a-and-system_b" title="Permanent link">¶</a></h2>
1273
-
<p>Vector go Beep Boop.</p>
1292
+
<p>The partition Vector's full Linux OS exists in, corresponding to the boot slot. Slot a = system_a. Slot b = system_b.</p>
0 commit comments