<?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>Has my Thingy91 died?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108489/has-my-thingy91-died</link><description>I need to find out if my Thingy:91 has died or did something else happen that can be recovered. IS THERE A WAY TO TEST IF A THINGY:91 IS STILL ALIVE AT ALL? 
 The Thingy:91 has been working perfectly running the devAcademy example code and other code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Feb 2024 17:51:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108489/has-my-thingy91-died" /><item><title>RE: Has my Thingy91 died?</title><link>https://devzone.nordicsemi.com/thread/471635?ContentTypeID=1</link><pubDate>Thu, 29 Feb 2024 17:51:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26e2b553-8c53-43ad-a7ff-119a8259ef23</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;Hello Brian,&lt;/p&gt;
&lt;p&gt;West is installed with the zephyr toolchain. If you open nRF Connect terminal (not just standard terminal/powershell) from VS Code it should have PATH set up correctly so that you can use west from there.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has my Thingy91 died?</title><link>https://devzone.nordicsemi.com/thread/471151?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2024 00:13:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e12c7a7d-6ad8-42cb-a749-faadc384321c</guid><dc:creator>Brian Fuller</dc:creator><description>&lt;p&gt;Michal,&lt;/p&gt;
&lt;p&gt;I spoke too soon. I can flash firmware to my new Thingy:91 (the one that arrived in the mail yesterday) but I still cannot flash to the old Thingy:91 that had been working until I set the switch on the Thingy:91 to nrf52 than back to nrf91. The flash command has failed since then. &lt;/p&gt;
&lt;p&gt;I still get the following error when I flash to the old Thingy:91&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;west flash -d /nordicsemi/myapps/fund_less4_exer1/build --skip-rebuild --dev-id 52001021&lt;/p&gt;
&lt;p&gt;-- west flash: using runner nrfjprog&lt;br /&gt;-- runners.nrfjprog: Flashing file: /nordicsemi/myapps/fund_less4_exer1/build/zephyr/merged.hex&lt;br /&gt;[ ###### ] 0.000s | Erase file - Check image [ #### ] 0.000s | Check image validity - Initialize device info [ ######## ] 0.000s | Check image validity - Check region 0 settings [ ############ ] 0.000s | Check image validity - block 1 of 3 [ ################ ] 0.007s | Check image validity - block 2 of 3 [ #################### ] 0.032s | Check image validity - Finished [ ############# ] 0.000s | Erase file - Erasing [ ###### ] 0.000s | Erasing non-volatile memory - block 1 of 2 [ ############# ] 0.569s | Erasing non-volatile memory - block 2 of 2 [ #################### ] 0.000s | Erasing non-volatile memory - Erase successful [ #################### ] 4.221s | Erase file - Done erasing &lt;br /&gt;[ ###### ] 0.000s | Program file - Checking image [ #### ] 0.000s | Check image validity - Initialize device info [ ######## ] 0.000s | Check image validity - Check region 0 settings [ ############ ] 2.878s | Check image validity - block 1 of 3 [ ################ ] 1.080s | Check image validity - block 2 of 3 [ #################### ] 0.008s | Check image validity - Finished [ ############# ] 0.000s | Program file - Programming [ ###### ] 0.000s | Programming image - block 1 of 2 [error] [ Client] -&lt;/p&gt;
&lt;p&gt;Encountered error -102: Command program_file executed for 74 milliseconds with result -102&lt;br /&gt;[error] [ nRF91] - The write access failed, but no cause could be determined.&lt;br /&gt;[error] [ nRF91] - It may be due to an unaligned access, accessing a nonexistent memory, or a communication issue.&lt;br /&gt;[error] [ nRF91] - Failed while performing &amp;#39;Write&amp;#39; operation on target address 0x00000000. &lt;br /&gt;-102: An unknown error.&lt;br /&gt;[error] [ nRF91] - Failed while reading device information.&lt;br /&gt;[error] [ Worker] - An unknown error.&lt;br /&gt;ERROR: JLinkARM DLL reported an error. Try again. If error condition&lt;br /&gt;ERROR: persists, run the same command again with argument --log, contact Nordic&lt;br /&gt;ERROR: Semiconductor and provide the generated log.log file to them.&lt;br /&gt;NOTE: For additional output, try running again with logging enabled (--log).&lt;br /&gt;NOTE: Any generated log error messages will be displayed.&lt;br /&gt;FATAL ERROR: command exited with status 33: nrfjprog --program /nordicsemi/myapps/fund_less4_exer1/build/zephyr/merged.hex --sectorerase --verify -f NRF91 --snr 52001021&lt;/p&gt;
&lt;p&gt;* The terminal process terminated with exit code: 33. &lt;br /&gt; * Terminal will be reused by tasks, press any key to close it.&lt;/p&gt;
&lt;p&gt;So the JLink is working since I can flash to the new Thingy:91.&lt;/p&gt;
&lt;p&gt;I am unable to run the west flash.... command in the Visual Studio Code Terminal so I cannot run the --log command. See below&lt;/p&gt;
&lt;p&gt;west flash -d /nordicsemi/myapps/fund_less4_exer1/build --skip-rebuild --dev-id 52001021&lt;br /&gt;Command &amp;#39;west&amp;#39; not found, did you mean:&lt;br /&gt; command &amp;#39;jest&amp;#39; from deb jest (27.5.1~ds+~cs69.51.22-2)&lt;br /&gt; command &amp;#39;test&amp;#39; from deb coreutils (8.32-4.1ubuntu1)&lt;br /&gt;Try: sudo apt install &amp;lt;deb name&amp;gt;&lt;br /&gt;brianf@devbook:/nordicsemi/myapps/cppTest$ &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The following executable files are in my directory /opt/nrf-command-line-tools/bin&lt;/p&gt;
&lt;p&gt;Where would the west command live? Isn&amp;#39;t west installed when I Installed the nrf-command-line-tools?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Brian&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has my Thingy91 died?</title><link>https://devzone.nordicsemi.com/thread/471138?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2024 21:03:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c06b3b2a-cd0d-48d5-b589-32650876950d</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;Hello Brian,&lt;/p&gt;
&lt;p&gt;I am glad to hear that.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has my Thingy91 died?</title><link>https://devzone.nordicsemi.com/thread/470900?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2024 00:55:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfb2f543-2fca-499f-8c86-d2a454a810ed</guid><dc:creator>Brian Fuller</dc:creator><description>&lt;p&gt;Hello Michal,&lt;/p&gt;
&lt;p&gt;I have resolved the problem with my system. I reloaded nRF command line tools package, explicitly set&lt;/p&gt;
&lt;p&gt;/opt/nrf-command-line-tools/bin in PATH, sourced the .bashrc file,&amp;nbsp; and restarted Visual Studio Code. I can now flash my projects in nRF91. Thank you for your help.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Brian Fuller&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has my Thingy91 died?</title><link>https://devzone.nordicsemi.com/thread/470555?ContentTypeID=1</link><pubDate>Sat, 24 Feb 2024 16:19:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b76bf20-8e05-4992-8778-8aa40e5bf059</guid><dc:creator>Brian Fuller</dc:creator><description>&lt;p&gt;Saturday, Feb 24, 2024 - 08:49 Mountain Standard Time (North America)&lt;/p&gt;
&lt;p&gt;Hello Michal,&lt;/p&gt;
&lt;p&gt;A new Thingy:91 arrived at my office. I plugged it in to the JLink Base. As expected it blinks Green on startup right out of the box.&lt;/p&gt;
&lt;p&gt;I then flashed blinky to the new Thingy:91 and got the following error message in the Visual Studio Code Terminal window.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Flashing build to 52001021&lt;/em&gt;&lt;br /&gt;&lt;em&gt;west flash -d /nordicsemi/myapps/blinky_01/build --skip-rebuild --dev-id 52001021&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;-- west flash: using runner nrfjprog&lt;/em&gt;&lt;br /&gt;&lt;em&gt;-- runners.nrfjprog: Flashing file: /nordicsemi/myapps/blinky_01/build/zephyr/zephyr.hex&lt;/em&gt;&lt;br /&gt;&lt;em&gt;[ ######&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&amp;nbsp;&amp;nbsp; 0.000s | Erase file - Check image&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ #####&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&amp;nbsp;&amp;nbsp; 0.000s | Check image validity - Initialize device info&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ ##########&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&amp;nbsp;&amp;nbsp; 0.000s | Check image validity - Check region 0 settings&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ ###############&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&amp;nbsp;&amp;nbsp; 0.000s | Check image validity - block 1 of 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ #################### ]&amp;nbsp;&amp;nbsp; 0.043s | Check image validity - Finished&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ #############&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&amp;nbsp;&amp;nbsp; 0.000s | Erase file - Erasing&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ ##########&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&amp;nbsp;&amp;nbsp; 0.000s | Erasing non-volatile memory - block 1 of 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [error] [ Client] - Encountered error -102: Command erase_file executed for 86 milliseconds with result -102&lt;/em&gt;&lt;br /&gt;&lt;em&gt;[error] [&amp;nbsp; nRF91] - Failed while performing Erase operation on target address 35068. &lt;/em&gt;&lt;br /&gt;&lt;em&gt;-102: JLinkARM.dll WriteU32 returned error -1.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;[error] [&amp;nbsp; nRF91] - Failed while erasing device. -102: JLinkARM.dll WriteU32 returned error -1.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;[error] [ Worker] - JLinkARM.dll WriteU32 returned error -1.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;ERROR: JLinkARM DLL reported an error. Try again. If error condition&lt;/em&gt;&lt;br /&gt;&lt;em&gt;ERROR: persists, run the same command again with argument --log, contact Nordic&lt;/em&gt;&lt;br /&gt;&lt;em&gt;ERROR: Semiconductor and provide the generated log.log file to them.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;NOTE: For additional output, try running again with logging enabled (--log).&lt;/em&gt;&lt;br /&gt;&lt;em&gt;NOTE: Any generated log error messages will be displayed.&lt;/em&gt;&lt;br /&gt;&lt;em&gt;FATAL ERROR: command exited with status 33: nrfjprog --program /nordicsemi/myapps/blinky_01/build/zephyr/zephyr.hex --sectorerase --verify -f NRF91 --snr 52001021&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;*&amp;nbsp; The terminal process terminated with exit code: 33. &lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp;*&amp;nbsp; Terminal will be reused by tasks, press any key to close it.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;As a reminder, the &amp;quot;west&amp;quot; command fails when I run it in the Visual Studio Code TERMINAL window.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;I get the following response when I directly repeat the west command that was executed to give the error above.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;west flash -d /nordicsemi/myapps/blinky_01/build --skip-rebuild --dev-id 52001021&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Command &amp;#39;west&amp;#39; not found, did you mean:&lt;/em&gt;&lt;br /&gt;&lt;em&gt; command &amp;#39;test&amp;#39; from deb coreutils (8.32-4.1ubuntu1)&lt;/em&gt;&lt;br /&gt;&lt;em&gt; command &amp;#39;jest&amp;#39; from deb jest (27.5.1~ds+~cs69.51.22-2)&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Try: sudo apt install &amp;lt;deb name&amp;gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The final recommendation of &lt;span style="text-decoration:underline;"&gt;&lt;em&gt;Try: sudo apt install &amp;lt;deb name&amp;gt;&lt;/em&gt;&lt;/span&gt; indicates I need to install something but clearly west is already in the system since the build/flash system was working perfectly before I briefly set the switch to nrf52 to play with the Bluetooth LE and then switched back to nrf91.&lt;/p&gt;
&lt;p&gt;Finally: The new Thingy:91 continues to blink a green light indicating that the firmware that the Thingy was loaded with at the factory is still active and that the flash command did&amp;nbsp; not get to the point of erasing the firmware, which is indicated in the flash error that appears above.&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;
&lt;p&gt;Brian&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has my Thingy91 died?</title><link>https://devzone.nordicsemi.com/thread/470525?ContentTypeID=1</link><pubDate>Fri, 23 Feb 2024 20:35:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:106bdbd3-b381-48b3-adcb-8cfe0986ceca</guid><dc:creator>Brian Fuller</dc:creator><description>&lt;div&gt;Hi Michal,&lt;/div&gt;
&lt;div&gt;I do not currently have another device to test with the JLink device though there is a new Thingy:91 arriving in the mail later today.&amp;nbsp; I&amp;#39;ll test it when it arrives and report.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Regarding the --log command:&lt;/div&gt;
&lt;div&gt;I am not able to successfully execute the &amp;quot;west flash&amp;quot; command. I execute the command in the nRF TERMINAL window where I would expect&lt;/div&gt;
&lt;div&gt;the environmental variables to be set but I get the following results:&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;brianf@devbook:/nordicsemi/myapps/cppTest$ west flash -d /nordicsemi/myapps/blinky_01/build --log --skip-rebuild --dev-id 52001021&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Command &amp;#39;west&amp;#39; not found, did you mean:&lt;br /&gt;&amp;nbsp; command &amp;#39;test&amp;#39; from deb coreutils (8.32-4.1ubuntu1)&lt;br /&gt;&amp;nbsp; command &amp;#39;jest&amp;#39; from deb jest (27.5.1~ds+~cs69.51.22-2)&lt;br /&gt;Try: sudo apt install &amp;lt;deb name&amp;gt;&lt;br /&gt;brianf@devbook:/nordicsemi/myapps/cppTest$&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;I&amp;#39;ll look through DevAcademy for how to compile and link from the command line unless you have a better suggestion.&lt;/div&gt;
&lt;div&gt;Have a good weekend Michal og tusen takk.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Brian&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has my Thingy91 died?</title><link>https://devzone.nordicsemi.com/thread/470462?ContentTypeID=1</link><pubDate>Fri, 23 Feb 2024 13:08:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfe5f1b6-5cc5-4c8e-9e94-6e11914c3803</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;Does this JLink work with other devices?&lt;/p&gt;
&lt;p&gt;Are both of the chips not connecting, or is nRF52 or nRF91 still able to connect via JLink?&lt;/p&gt;
&lt;p&gt;Could you try running the command with --log as shown in the output and upload the file here?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has my Thingy91 died?</title><link>https://devzone.nordicsemi.com/thread/470078?ContentTypeID=1</link><pubDate>Wed, 21 Feb 2024 15:31:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6bcde9e1-4be1-4397-b416-5bcb831a60fe</guid><dc:creator>Brian Fuller</dc:creator><description>&lt;p&gt;Good morning Michal, Thank you for the response. The response to nrfjprog --recover is below.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;brianf@devbook:/nordicsemi/nrf_gitHub_repos/ncs-fund/v2.x.x/lesson4/fund_less4_exer1$ nrfjprog --recover&lt;br /&gt;[error] [ Client] - Encountered error -102: Command connect_to_emu_with_snr executed for 1420 milliseconds with result -102&lt;br /&gt;ERROR: Unable to connect to a debugger.&lt;br /&gt;[error] [ Worker] - An unknown error.&lt;br /&gt;ERROR: JLinkARM DLL reported an error. Try again. If error condition&lt;br /&gt;ERROR: persists, run the same command again with argument --log, contact Nordic&lt;br /&gt;ERROR: Semiconductor and provide the generated log.log file to them.&lt;br /&gt;NOTE: For additional output, try running again with logging enabled (--log).&lt;br /&gt;NOTE: Any generated log error messages will be displayed.&lt;br /&gt;brianf@devbook:/nordicsemi/nrf_gitHub_repos/ncs-fund/v2.x.x/lesson4/fund_less4_exer1$&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Has my Thingy91 died?</title><link>https://devzone.nordicsemi.com/thread/470047?ContentTypeID=1</link><pubDate>Wed, 21 Feb 2024 13:54:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7784246d-aeb1-4d8b-ba8e-9b89a385d797</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;Hello Brian,&lt;/p&gt;
&lt;p&gt;What happens when you run &lt;code&gt;nrfjprog: --recover&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>