<?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>Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110746/unable-to-install-mcumgr-using-go</link><description>Hi, 
 
 I am trying to install mcumgr using the following command on my Laptop which is running Linux Ubuntu 20.04.6 LTS. 
 
 &amp;quot;go get github.com/apache/mynewt-mcumgr-cli/mcumgr&amp;quot; 
 I need this to enable DFU for UART. Below is the error prompt that I am</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 May 2024 08:27:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110746/unable-to-install-mcumgr-using-go" /><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/482452?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 08:27:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08759bb2-18f6-4e80-8f9d-897989bf7e1b</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You have both mcuboot recovery over uart enabled, as well as application aware DFU over uart now.&lt;/p&gt;
&lt;p&gt;This is per chapter 5 in the link that you posted, ie. &amp;quot;5. Add DFU over UART to the application.&amp;quot; and below.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You are not receiving any response. Is there any log output from your device?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/482270?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 12:04:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25e616a6-d3fd-43e5-af50-35d9dbe42663</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I am trying to do DFU using dual image slots. According to the steps mentioned in this document I have made the required changes in proj.conf and child image .conf file as shown in the attached image.&lt;br /&gt;&lt;br /&gt;After running &lt;strong&gt;mcumgr -c acm0 image list&lt;/strong&gt; command I can&amp;#39;t see the image list log without adjusting th DK in serial recovery mode, it displays &lt;strong&gt;Error: NMP Timeout&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;If I bring the DK into serial recovery mode by pressing button 2 while resetting the DK then only it will show the dual image list. As mentioned in the document in step 5.3 the device should display the image list log without entering in Serial recovery mode.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The document link is mentioned as follows:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/topic/exercise-1-dfu-over-uart/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/topic/exercise-1-dfu-over-uart/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/nrf_5F00_proj_5F00_log.png" alt=" " /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/nrf_5F00_mcuboot_5F00_log.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/482181?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 07:43:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:556312d9-2b08-4fe8-9698-6c4da293331b</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for your prompt response. It&amp;#39;s reassuring to hear that serial recovery is functioning normally. Our project requirement necessitates exploring DFU over UART to achieve firmware updates for the nRF52840 chip.&lt;/p&gt;
&lt;p&gt;Essentially, we need to update the firmware for the nRF52840 chip from a non-Nordic chipset, with both connected via UART pins. The non-Nordic chip will hold the application binary/hex file, which will then be transferred to the nRF52840 over UART to perform the update.&lt;/p&gt;
&lt;p&gt;To ensure robust functionality, we believe that implementing dual image slots is necessary. Therefore, we aim to integrate this functionality into our existing application.&lt;/p&gt;
&lt;p&gt;Could you please provide insights or guidance on how to achieve this functionality?&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/482170?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 07:01:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91510763-4cd0-456b-8f1f-d4b8ac385699</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Serial recovery is a single-slot only operation, and it is a simplified form of upgrade, where it is actually targeted towards recovering a device.&lt;/p&gt;
&lt;p&gt;As seen from the documentation of mcuboot, the metadata output matches yours:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.mcuboot.com/serial_recovery.html"&gt;https://docs.mcuboot.com/serial_recovery.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I see this as a bug in our own course, and I&amp;#39;ll report this internally.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When you add management modules, such as &amp;quot;5. Add DFU over UART to the application.&amp;quot;, then the metadata will be valid.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/482161?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 06:01:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c63ba24d-4a29-4826-a56d-a7ef1efa08be</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;While the DK is in serial recovery mode. I am trying to communicate using mcumgr.&lt;/p&gt;
&lt;p&gt;When I run this command -&amp;gt;&lt;strong&gt; mcumgr -c testDK image list&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is the output log I am receiving:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Images:&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp;image=0 slot=0&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; version: 0.0.0&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bootable: false&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flags: &lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hash: dc8aec29620ddbc92361b7abfcecb44a115191e2c0ff4b1685d7d438e327f7ae&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;Split status: N/A (0)&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;I am expecting the &amp;quot;bootable&amp;quot; key to be true and &amp;quot;flags&amp;quot; to be &amp;quot;active confirmed&amp;quot;, as mentioned in the giude : &lt;a id="" href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/topic/exercise-1-dfu-over-uart/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/topic/exercise-1-dfu-over-uart/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I have attached the screenshot of the log for your reference.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/mcumgr_5F00_log1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/482046?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 13:03:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61b50d77-b030-414f-a227-c5a423277df9</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for sharing the configurations. I will try to do the same with a new hello world project&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/482039?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 12:51:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b702197-392c-413a-8c2f-0e2035da2644</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for confirming. Then it is highly likely a configuration issue in your project.&lt;/p&gt;
&lt;p&gt;Check your configurations, and try to do what I did here:&lt;/p&gt;
[quote user="hkn"]This is hello_world with CONFIG_BOOTLOADER_MCUBOOT=y,&amp;nbsp;and with child_image/mcuboot.conf holding:[/quote]
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_MCUBOOT_SERIAL=y
CONFIG_UART_CONSOLE=n
CONFIG_MCUBOOT_INDICATION_LED=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/482021?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 12:28:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f083245b-de57-44ec-a991-951196f70d11</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I can see the LED1 glowing after flashing the given hex file.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/482009?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 11:58:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:827b9702-1f4b-474b-ac28-f9a9addf9732</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Run &amp;quot;nrfjprog --recover -f nrf52&amp;quot; first.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/482007?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 11:55:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c53207c-d512-4a8c-8092-a4b38c267bb4</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;SInce i am using Linux Ubuntu i don;t have access to nRF connect desktop, hence I am using the CLI terminal to do so.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;nrfjprog -f nrf52 --program &amp;lt;path_to_hex_file&amp;gt; --sectorerase&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;i am using this command to flash from the terminal where my hex file is located but i am unable to do so. Here is the log:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/nrf_5F00_log1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481933?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 07:58:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e06f5cfa-464d-4e3d-a91e-65bbf35885d1</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;For reproducing the setup, please see my explanation in my former post.&lt;/p&gt;
&lt;p&gt;To flash, use for instance the nRF programmer application in nRF Connect for Desktop.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481931?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 07:52:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c5b9b5d-0be3-46c0-bbcb-e4410dc465db</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for providing the hex file. Can you explain how i can flash a hex file directly to the DK, if not then can you share the project folder so that I directly flash it from VScode&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481929?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 07:44:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67a62350-9763-432d-94ab-bbfe65d61b81</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is hello_world with CONFIG_BOOTLOADER_MCUBOOT=y,&amp;nbsp;and with child_image/mcuboot.conf holding:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_MCUBOOT_SERIAL=y
CONFIG_UART_CONSOLE=n
CONFIG_MCUBOOT_INDICATION_LED=y
&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Program this hex file to your DK:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6787.merged.hex"&gt;devzone.nordicsemi.com/.../6787.merged.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you try this and see if that works?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481924?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 07:36:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f02af044-dbe4-43fe-b377-bd3ab28ab18b</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using nRF52840 dk. I can&amp;#39;t see the LED1 glow solid either.&lt;/p&gt;
&lt;p&gt;In the webinar the instructor mentioned that the LED must blink that &amp;#39;s why I mentioned &amp;quot;blink&amp;quot;, pardon me for that.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481923?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 07:34:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4affa5b2-fea5-4ebb-9d9c-ec7316725353</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which kit are you using?&lt;/p&gt;
&lt;p&gt;LED1 will be solid, not blinking, when in mcuboot recovery mode.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481919?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 07:14:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbc62691-ce5b-421f-8d68-51afe313c939</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have followed the same procedure, and yet I am not able to see the LED1 blinking&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481918?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 07:12:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:220bc89c-9fa5-4abe-a66d-bd6a0604b975</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How are you entering recovery mode?&lt;/p&gt;
&lt;p&gt;You need to hold down button1 on the DK then reset the board to enter mcuboot recovery mode.&lt;/p&gt;
&lt;p&gt;LED1 should then light up when you are in recovery mode.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481906?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 05:56:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5928a0b-86fc-42ae-be6d-ef86eeb7b3f1</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have attached a screenshot of the log I got when i enable MCUBOOT log.&lt;/p&gt;
&lt;p&gt;Yes&amp;nbsp; I have closed all UART consoles&amp;nbsp; before proceeding. Also I have done MSDDisable by using JLinkExe.&lt;/p&gt;
&lt;p&gt;But I didn&amp;#39;t see any log mentioning that it is in MCUBOOT recovery mode.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/nrf_5F00_log.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Siddharth Singh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481689?ContentTypeID=1</link><pubDate>Fri, 03 May 2024 07:31:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2450ec4-45c7-4672-a72f-a55cead893a0</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Prior to calling mcumgr, does the log show that you&amp;#39;re currently in mcuboot recover mode?&lt;/p&gt;
&lt;p&gt;You need to close the UART console in order for mcumgr to be able to access ttyACM0. Have you done this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481662?ContentTypeID=1</link><pubDate>Fri, 03 May 2024 05:25:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c385c05-b254-467b-b02b-5ea266627cc6</guid><dc:creator>siddharth_987</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for your response I have successfully installed mcumgr and I have verified it by running &amp;quot;mcumgr&amp;quot; command on the terminal.&lt;/p&gt;
&lt;p&gt;I am trying to put my nRF52840 in serial recovery mode for DFU over UART. But it is not happening. I am using the following configurations for child image&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;CONFIG_LOG=y&lt;/div&gt;
&lt;div&gt;CONFIG_MCUBOOT_LOG_LEVEL_INF=y&lt;/div&gt;
&lt;div&gt;CONFIG_MCUBOOT_SERIAL=y&lt;/div&gt;
&lt;div&gt;CONFIG_BOOT_SERIAL_UART=y&lt;/div&gt;
&lt;div&gt;CONFIG_UART_CONSOLE=n&lt;/div&gt;
&lt;div&gt;CONFIG_SINGLE_APPLICATION_SLOT=y&lt;/div&gt;
&lt;div&gt;CONFIG_MCUBOOT_INDICATION_LED=y&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;And i am using CONFIG_BOOTLOADER_MCUBOOT=y to enable MCUBOOT in my prj.conf.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I have kept the below code in mcuboot.overlay file as well:&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;/ {&lt;/div&gt;
&lt;div&gt;aliases {&lt;/div&gt;
&lt;div&gt;mcuboot-button0 = &amp;amp;button1;&lt;/div&gt;
&lt;div&gt;mcuboot-led0 = &amp;amp;led1;&lt;/div&gt;
&lt;div&gt;};&lt;/div&gt;
&lt;div&gt;};&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;mcumgr conn add acm0 type=&amp;quot;serial&amp;quot; connstring=&amp;quot;dev=/dev/ttyACM0,baud=115200,mtu=512&amp;quot;&lt;!-- notionvc: ac33fa83-426f-4e4b-a16f-bfc11bbc1d90 --&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;mcumgr -c acm0 image list&lt;!-- notionvc: bbe805a7-8979-4d62-8fd3-07eeb043b197 --&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;After using the above command I recevied this error: Error: NMP timeout&lt;/div&gt;
&lt;div&gt;Also before this when i press and hold button 2 I didn&amp;#39;t see the LED1 blinking. I have tried with button 1,3,4 as well.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;All the above commands and procedure were followed as per the documentation and tutorials given in the links below:&lt;/div&gt;
&lt;div&gt;&lt;a id="" href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/topic/exercise-1-dfu-over-uart/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/topic/exercise-1-dfu-over-uart/&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a id="" href="https://webinars.nordicsemi.com/adding-device-firmware-update-5"&gt;https://webinars.nordicsemi.com/adding-device-firmware-update-5&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install MCUMGR using GO</title><link>https://devzone.nordicsemi.com/thread/481313?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2024 13:53:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0cf9658-1b9a-4b04-b9e5-8af5e0d93646</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try this?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;go install github.com/apache/mynewt-mcumgr-cli/mcumgr@latest&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>