<?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>&amp;quot;no connect &amp;quot;device in nRF Connect for VSCode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114899/no-connect-device-in-nrf-connect-for-vscode</link><description>I have a nRF52840-DK that I know that it has a JLink on board, but the RAK4631 don&amp;#180;t have JLink, then I am following the RAKWireless bootloader update( Bootloader update ): 
 
 Press quickly two times the Reset Button, the RAK4631 will go to bootloader</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Sep 2024 12:29:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114899/no-connect-device-in-nrf-connect-for-vscode" /><item><title>RE: "no connect "device in nRF Connect for VSCode</title><link>https://devzone.nordicsemi.com/thread/503979?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 12:29:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c5c27cc-2bd4-4465-8fc1-769b30ac1c5c</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can use nrfutil to create a merged DFU package after building your application. Once the package is created, you can use nrfutil to perform the DFU over serial. However, the concern I see here is the bootloader on your board. If the &lt;code&gt;rak4631_factory_bootloader.zip&lt;/code&gt; file already has MCUboot flashed on your device, then what you&amp;#39;ve described should be possible.&lt;/p&gt;
&lt;p&gt;Unfortunately, I&amp;#39;m not familiar with the specific bootloader file you mentioned&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "no connect "device in nRF Connect for VSCode</title><link>https://devzone.nordicsemi.com/thread/503978?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 12:27:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:307326e5-3ad9-4098-bd74-627448b09db5</guid><dc:creator>Claudio Rosa</dc:creator><description>&lt;p&gt;Hi Jo&amp;atilde;o,&lt;/p&gt;
&lt;p&gt;This is a interesting point because, take a look in the @Menon post he said:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;quot;I am not entirely sure as I haven&amp;#39;t worked with the specific board you mentioned. I reviewed the guide you referred to, but it doesn&amp;#39;t specify which bootloader is being used. It mentions the RAK4631 bootloader, which I&amp;#39;m not familiar with. I believe it should be possible to use MCUboot and USB DFU for this. To do so, you can use a JLink to flash MCUboot onto the board. Once MCUboot is installed, you won&amp;#39;t need the JLink for future firmware updates; you can use USB DFU or Bluetooth DFU to update the firmware via MCUboot. You may want to follow&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/"&gt;this guide for&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;configuring the application with MCUboot.&amp;quot;&lt;/p&gt;
&lt;p&gt;What I answered:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;quot;&lt;span&gt;What I want to do it is like this example: &amp;quot;nrfutil dfu serial -pkg merged_dfu_package.zip -p COM10 -p COM10 -B 115200&amp;quot; , where merged_dfu_package.zip it is (MCUBoot and Zephyr application).&amp;nbsp; Is this possible?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;Other important point is:&amp;nbsp; Should I need to create a new MBR(Master Boot Record)?&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jo&amp;atilde;o, what do you think about my idea?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Claudio&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "no connect "device in nRF Connect for VSCode</title><link>https://devzone.nordicsemi.com/thread/503969?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 11:58:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ceb51bc-6bf6-4d93-b99e-e7249dba2d62</guid><dc:creator>Claudio Rosa</dc:creator><description>&lt;p&gt;If you take a look, I use to create RAKWireless RAK4631(nRF52840 - list of Zephyr supported board) using nrfutil: &amp;quot;&lt;span&gt;nrfutil.exe dfu serial -pkg rak4631_factory_bootloader.zip -p COM5&amp;quot; where&amp;nbsp;rak4631_factory_bootloader.zip is the RAKWireless bootloader.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What I want to do it is like this example: &amp;quot;nrfutil dfu serial -pkg merged_dfu_package.zip -p COM10 -p COM10 -B 115200&amp;quot; , where merged_dfu_package.zip it is (MCUBoot and Zephyr application).&amp;nbsp; Is this possible?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Other important point is:&amp;nbsp; Should I need to create a new MBR(Master Boot Record)?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Claudio&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "no connect "device in nRF Connect for VSCode</title><link>https://devzone.nordicsemi.com/thread/503908?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 08:56:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cf25ee6-3c79-48df-a4da-db14b35d46a3</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am not entirely sure as I haven&amp;#39;t worked with the specific board you mentioned. I reviewed the guide you referred to, but it doesn&amp;#39;t specify which bootloader is being used. It mentions the RAK4631 bootloader, which I&amp;#39;m not familiar with. I believe it should be possible to use MCUboot and USB DFU for this. To do so, you can use a JLink to flash MCUboot onto the board. Once MCUboot is installed, you won&amp;#39;t need the JLink for future firmware updates; you can use USB DFU or Bluetooth DFU to update the firmware via MCUboot. You may want to follow &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/"&gt;this guide for &lt;/a&gt;configuring the application with MCUboot.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "no connect "device in nRF Connect for VSCode</title><link>https://devzone.nordicsemi.com/thread/503558?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 11:13:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c49bff3-4a13-44fe-972e-8b4a5dec8751</guid><dc:creator>Claudio Rosa</dc:creator><description>&lt;p&gt;&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/RAK4631_5F00_JLink.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Hi Jo&amp;atilde;o,&lt;/p&gt;
&lt;p&gt;As you can see, RAK4631 is connected with JLink, after some tests with nrfutil, I think that I have some communication problems between JLink and RAK4631.&lt;/p&gt;
&lt;p&gt;I will try to prepare (I have to sold a pin bar ) to try to understand where is the problem.&lt;/p&gt;
&lt;p&gt;Is this the only way to flash a build ?&amp;nbsp; I mean with JLink.&amp;nbsp; Could I do it with USB port?&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&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/Imagem-do-WhatsApp-de-2024_2D00_09_2D00_24-_E0002800_s_2900_-06.29.21_5F00_59dadcc2.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Thank you by your suppor.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Claudio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "no connect "device in nRF Connect for VSCode</title><link>https://devzone.nordicsemi.com/thread/503505?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 06:55:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76831a7a-4b43-4e97-89c1-dff4a0bc5b56</guid><dc:creator>Joao Dullius</dc:creator><description>&lt;p&gt;Hello Claudio,&lt;/p&gt;
&lt;p&gt;If you look on&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.1.4/page/zephyr/boards/arm/rak4631_nrf52840/doc/index.html"&gt;RAK4631 (nordicsemi.com)&lt;/a&gt;, it is stated the following:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;span&gt;The RAK4631 board shall be connected to a Segger Embedded Debugger Unit&amp;nbsp;&lt;/span&gt;&lt;a class="reference external" href="https://www.segger.com/jlink-ob.html"&gt;J-Link OB&lt;/a&gt;&lt;span&gt;. This provides a debug interface to the NRF52840 chip. You can use JLink to communicate with the NRF52840.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So, you&amp;#39;ll need to have an external j-link programmer connected to the RAK4631 j-link interface to program your Zephyr based MCUBOOT bootloader in it.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "no connect "device in nRF Connect for VSCode</title><link>https://devzone.nordicsemi.com/thread/503409?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2024 13:17:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5478830-3a3c-470e-aa2a-5acd28f936e4</guid><dc:creator>Claudio Rosa</dc:creator><description>&lt;p&gt;Sorry, You are correct.&amp;nbsp; I did both because I was not receiving any answer for the first one.&amp;nbsp; If you want we can go with this one and I will close the first one.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "no connect "device in nRF Connect for VSCode</title><link>https://devzone.nordicsemi.com/thread/503401?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2024 12:53:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:508fb910-ba32-46bf-b8ae-3c3418efd593</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I found a &lt;a href="https://devzone.nordicsemi.com/support-private/support/333328"&gt;similar case from you&lt;/a&gt;, and to me, the issue in both cases appears to be the same. Please let me know if there are any differences. If they are the same, I recommend closing one, as creating two threads for the same issue is not advisable.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>