aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2022-12-18 11:52:49 +0100
committerThomas Van Iseghem <[email protected]>2022-12-18 11:52:49 +0100
commitbd0656c147c2a08d4a1f77c84e8603e3d8cc0b64 (patch)
tree9a6a606d4ddd031b3741fd13d911ef8dc89b48d2
parent11c63359f754998b928d9728b0f6d333ca9e43fb (diff)
parent083b6f4d2e92e2bfc4392101cad6856dc36f9176 (diff)
downloadOpenCortex-bd0656c147c2a08d4a1f77c84e8603e3d8cc0b64.tar.gz
OpenCortex-bd0656c147c2a08d4a1f77c84e8603e3d8cc0b64.zip
Merge remote-tracking branch 'origin/main' into main
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index eb83e09..9600a62 100644
--- a/README.md
+++ b/README.md
@@ -86,12 +86,19 @@ When plugging it into your PC running Linux, you should see 3 partitions being m
The SD-card does in fact contain 4 partitions:
-[Screenshot of fdisk -l here]
+```
+ Device Boot Start End Blocks Id System
+/dev/mmcblk0p1 33 32800 1048576 83 Linux
+Partition 1 does not end on cylinder boundary
+/dev/mmcblk0p2 32801 65568 1048576 83 Linux
+Partition 2 does not end on cylinder boundary
+/dev/mmcblk0p3 65569 67616 65536 c Win95 FAT32 (LBA)
+Partition 3 does not end on cylinder boundary
+/dev/mmcblk0p4 67617 973968 29003264 83 Linux
+```
these are used for various things. The ones we are interested in, are the first 2. Upon closer investigation you will realize 2 things. They are Linux installs and they seem to be identical.
-[Screenshot of files here]
-
The partition we are interrested in, is the first one. This is the partition the QC will use to run it's software. The second one is for redundancy when something goes wrong in the update process from what I understand.
## Step 2.5: optional