app: add DFU support#101
Conversation
96ba361 to
a05a589
Compare
MarkusLassila
left a comment
There was a problem hiding this comment.
Nice work! Some questions to get us started.
ff4110b to
d871155
Compare
|
re-factored slightly, and added template to implement delta modem and application DFU into the XDFU command. |
c14ae17 to
d5ec7ad
Compare
|
Added support for delta modem and application (MCUBoot) DFU. |
MarkusLassila
left a comment
There was a problem hiding this comment.
(Some of the comments might be bit old, as I forgot to push the submit review)
d5ec7ad to
9c9bbd0
Compare
1941259 to
2b3e940
Compare
MarkusLassila
left a comment
There was a problem hiding this comment.
Moving to correct direction. 👍
Some of the bootloader_mode code in other files is begging for explanation when this is used. That makes me wonder if that should be flagged behind the full_modem_dfu Kconfig after all.
23b131a to
51951de
Compare
51951de to
abe78bb
Compare
abe78bb to
04adb55
Compare
04adb55 to
addce30
Compare
MarkusLassila
left a comment
There was a problem hiding this comment.
Almost there!
Note that some of my comments are not visible in the code due to update(?).
c6ad891 to
43158a8
Compare
43158a8 to
b0406c5
Compare
|
Fixed sm_at_host.c conflict |
c700a3d to
aa772c8
Compare
9749d10 to
39e8768
Compare
2609e28 to
f9b6cf5
Compare
MarkusLassila
left a comment
There was a problem hiding this comment.
Fix the license and I will approve this.
f9b6cf5 to
c489480
Compare
|
LGTM! |
This commit adds support for MCUBoot, delta modem and full modem DFU to the serial modem firmware. Signed-off-by: Syver Haraldsen <syver.haraldsen@nordicsemi.no>
This commit adds a Python host script for XDFU commands. The script supports application, delta modem and full modem DFU. Signed-off-by: Syver Haraldsen <syver.haraldsen@nordicsemi.no>
This commit adds DFU AT commands documentation. It also documents an example Python host script for DFU. Signed-off-by: Syver Haraldsen <syver.haraldsen@nordicsemi.no>
c489480 to
f0fe71f
Compare
Add support for MCUBOOT, delta modem and full modem DFU.
Jira: SM-146
Jira: SM-90