From 2c58f5eeca2eee169cac2718e4aafd687ba4b701 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 14 Feb 2023 09:55:05 -0600 Subject: Fix rootfs partition size --- contrib/SD/atmel-sd.partitions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3