aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2022-12-15 23:15:34 +0100
committerGitHub <[email protected]>2022-12-15 23:15:34 +0100
commit083b6f4d2e92e2bfc4392101cad6856dc36f9176 (patch)
tree21dc8a3c2e7e2cf70d46502896b3a25c06cfd27a
parenta448aeac35429050abba69b06d2fcc8248139907 (diff)
downloadOpenCortex-083b6f4d2e92e2bfc4392101cad6856dc36f9176.tar.gz
OpenCortex-083b6f4d2e92e2bfc4392101cad6856dc36f9176.zip
Update partition section with fdisk -l output
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 449eded..6a80a8b 100644
--- a/README.md
+++ b/README.md
@@ -82,12 +82,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