<?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>DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56824/dfu-sdk-v16-on-mac-os-x</link><description>Hi, I am trying to get DFU from SDK16 working on my Mac.(Mac Os Mojave). I am following the instruction on https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Fble_sdk_app_dfu_bootloader.html 
 I have tried first to build the micro</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Apr 2020 22:37:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56824/dfu-sdk-v16-on-mac-os-x" /><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/244234?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2020 22:37:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bac08f7c-0db2-484d-8049-f5ff1e84dab1</guid><dc:creator>Eugene Yu</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have solved this libusb issue on macOS with following command.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;brew rm libusb --force&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;brew install libusb&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/232196?ContentTypeID=1</link><pubDate>Sun, 02 Feb 2020 17:11:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b535461-29f2-48f8-b048-fce8608e5f3d</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;I have pyinstaller version 3.6 and it using python 3.7. &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I believe the problem is that some modules/libraries did not get installed properly&amp;nbsp;- see above :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;import tornado&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; ModuleNotFoundError: No module named &amp;#39;tornado&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Likely, installing those module manually would solve the problem. &amp;nbsp;However, I dont have time for&amp;nbsp;this for now. &amp;nbsp;I have others issues to solve before returning to that topic.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nrfutil work fine with Terminal.app for DFU usage. &amp;nbsp; &amp;nbsp;I have not tried the&amp;nbsp;other&amp;nbsp;feature yet.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/231666?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2020 13:32:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e33a1de5-0a03-4e4d-b450-19d70b7a40dd</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Have you installed pyinstaller using &amp;#39;pip3 install pyinstaller&amp;#39; ? Did you verify the version using &amp;#39;pyinstaller --version&amp;#39;?&lt;/p&gt;
&lt;p&gt;Maybe these links could be of help?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://pyinstaller.readthedocs.io/en/stable/installation.html"&gt;https://pyinstaller.readthedocs.io/en/stable/installation.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://pyinstaller.readthedocs.io/en/stable/installation.html#verifying-the-installation"&gt;https://pyinstaller.readthedocs.io/en/stable/installation.html#verifying-the-installation&lt;/a&gt; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/230997?ContentTypeID=1</link><pubDate>Sun, 26 Jan 2020 20:27:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14c5508a-21bf-4ffe-9d03-cc5f3a85d176</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;I believe that&amp;nbsp;I have found the solution. &amp;nbsp;I have just follow my idea above and found the pip uninstall command.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What I have done &amp;nbsp;is:&lt;/p&gt;
&lt;p&gt;in mac terminal.app, uninstall nrfutil by typing:&lt;/p&gt;
&lt;p&gt;1. &amp;nbsp;pip3 uninstall nrfutil &amp;nbsp; // &amp;nbsp;use pip3 to specify python3, if permission denied, use sudo before and enter password.&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;retype: &amp;nbsp;&lt;span&gt;pip3 uninstall nrfutil &amp;nbsp; // make&amp;nbsp;sure&amp;nbsp;that all the&amp;nbsp;file are gone. &amp;nbsp;Delete those remaining manually if needed.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. &amp;nbsp;Follow the installation instruction from :&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/pdf/nrfutil_v1.7.pdf"&gt;https://infocenter.nordicsemi.com/pdf/nrfutil_v1.7.pdf&lt;/a&gt;, &amp;nbsp;but replace all installation pip &amp;nbsp;command by: sudo pip 3 &amp;nbsp;. &amp;nbsp;This&amp;nbsp;will&amp;nbsp;avoid permission denied error and&amp;nbsp;&lt;/span&gt;install the file in python3 folders. &amp;nbsp; You also have to replace python commands by: python3.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have used the installation procedure in section from&amp;nbsp;the above&amp;nbsp;document without difficulty : &amp;nbsp;&lt;/span&gt;2.2 Installing from sources. &amp;nbsp;: &amp;nbsp;Typing: &amp;nbsp; nrfutil --help &amp;nbsp; &amp;nbsp;confirm that the program is now functional.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have tried the following command to create a&amp;nbsp;self-contained executable version of&amp;nbsp;nrfutil, without success.&amp;nbsp;: &amp;nbsp;&lt;span&gt;pyinstaller nrfutil.spec&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The installation log indicate&amp;nbsp;that several missing module&amp;nbsp;that could not be import. &amp;nbsp;The command have generate an&amp;nbsp;non-functional&amp;nbsp;installation package. &amp;nbsp;Here a&amp;nbsp;partial list of the errors. &amp;nbsp;At this point I will just use the nrfutil with terminal command and report if I have problems later. &amp;nbsp;I want to use the DFU utilities.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Partial log report for&amp;nbsp;pyinstaller nrfutil.spec:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;///21280 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;MacOSX&amp;quot;: added&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;21664 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;nbAgg&amp;quot;: ignored&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;No module named &amp;#39;IPython&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;22264 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;Qt4Agg&amp;quot;: ignored&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;Failed to import any qt binding&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;22645 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;Qt4Cairo&amp;quot;: ignored&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;cairo backend requires that pycairo&amp;gt;=1.11.0 or cairocffiis installed&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;23224 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;Qt5Agg&amp;quot;: ignored&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;Failed to import any qt binding&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;23604 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;Qt5Cairo&amp;quot;: ignored&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;cairo backend requires that pycairo&amp;gt;=1.11.0 or cairocffiis installed&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;24180 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;TkAgg&amp;quot;: added&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;24764 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;TkCairo&amp;quot;: ignored&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;cairo backend requires that pycairo&amp;gt;=1.11.0 or cairocffiis installed&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;25146 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;WebAgg&amp;quot;: ignored&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;Traceback (most recent call last):&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/matplotlib/backends/backend_webagg.py&amp;quot;, line 26, in &amp;lt;module&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;import tornado&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ModuleNotFoundError: No module named &amp;#39;tornado&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;During handling of the above exception, another exception occurred:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Traceback (most recent call last):&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;&amp;lt;string&amp;gt;&amp;quot;, line 12, in &amp;lt;module&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/matplotlib/backends/backend_webagg.py&amp;quot;, line 28, in &amp;lt;module&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;raise RuntimeError(&amp;quot;The WebAgg backend requires Tornado.&amp;quot;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;RuntimeError: The WebAgg backend requires Tornado.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;25680 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;WX&amp;quot;: ignored&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;No module named &amp;#39;wx&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;26065 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;WXAgg&amp;quot;: ignored&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;No module named &amp;#39;wx&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;26454 INFO: &lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;Matplotlib backend &amp;quot;WXCairo&amp;quot;: ignored&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;No module named &amp;#39;wx&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/230943?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2020 19:13:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ea1ef39-3ecb-42a2-821e-363e87db28df</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;Hi Marjeris,&lt;/p&gt;
&lt;p&gt;i ran&amp;nbsp;&lt;span&gt;pip3 install -U setuptools and as&amp;nbsp;you can see, it says&amp;nbsp;Requirement already up-to-date..&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Notice that I also running&amp;nbsp;python3.7, as&amp;nbsp;indicate earlier in the post.&amp;nbsp; &amp;nbsp;Also, NrfUtils 6.0.0 was working before the latest upgrade, few days ago.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;_____&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;SLMini-I5-172:~ slareau$ pip3 install -U setuptools&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Requirement already up-to-date: setuptools in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (45.1.0)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;________&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Pip -- version &amp;nbsp; give me:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;_______&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;SLMini-I5-172:~ slareau$ pip --version&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;pip 19.3.1 from /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pip (python 3.7)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;________&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am&amp;nbsp;using pip&amp;nbsp;and&amp;nbsp;python 3.7 for programming currently&amp;nbsp;without problems.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have tried to download and go back to nrfutil version 6.0.0 and it don&amp;#39;t work anymore - same error as V6.0.1. &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I would like&amp;nbsp;to erase&amp;nbsp;everything and restart from scratch but I am not&amp;nbsp;sure what file was installed. I&amp;nbsp;don&amp;#39;t&amp;nbsp;want to&amp;nbsp;accidentally delete file that are used with my other&amp;nbsp;program that use python&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/230838?ContentTypeID=1</link><pubDate>Fri, 24 Jan 2020 12:02:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13c747b4-f8ef-4172-a5a0-c34b39bcb1d0</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The installation instructions are general for all OS, but if you have&amp;nbsp;multiple versions of Python installed in your system you need to check that you are using the right version. In the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrfutil/UG/nrfutil/nrfutil_installing.html"&gt;Installing instructions for nRFutil&lt;/a&gt; it&amp;#39;s stated that you should use Python 3.7 or later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The sudo requirement is probably because of local settings / install permissions settings in your computer.&lt;/p&gt;
&lt;p&gt;Could you double check your python enviroment for pip install using command &amp;#39;pip --version&amp;#39;? It looks like you are using the python 2 enviroment instead of python 3. Try &amp;#39;pip3&amp;#39; instead.&lt;/p&gt;
&lt;p&gt;Did you run &amp;#39;pip install -U setuptools&amp;#39; before installing the requirements?&lt;/p&gt;
&lt;p&gt;Have you installed pyinstaller?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/230735?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 19:03:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d0a1760-8169-4da5-a0e5-496d8a4dd68b</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;After the install command, I had the following warning , but the rest of the processs seems OK.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;SLMini-I5-172:pc-nrfutil-master slareau$ sudo python3 setup.py install&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: &amp;#39;zipfile&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;warnings.warn(msg)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: &amp;#39;console&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;warnings.warn(msg)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;running install.....&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/230728?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 18:20:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01b065ef-1f32-4ec5-83c2-ff475e3d84f7</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;Specific installation instruction for OsX would be nice since command differ from&amp;nbsp;what is in the instruction.&lt;/p&gt;
&lt;p&gt;Had to use sudo and python3.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/230726?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 18:18:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bca62709-b5f9-4ab5-8aa1-b254918bce27</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;Following the instruction, I&amp;nbsp;have download tnrfutil installation pkg from Github.&lt;/p&gt;
&lt;p&gt;In Terminal.app I navigate to the folder and type :&amp;nbsp;&lt;span&gt;pip install -r requirements.txt&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Listing says&amp;nbsp;that all&amp;nbsp;requierent were satisfied, except this line :&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;Ignoring antlib: markers &amp;#39;sys_platform == &amp;quot;win32&amp;quot;&amp;#39; don&amp;#39;t match your environment&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I &amp;nbsp;assume that Ok, its a&amp;nbsp;Mac.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;&lt;span&gt;have tried to run&amp;nbsp;&lt;/span&gt;nrf_util without installation and this append:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;****&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; &amp;nbsp;SLMini-I5-172:pc-nrfutil-master slareau$ python nordicsemi/__main__.py&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; Traceback (most recent call last):&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;nordicsemi/__main__.py&amp;quot;, line 43, in &amp;lt;module&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;import click&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ImportError: No module named click&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;****&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I ran&amp;nbsp;instead&amp;nbsp;python3 command (not in the instruction): &amp;nbsp;python3 nordicsemi/__main__.py&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;****&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;SLMini-I5-172:pc-nrfutil-master slareau$ python3 nordicsemi/__main__.py&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Traceback (most recent call last):&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;nordicsemi/__main__.py&amp;quot;, line 52, in &amp;lt;module&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;from nordicsemi.dfu.dfu_transport_serial import DfuTransportSerial&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/nordicsemi/dfu/dfu_transport_serial.py&amp;quot;, line 53, in &amp;lt;module&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;from nordicsemi.dfu.dfu_trigger import DFUTrigger&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/nordicsemi/dfu/dfu_trigger.py&amp;quot;, line 48, in &amp;lt;module&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;import usb1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/usb1/__init__.py&amp;quot;, line 61, in &amp;lt;module&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;from . import libusb1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/usb1/libusb1.py&amp;quot;, line 199, in &amp;lt;module&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;libusb = _loadLibrary()&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/usb1/libusb1.py&amp;quot;, line 173, in _loadLibrary&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;return dll_loader(&amp;#39;libusb-1.0&amp;#39; + suffix, **loader_kw)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &lt;/span&gt;File &amp;quot;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/__init__.py&amp;quot;, line 364, in __init__&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;self._handle = _dlopen(self._name, mode)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;OSError: dlopen(libusb-1.0.dylib, 6): image not found&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;*****&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The //&amp;nbsp;OSError: dlopen(libusb-1.0.dylib, 6): image not found // is the one I got previously - see beginning of the post&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To install nrfutil, the&amp;nbsp;&lt;/span&gt;&lt;code&gt;python setup.py install does not work - it try to install the program with python 2.7 framework. &amp;nbsp;I had to use python3&amp;nbsp;&lt;span&gt;setup.py install&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;and then got&amp;nbsp;&amp;nbsp;the error at the end of a long list:&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;error: [Errno 13] Permission denied: &amp;#39;/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/easy-install.pth&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I had to use the command: sudo&amp;nbsp;&lt;/span&gt;&lt;code&gt;python3 setup.py install, &amp;nbsp;and it work.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;I have then tried to run the command :&amp;nbsp;&lt;span&gt;pyinstaller nrfutil.spec&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;and the command was not found.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;***&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;SLMini-I5-172:pc-nrfutil-master slareau$ pyinstaller nrfutil.spec&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-bash: pyinstaller: command not found&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;*****&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Typing the command: nrfutil -- help &amp;nbsp; &amp;nbsp;give&amp;nbsp;and a long list ending by the following error:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;OSError: dlopen(libusb-1.0.dylib, 6): image not found&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Could it be&amp;nbsp;that a file is misplace during the installation ? Please look at the&amp;nbsp;&lt;/span&gt;screenshot.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/230713?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 16:43:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c71c639-c47b-4609-933f-3144e503863e</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you try to &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrfutil/UG/nrfutil/nrfutil_install_from_source.html"&gt;reinstall nrfutil from sources&lt;/a&gt; (using pip)?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU SDK v16 on Mac OS X</title><link>https://devzone.nordicsemi.com/thread/230156?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2020 18:31:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ded4e19-cb18-44cf-b8f4-09151ad96008</guid><dc:creator>SL06</dc:creator><description>&lt;p&gt;I have just notice that nrfutil come with the libusb package. &amp;nbsp;have tried to reinstall nrfutil with the following command as stated in the nrfutil v1.3 document find on the web:&lt;span&gt;When installing on macOS, you might get an error about the Python module &lt;/span&gt;&lt;span&gt;six&lt;/span&gt;&lt;span&gt;. In this case, enter the following command instead&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;pip install --ignore-installed six nrfutil&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When generating the private key, I still have the same error :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;OSError: dlopen(libusb-1.0.dylib, 6): image not found&lt;/span&gt;&lt;/p&gt;
&lt;div class="page" title="Page 5"&gt;
&lt;div class="layoutArea"&gt;
&lt;div class="column"&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>