diff options
author | John Klug <john.klug@multitech.com> | 2023-02-14 12:52:53 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-02-14 12:52:53 -0600 |
commit | 01dffbfbb8cd6de3878445f8aeacbaad3fbd428e (patch) | |
tree | 30563e04be245b3de90a90f45811f135773723b8 /contrib/SD/atmel-sd.partitions | |
parent | 2c58f5eeca2eee169cac2718e4aafd687ba4b701 (diff) | |
download | meta-multitech-atmel-01dffbfbb8cd6de3878445f8aeacbaad3fbd428e.tar.gz meta-multitech-atmel-01dffbfbb8cd6de3878445f8aeacbaad3fbd428e.tar.bz2 meta-multitech-atmel-01dffbfbb8cd6de3878445f8aeacbaad3fbd428e.zip |
Put root SD file system on a 2MB boundary
Diffstat (limited to 'contrib/SD/atmel-sd.partitions')
-rw-r--r-- | contrib/SD/atmel-sd.partitions | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/SD/atmel-sd.partitions b/contrib/SD/atmel-sd.partitions index 064d327..8945dbe 100644 --- a/contrib/SD/atmel-sd.partitions +++ b/contrib/SD/atmel-sd.partitions @@ -4,6 +4,6 @@ device: sd.img unit: sectors sd.img1 : start= 2048, size= 135168, type=6 -sd.img2 : start= 137216, size= 6977536, type=83 -sd.img3 : start= 7114752, size= 262144, type=83 -sd.img4 : start= 7376896, size= 262144, type=83 +sd.img2 : start= 137216, size= 6975488, type=83 +sd.img3 : start= 7112704, size= 262144, type=83 +sd.img4 : start= 7374848, size= 262144, type=83 |