diff options
author | John Klug <john.klug@multitech.com> | 2023-02-14 09:55:05 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-02-14 09:55:05 -0600 |
commit | 2c58f5eeca2eee169cac2718e4aafd687ba4b701 (patch) | |
tree | d75cfbda9f5f8dc1a34ef5436147d2c34623c65f | |
parent | a6b65f50f232939e6ac6b81ca227daa07e0c8997 (diff) | |
download | meta-multitech-atmel-2c58f5eeca2eee169cac2718e4aafd687ba4b701.tar.gz meta-multitech-atmel-2c58f5eeca2eee169cac2718e4aafd687ba4b701.tar.bz2 meta-multitech-atmel-2c58f5eeca2eee169cac2718e4aafd687ba4b701.zip |
Fix rootfs partition size
-rw-r--r-- | contrib/SD/atmel-sd.partitions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/SD/atmel-sd.partitions b/contrib/SD/atmel-sd.partitions index 0b96094..064d327 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= 6975489, type=83 +sd.img2 : start= 137216, size= 6977536, type=83 sd.img3 : start= 7114752, size= 262144, type=83 sd.img4 : start= 7376896, size= 262144, type=83 |