<?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>Flashing Blinky Sample to nRF52840 Dongle?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111123/flashing-blinky-sample-to-nrf52840-dongle</link><description>Hi, 
 I tried to flash the blinky example to an nRF52840 Dongle as described here: 
 https://academy.nordicsemi.com/flash-instructions-for-nrf52840-dongle/ 
 Console output is: 
 C:\Users\andre\blinky\build_2\zephyr&amp;gt;nrfutil pkg generate --hw-version 52</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 May 2024 07:43:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111123/flashing-blinky-sample-to-nrf52840-dongle" /><item><title>RE: Flashing Blinky Sample to nRF52840 Dongle?</title><link>https://devzone.nordicsemi.com/thread/483404?ContentTypeID=1</link><pubDate>Wed, 15 May 2024 07:43:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5c96370-a788-4ac5-b2cc-dcf49656ddb1</guid><dc:creator>Andreas Schurz</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;VS Code integration has no longer a specific nRFConnect Terminal instead tells to you default terminal which is not capable of using &amp;quot;&amp;#39;west&amp;quot;. However the second method with the toolchain manager works.&lt;/p&gt;
&lt;p&gt;Build calls needs to be the following in this case - documentation is wrong:&lt;/p&gt;
&lt;p&gt;west build -b nrf52840dongle_nrf52840 zephyr/samples/basic/blinky&lt;/p&gt;
&lt;p&gt;nrfutil pkg generate --hw-version 52 --sd-req=0x00 --application build/zephyr/zephyr.hex --application-version 1 blinky.zip&lt;/p&gt;
&lt;p&gt;nrfutil dfu usb-serial -pkg blinky.zip -p COM7&lt;/p&gt;
&lt;p&gt;Nevertheless:&lt;/p&gt;
&lt;p&gt;Now my green LED is blinking which seems to be fine.&lt;/p&gt;
&lt;p&gt;Many thanks for the help. We may close this issue.&lt;/p&gt;
&lt;p&gt;Regards, Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flashing Blinky Sample to nRF52840 Dongle?</title><link>https://devzone.nordicsemi.com/thread/483301?ContentTypeID=1</link><pubDate>Tue, 14 May 2024 13:21:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1671a098-53ff-4ce3-8059-8bcd9cf42caa</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can Open VS Code, then open the nRF Connect terminal as shown below.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&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/pastedimage1715692694615v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note.&amp;nbsp;It is important to use the&amp;nbsp;&lt;strong&gt;nRF Connect&lt;/strong&gt;&amp;nbsp;terminal as this is the terminal where the build toolchain, such as&amp;nbsp;&lt;code&gt;west&lt;/code&gt;&amp;nbsp;, are sourced and available for use. If you use the other terminals, you will get an error saying that the command is not recognized.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You also can open bash/command prompt via ToolChain Manager to use the &amp;quot;west&amp;quot; command:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1715692823052v2.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flashing Blinky Sample to nRF52840 Dongle?</title><link>https://devzone.nordicsemi.com/thread/483187?ContentTypeID=1</link><pubDate>Tue, 14 May 2024 08:46:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60129502-f76e-4d09-9fd7-6ed5a3a9c5a9</guid><dc:creator>Andreas Schurz</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;thanks for the quick response.&lt;/p&gt;
&lt;p&gt;I am using the VS Code Blinky Sample from&amp;nbsp;&lt;a id="" href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regarding the possible solution&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/nordic/nrf52840dongle/doc/index.html#option-1-using-the-built-in-bootloader-only"&gt;nRF52840 Dongle &amp;mdash; Zephyr Project documentation (nRF Connect SDK) (nordicsemi.com)&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;I installed the environment using the VS Code plugins so &amp;quot;west&amp;quot; cannot be used on my machine - won&amp;#39;t be found. Could you point me to installation instructions how to configure my Windows machine to use &amp;quot;west&amp;quot; in the console?&lt;/p&gt;
&lt;p&gt;Regards, Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Flashing Blinky Sample to nRF52840 Dongle?</title><link>https://devzone.nordicsemi.com/thread/483129?ContentTypeID=1</link><pubDate>Mon, 13 May 2024 20:07:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3964d59e-24d4-406c-80c1-6ffc4d95f46c</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you using&amp;nbsp;samples/basic/blinky?&lt;/p&gt;
&lt;p&gt;Check out&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/nordic/nrf52840dongle/doc/index.html#option-1-using-the-built-in-bootloader-only"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/boards/nordic/nrf52840dongle/doc/index.html#option-1-using-the-built-in-bootloader-only&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>