<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Software update using MCUBoot from another MCU?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74203/software-update-using-mcuboot-from-another-mcu</link><description>Hi! 
 In our current project, we have started to use the Connect SDK. 
 We have a an application CPU with a modem running our main software and uses the nRF52833 for local connectivity and sensor hub. 
 Our plan is to FOTA update the nRF by downloading</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Apr 2021 13:50:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74203/software-update-using-mcuboot-from-another-mcu" /><item><title>RE: Software update using MCUBoot from another MCU?</title><link>https://devzone.nordicsemi.com/thread/306140?ContentTypeID=1</link><pubDate>Wed, 21 Apr 2021 13:50:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dfc6957-80b2-490e-a036-ac43e8ad0240</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;ecsfang!&lt;br /&gt;&lt;br /&gt;Thanks for reaching out. What comes to mind here is the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/device_mgmt/index.html"&gt;management subsystem&lt;/a&gt;&amp;nbsp;of Zephyr, which based on the Simple Management Protocol (SMP). The Zephyr specific bindings for SMP can be found at &lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/master/subsys/mgmt/mcumgr"&gt;zephyr/subsus/mgmt/mcumgr&lt;/a&gt;, with implementation for serial transfer. Using this you should be able to implement a SMP client on your application MCU that can interact with the nRF52, running the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html#smp-svr-sample"&gt;SMP server sample&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;We don&amp;#39;t have much in terms of sample code for this, but you could look into the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_dfu_smp/README.html"&gt;Central DFU SMP sample&lt;/a&gt;&amp;nbsp;which implements a BLE SMP client. In addition &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/70419/upgrade-firmware-from-gateway-to-node-over-using-nrf-connect-sdk"&gt;this case&lt;/a&gt; may be relevant when it comes to encoding.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>