<?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>Can&amp;#39;t run blinky example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5228/can-t-run-blinky-example</link><description>Im trying to run the example blinky_example on BLENano (tried with gcc / nrf51822-sdk on linux and windows) 
 .hex from linux before merge : 8475 bytes
.hex from windows before merge : 8491 bytes 
 On windows, using mergehex with any one of these </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Feb 2015 21:41:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5228/can-t-run-blinky-example" /><item><title>RE: Can't run blinky example</title><link>https://devzone.nordicsemi.com/thread/18320?ContentTypeID=1</link><pubDate>Thu, 19 Feb 2015 21:41:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53b768d3-300a-4c4b-87f9-951800e9e9d2</guid><dc:creator>Francesco F</dc:creator><description>&lt;p&gt;Hi Thomas, I&amp;#39;m having similar problems to yours but I succeed in compiling and flashing the hex completely under Linux.&lt;/p&gt;
&lt;p&gt;I can write here the instructions for what I usually do:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;download lastest SDK (at the time I&amp;#39;m writing is the 7.2.0)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;set the configuration makefile (SDK/components/toolchain/gcc/makefile.posix) according to your configuration&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;go in the blinky makefile dir (SDK/examples/peripherial/blinky/pca10028/s110/armgcc)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;type make command in the current dir&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;copy into the _build dir (you can find it in the same dir of the makefile) the softdevice precompiled hex (supplied by nordics)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;run the following command to merge the two hexes and you&amp;#39;re redy to go!&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To merge the app with the SD:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;srec_cat s110_nrf51822_7.1.0_softdevice.hex -intel nrf51422_xxac.hex -intel -o combined.hex -intel --line-length=44
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I hope it would help you.
Good evening.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>