<?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>How to get the update progress of FOTA based on BLE in version NCS2.8.0?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119414/how-to-get-the-update-progress-of-fota-based-on-ble-in-version-ncs2-8-0</link><description>I tryed to use the callback function provided by mgmt to hookit, but after including the header file` zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt.h `, it prompted that &amp;quot;mcuboot_config/mcuboot_config.h&amp;quot; could not be found.If you need more information or the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Mar 2025 15:17:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119414/how-to-get-the-update-progress-of-fota-based-on-ble-in-version-ncs2-8-0" /><item><title>RE: How to get the update progress of FOTA based on BLE in version NCS2.8.0?</title><link>https://devzone.nordicsemi.com/thread/525773?ContentTypeID=1</link><pubDate>Tue, 04 Mar 2025 15:17:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:328695b0-dbd7-4902-992d-d5303f53acb0</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Indeed, they do not.&lt;/p&gt;
&lt;p&gt;I linked the sample to show how to set up mcumgr callbacks.&lt;/p&gt;
&lt;p&gt;The same can then be used with other callbacks from &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/main/include/zephyr/mgmt/mcumgr/mgmt/callbacks.h"&gt;callbacks.h&lt;/a&gt; instead.&lt;/p&gt;
[quote user="sniper15"]why can&amp;#39;t I find mcuboot_config/mcuboot_config.h?[/quote]
&lt;p&gt;If you build the test I linked, do you still get that error?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the update progress of FOTA based on BLE in version NCS2.8.0?</title><link>https://devzone.nordicsemi.com/thread/525636?ContentTypeID=1</link><pubDate>Tue, 04 Mar 2025 06:38:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8176f65a-89e6-4117-8627-b1d341023df8</guid><dc:creator>sniper15</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry ,it&amp;#39;s the peoblem of the&amp;nbsp; &amp;nbsp;Edge&amp;#39;s Auto translate.This english chats:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have reviewed the source code of this example. It uses the events MGMT_EVT_OP_OS_MGMT_INFO_CHECK and MGMT_EVT_OP_OS_MGMT_INFO_APPEND from os_mgmt_group_events. However, these two events do not seem to provide information on data transmission during OTA. If my understanding is incorrect, could you please explain? I think this issue can be addressed from two perspectives: 1. How to monitor the transmission progress of the upgrade IMAG through callback functions. 2. Regarding the project I built myself, why can&amp;#39;t I find mcuboot_config/mcuboot_config.h?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the update progress of FOTA based on BLE in version NCS2.8.0?</title><link>https://devzone.nordicsemi.com/thread/525504?ContentTypeID=1</link><pubDate>Mon, 03 Mar 2025 12:47:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d29d021-06af-4149-98b6-c9b5e784c91b</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Please type in english&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the update progress of FOTA based on BLE in version NCS2.8.0?</title><link>https://devzone.nordicsemi.com/thread/525422?ContentTypeID=1</link><pubDate>Mon, 03 Mar 2025 02:46:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a85354a-ef0a-4050-934a-4033274db2d8</guid><dc:creator>sniper15</dc:creator><description>&lt;p&gt;&lt;span&gt;我检查了此示例的源代码。它使用 os_mgmt_group_events 中的 MGMT_EVT_OP_OS_MGMT_INFO_CHECK 和 MGMT_EVT_OP_OS_MGMT_INFO_APPEND 事件。但是，这两个事件似乎都无法提供 OTA 时数据的传输信息。如果我的理解不正确，您能给我解释一下吗？&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;我认为这个问题可以从两个方面来看待：&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1.如何通过回调函数监控升级 IMAG 的传输进度。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2.关于我自己构建的这个项目，找不到 &lt;em&gt;mcuboot_config/mcuboot_config.h&lt;/em&gt; 的原因是什么？&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get the update progress of FOTA based on BLE in version NCS2.8.0?</title><link>https://devzone.nordicsemi.com/thread/525260?ContentTypeID=1</link><pubDate>Fri, 28 Feb 2025 11:40:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f1714c6-3bee-4e73-9ff1-43f5b94c88dd</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Looks like this test (among others) include that file: &lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/main/tests/subsys/mgmt/mcumgr/os_mgmt_info"&gt;https://github.com/nrfconnect/sdk-zephyr/tree/main/tests/subsys/mgmt/mcumgr/os_mgmt_info&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Can you learn how to do this from the test configuration?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>