Andrzej Puzdrowski
Andrzej Puzdrowski
It is possible that image in the slot is so big that MCUboot swap metadata will interfere with its content during the swap operation. This patch introduces additional check to...
related to #1140 looks like `boot_is_header_valid()` is a very rough check regard sizes: it checks whether the header and image binaries fit in the slot. Slot must be able to...
In swap using move algorithm the first phase of operations is to move-up content of all (but not the last one) flash sectors in the primary slot by one sector...
https://github.com/mcu-tools/mcuboot/pull/1206 introduces check which is working for ARM cores Rationale: isolate architecture specific code from mcuboot's core code, of which kind loader.c should be. Objective: Introduce interface API which will...
requires https://github.com/zephyrproject-rtos/zephyr/pull/44512 **DNM** before ^^ This Patch introduces possibility to trigger the serial recovery mode by the application using dedicated zephyr-rtos API. Additionally Kconfig and USB DFU class invoking was...
https://github.com/mcu-tools/mcuboot/blob/d8eff810ad2ce08c66764560a82f415ca710e3f9/boot/zephyr/single_loader.c#L354 What we can do about that.
Replay bugfix https://github.com/apache/mynewt-core/pull/963 to cmd/img_mgmt/port/mynewt/src/mynewt_img_mgmt.c Zephyr is not touched by this bug as it uses module for the image writing
Added description on what is the serial recovery protocol in general. Signed-off-by: Andrzej Puzdrowski
It is possible that during regular filesystem operation filesystem footprint is shaped such that during subsequent NFFS restore operation maximum number of block will be exceeded in peek. This is...