<?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>Simple Thingy52 Firmware Change</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25324/simple-thingy52-firmware-change</link><description>Hey everyone, 
 I&amp;#39;m new to the Nordic/Thingy/Embedded world and was hoping I could get some hand holding to achieve a simple change. 
 I would like to change the Thingy sample project to display as &amp;quot;MyThingy&amp;quot; instead of &amp;quot;Thingy&amp;quot; verify I can make changes</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Sep 2017 06:48:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25324/simple-thingy52-firmware-change" /><item><title>RE: Simple Thingy52 Firmware Change</title><link>https://devzone.nordicsemi.com/thread/99800?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2017 06:48:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e6b4cf5-e2eb-4e81-94c4-3089e7c635ef</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Yes, you will need a cable like &lt;a href="https://www.adafruit.com/product/1675"&gt;this one&lt;/a&gt;, to connect the DK to Thingy for programming.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple Thingy52 Firmware Change</title><link>https://devzone.nordicsemi.com/thread/99799?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 17:06:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4d39254-2622-44e5-82f6-f667dcc461d2</guid><dc:creator>honest_trefor</dc:creator><description>&lt;p&gt;Ok looks like I saw an answer to my question in another blog post, the P9 connector of the Thingy needs to connec to the P19 connector of the development kit.  I do not have that cable so I&amp;#39;m going to move to the Over The Air solutions&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple Thingy52 Firmware Change</title><link>https://devzone.nordicsemi.com/thread/99798?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 15:10:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fa4a06d-6b96-4f84-913c-881e8bd0ed5e</guid><dc:creator>honest_trefor</dc:creator><description>&lt;p&gt;Sorry for the potentially stupid question. What does the cable connection look like?  is it wired between the host computer development kit board only? or is there a wired connection between the Thingy and the development kit as well?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple Thingy52 Firmware Change</title><link>https://devzone.nordicsemi.com/thread/99797?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 14:56:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ba7c457-9671-4836-b7db-5fb94c7d4546</guid><dc:creator>honest_trefor</dc:creator><description>&lt;p&gt;Here are the last 5 lines of &lt;code&gt;make -j&lt;/code&gt; when running it a second time&lt;/p&gt;
&lt;p&gt;Compiling file: crc32.c
make (e=2): The system cannot find the file specified.
make: *** [clean] Error 2
make: *** Waiting for unfinished jobs....
Assembly file: gcc_startup_nrf52.S&lt;/p&gt;
&lt;p&gt;and here is the output when running &lt;code&gt;make -j&lt;/code&gt; a third time&lt;/p&gt;
&lt;p&gt;rm -rf _build
process_begin: CreateProcess(NULL, rm -rf _build, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [clean] Error 2
make: *** Waiting for unfinished jobs....
Linking target: nrf52832_xxaa_s132.out
make[1]: Entering directory C:/Software/Build/Nordic-Thingy52-FW/project/pca20020_s132/armgcc
Preparing: nrf52832_xxaa_s132.bin
Preparing: nrf52832_xxaa_s132.hex
&amp;#39;
text    data     bss     dec     hex filename
232032    4392   20236  256660   3ea94 _build/nrf52832_xxaa_s132.out
&amp;#39;
make[1]: Leaving directory C:/Software/Build/Nordic-Thingy52-FW/project/pca20020_s132/armgcc&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple Thingy52 Firmware Change</title><link>https://devzone.nordicsemi.com/thread/99796?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 14:54:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd4d96ef-93a4-4fb6-9fa9-9802eed12ca4</guid><dc:creator>honest_trefor</dc:creator><description>&lt;p&gt;first and last five lines when runing &lt;code&gt;make -j&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;fist 5:
rm -rf _build
process_begin: CreateProcess(NULL, rm -rf _build, ...) failed.
echo  makefile
makefile
Compiling file: main.c&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;last 5:
Compiling file: nrf_drv_twi.c
make (e=2): The system cannot find the file specified.
make: *** [clean] Error 2
make: *** Waiting for unfinished jobs....
mkdir _build&lt;/p&gt;
&lt;p&gt;I am using the nRF Conenct Andiod app to see the device. I am not sure if I am erasing the Thingy prior, but I am setting it to Dfu mode and I see &amp;#39;ThingyDfu&amp;#39; on the Andriod app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Simple Thingy52 Firmware Change</title><link>https://devzone.nordicsemi.com/thread/99795?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 14:47:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa97ec16-547d-4ebd-a89d-e386dd620f70</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I tried your approach (except flashing of the bootloader), and I&amp;#39;m seeing the updated name. What is failing when you are compiling with GCC? Which app are you using for checking the updated name? Are you able to see the device at all? Are you erasing the Thingy before flashing the updated application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>