diff options
author | Thomas Van Iseghem <[email protected]> | 2022-12-15 23:15:34 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-15 23:15:34 +0100 |
commit | 083b6f4d2e92e2bfc4392101cad6856dc36f9176 (patch) | |
tree | 21dc8a3c2e7e2cf70d46502896b3a25c06cfd27a | |
parent | a448aeac35429050abba69b06d2fcc8248139907 (diff) | |
download | OpenCortex-083b6f4d2e92e2bfc4392101cad6856dc36f9176.tar.gz OpenCortex-083b6f4d2e92e2bfc4392101cad6856dc36f9176.zip |
Update partition section with fdisk -l output
-rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 |