<?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>NRF Power Profiler Kit 2 (PPK2) won&amp;#39;t connect: &amp;quot;No device setup was found&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114642/nrf-power-profiler-kit-2-ppk2-won-t-connect-no-device-setup-was-found</link><description>Hi, On Ubuntu, after a distribution upgrade from 22 to 24, NRFConnect has failed in a couple of ways. 1. Upon starting, the application fails with: [7982:0910/180010.628514:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Jan 2025 11:40:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114642/nrf-power-profiler-kit-2-ppk2-won-t-connect-no-device-setup-was-found" /><item><title>RE: NRF Power Profiler Kit 2 (PPK2) won't connect: "No device setup was found"</title><link>https://devzone.nordicsemi.com/thread/518130?ContentTypeID=1</link><pubDate>Mon, 13 Jan 2025 11:40:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04885e39-b3c4-4bee-9c86-2c0a3cb4333b</guid><dc:creator>jumper384</dc:creator><description>&lt;p&gt;hello. this was the first link for this problem so i thought i&amp;#39;d reply here for any body else.&lt;br /&gt;&lt;br /&gt;what&amp;#39;s worked for me in this case is adjusting your udev usb rules.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;in terminal, find your usb details with `lsusb`&lt;/p&gt;
&lt;p&gt;Bus 001 Device 014: ID 1915:c00a Nordic Semiconductor ASA PPK2&lt;br /&gt;&lt;br /&gt;then create a udev rule for usb in /etc/udev/rules.d/99-usb.rules&lt;/p&gt;
&lt;p&gt;edit that file so you enter the following:&lt;/p&gt;
&lt;p&gt;SUBSYSTEM==&amp;quot;usb&amp;quot;, ATTR{idVendor}==&amp;quot;1915&amp;quot;, ATTR{idProduct}==&amp;quot;c00a&amp;quot; MODE=&amp;quot;0666&amp;quot;, GROUP=&amp;quot;dialout&amp;quot;&lt;/p&gt;
&lt;p&gt;NOTE, the idVendor and idProduct is device specific and can be inferred by the lsusb output. the rest you may copy.&lt;/p&gt;
&lt;p&gt;reload the rules and you&amp;#39;re good:&lt;br /&gt;sudo udevadm control --reload-rules&lt;br /&gt;sudo udevadm trigger&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Power Profiler Kit 2 (PPK2) won't connect: "No device setup was found"</title><link>https://devzone.nordicsemi.com/thread/502182?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2024 18:02:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f254afd-2b61-468f-a66d-4636f9aeb4d0</guid><dc:creator>jdub</dc:creator><description>&lt;p&gt;Just reporting that I have a viable workaround by setting up a chroot environment running Ubuntu 22 with debootstrap. Within the chroot I had to install a couple packages I couldn&amp;#39;t find in apt to run nrfconnect, like libfuse2, but other than that it wasn&amp;#39;t too bad. Now that it&amp;#39;s set up I just need to bind the relevant files and tell X to accept local connections and it works. Here&amp;#39;s my script for starting up the environment now:&lt;/p&gt;
&lt;p&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;echo &amp;quot;Mounting required directories...&amp;quot;&lt;br /&gt;&lt;br /&gt;sudo mount --bind /proc /srv/ubuntu22_chroot/proc&lt;br /&gt;sudo mount --bind /sys /srv/ubuntu22_chroot/sys&lt;br /&gt;sudo mount --bind /dev /srv/ubuntu22_chroot/dev&lt;br /&gt;sudo mount --bind /dev/pts /srv/ubuntu22_chroot/dev/pts&lt;br /&gt;sudo mount --bind /tmp/.X11-unix /srv/ubuntu22_chroot/tmp/.X11-unix&lt;br /&gt;&lt;br /&gt;xhost +local:&lt;br /&gt;&lt;br /&gt;echo &amp;quot;Entering chroot...&amp;quot;&lt;br /&gt;&lt;br /&gt;sudo chroot /srv/ubuntu22_chroot&lt;br /&gt;&lt;br /&gt;export DISPLAY=:0&lt;br /&gt;xauth add my_pc/unix:&amp;nbsp; MIT-MAGIC-COOKIE-1&amp;nbsp; XXXXXXXXXXXXXXXXXXXXXXXXX&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Power Profiler Kit 2 (PPK2) won't connect: "No device setup was found"</title><link>https://devzone.nordicsemi.com/thread/502175?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2024 16:18:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27e89c05-2806-43d9-bc81-7077dea31f20</guid><dc:creator>jdub</dc:creator><description>&lt;p&gt;Thanks Toastus, you&amp;#39;re right I probably updated too early. My enthusiasm for the latest and greatest overcame my senses. Your idea for a chroot is good, I will give it a shot as a stop-gap measure and report back. In the mean time I hope my report helps the Nordic folks make their updates.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Power Profiler Kit 2 (PPK2) won't connect: "No device setup was found"</title><link>https://devzone.nordicsemi.com/thread/502019?ContentTypeID=1</link><pubDate>Wed, 11 Sep 2024 02:09:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31a09556-388e-4d6d-8477-6106bf12748a</guid><dc:creator>Toastus</dc:creator><description>&lt;p&gt;In case you didn&amp;#39;t notice, Ubuntu 24 is not officially supported yet by the nrf SDK tools. I got similarly burned by upgrading to 22 too early. If you don&amp;#39;t want to (or cannot) roll back to 22, have you tried running under an Ubuntu 22 chroot?&lt;/p&gt;
&lt;p&gt;Chroot&amp;nbsp;doesn&amp;#39;t always fix everything, but chroot has saved me a few times with&amp;nbsp;exactly this issue. In the past, I have invoked the under a chroot command line, but it&amp;#39;s been a while. Examining the command line of a running instance of one of the other tools should give you the necessary syntax. If you can then invoke the PPK2 tool that way (or else, indirectly by launching the main NRF Desktop app first), it may get you across the line while waiting for the devtools to catch up.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation/recommended_versions.html#supported-os"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation/recommended_versions.html#supported-os&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>