From 340bb45d4be0ed5838f79a0abe22a641970c7bdf Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Sun, 15 Dec 2024 16:05:24 -0800 Subject: [PATCH] Working on K64F! --- mbed_app.json5 | 5 +++-- mcuboot | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mbed_app.json5 b/mbed_app.json5 index e1d3d1d..18707a2 100644 --- a/mbed_app.json5 +++ b/mbed_app.json5 @@ -70,8 +70,9 @@ "mcuboot.scratch-address": "0xE0000", "mcuboot.scratch-size": "0x20000", - "mcuboot.max-img-sectors": "0x180", - "mcuboot.read-granularity": 512 // External SD card used as block device, this is its read size. + "mcuboot.read-granularity": 512, // External SD card used as block device, this is its read size. + + "mcuboot.max-img-sectors": "1536" // External SD card has smaller sector size, so divide slot size by read granularity }, "MCU_STM32H743xI": { diff --git a/mcuboot b/mcuboot index 90a75af..6df38e5 160000 --- a/mcuboot +++ b/mcuboot @@ -1 +1 @@ -Subproject commit 90a75af817883fd54a7d92a186b7bf467f0dcbcf +Subproject commit 6df38e5826dfb01f67c13efac20919be33bbfd53