From 6ea8a525c43c2bd4427eb3eda193f9a7eacf09d4 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 22 Feb 2023 15:18:37 -0600 Subject: images partition is now partition 4 --- contrib/SD/atmel-sd.partitions | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/SD/atmel-sd.partitions b/contrib/SD/atmel-sd.partitions index 8945dbe..429d5ab 100644 --- a/contrib/SD/atmel-sd.partitions +++ b/contrib/SD/atmel-sd.partitions @@ -1,9 +1,9 @@ label: dos -label-id: 0x8e3ef9fc +label-id: 0xeb4f28f2 device: sd.img unit: sectors sd.img1 : start= 2048, size= 135168, type=6 -sd.img2 : start= 137216, size= 6975488, type=83 -sd.img3 : start= 7112704, size= 262144, type=83 -sd.img4 : start= 7374848, size= 262144, type=83 +sd.img2 : start= 137216, size= 1024000, type=83 +sd.img3 : start= 1161216, size= 262144, type=83 +sd.img4 : start= 1423360, size= 6350815, type=b -- cgit v1.2.3