AGlass0fMilk / mbed-mcuboot-demo

Demo of mcuboot with Mbed
11 stars 15 forks source link

K64F Support - Max Image Sectors Configuration #14

Open AGlass0fMilk opened 3 years ago

AGlass0fMilk commented 3 years ago

The K64F support is currently a bit broken. The maximum number of sectors must be configured if the user inserts an SD card with a lot of small sectors.

Additionally, it may be required to add a BufferedBlockDevice on top of the SlicedBlockDevice that is returned by get_secondary_bd() in this example -- this would be a good way to ensure compatibility regardless of the underlying BlockDevice.