-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[nrfconnect] Added support for updating network core using new DFU Target library. #17236
Conversation
PR #17236: Size comparison from 1123440 to 7948961 Increases above 0.2%:
Increases (9 builds for nrfconnect)
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
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.
Note that you need to also update the Docker image version in examples-nrfconnect.yaml
and build-all.yaml
(at least).
7948961
to
0c2af5d
Compare
PR #17236: Size comparison from c9350f7 to 0c2af5d Increases above 0.2%:
Increases (9 builds for nrfconnect)
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
…rget library. * Updated NCS revision to cc0412169 to get new DFU Target revision * Utilized new DFU Target API * Handled both application and network core image swap for NRF5340
0c2af5d
to
bcaddff
Compare
PR #17236: Size comparison from a75cd99 to bcaddff Increases above 0.2%:
Increases (9 builds for nrfconnect)
Full report (39 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
…rget library. (project-chip#17236) * Updated NCS revision to cc0412169 to get new DFU Target revision * Utilized new DFU Target API * Handled both application and network core image swap for NRF5340
Problem
Old DFU Target API did not allow to perform a firmware update for app core and net core simultaneously.
DFU Target API needs to be updated and utilized in the OTA process for nrfconnect boards.
Change overview
Testing
Tested manually on NRF5340DK
CI tested