-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zigbee: fix issues with aborted FOTA downloads #14684
Conversation
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
Updated known issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment.
Multi-image parser doesn't allow to resume the copy of an image. Thus, disable saving progress for now. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
Make sure to release dfu_target resources after a failed chunk write to be able to resume the image copy without a device reboot. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
Update known issues and changelog about NCSIDB-1213. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
[KRKNWK-18739] * modify file transfer module - support mcuboot * write image to flash on file transfer event * add reboot event * move scratch buffer to utils * group mcuboot log configs in prj.conf * sort out heders, fix formating etc Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: fix flie transfer testing tbd Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: disable strem flash progress See nrfconnect/sdk-nrf#14684 Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
[KRKNWK-18739] * modify file transfer module - support mcuboot * write image to flash on file transfer event * add reboot event * move scratch buffer to utils * group mcuboot log configs in prj.conf * sort out heders, fix formating etc Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: fix flie transfer testing tbd Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: disable strem flash progress See nrfconnect/sdk-nrf#14684 Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: fix build error tbd Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
[KRKNWK-18739] * modify file transfer module - support mcuboot * write image to flash on file transfer event * add reboot event * move scratch buffer to utils * group mcuboot log configs in prj.conf * sort out heders, fix formating etc Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: fix flie transfer testing tbd Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: disable strem flash progress See nrfconnect/sdk-nrf#14684 Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: fix build error tbd Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
[KRKNWK-18739] * modify file transfer module - support mcuboot * write image to flash on file transfer event * add reboot event * move scratch buffer to utils * group mcuboot log configs in prj.conf * sort out heders, fix formating etc Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: fix flie transfer testing tbd Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: disable strem flash progress See nrfconnect/sdk-nrf#14684 Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no> samples: fix build error tbd Signed-off-by: Krzysztof Taborowski <krzysztof.taborowski@nordicsemi.no>
DFU_TARGET_STREAM_SAVE_PROGRESS
whenDFU_MULTI_IMAGE
is used.NCSIDB-1213