<?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>How to get a stand-alone &amp;quot;snapshot&amp;quot; of a bootloader source code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10874/how-to-get-a-stand-alone-snapshot-of-a-bootloader-source-code</link><description>I have now used days trying to create a working clone of &amp;quot;dfu_dual_bank_ble_s110_pca100028&amp;quot; so that the source would compile and result would work correctly, independently of the sdk (nRF51_SDK_8.1.0_b6ed55f). I am building with Keil uVision 5.14.0.0</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Dec 2015 13:14:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10874/how-to-get-a-stand-alone-snapshot-of-a-bootloader-source-code" /><item><title>RE: How to get a stand-alone "snapshot" of a bootloader source code</title><link>https://devzone.nordicsemi.com/thread/40677?ContentTypeID=1</link><pubDate>Tue, 15 Dec 2015 13:14:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b76bbbfd-7625-4f2b-96cd-87c85ba0943a</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I am afraid that you&amp;#39;ll have to this manually, i.e. copy the referenced .c and .h files to an empty project like you have done. However, if you have not altered the files it should work just like the original example. Would it be possible for you to attach a copy of your cloned project here on DevZone? If not you can create a support case in our &lt;a href="https://www.nordicsemi.com/eng/supportcase/create"&gt;closed support portal&lt;/a&gt; and I&amp;#39;ll pick it up there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get a stand-alone "snapshot" of a bootloader source code</title><link>https://devzone.nordicsemi.com/thread/40679?ContentTypeID=1</link><pubDate>Tue, 15 Dec 2015 11:09:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c915a4b-1352-4a16-bf3a-aa32a48b8397</guid><dc:creator>Jarmo</dc:creator><description>&lt;p&gt;Yes, I know. But to be able to deliver working software package for our customer, and to be able to manage versions with a single git repository, I would need a different approach. Last week we just hit a problem that our customer had different packs installed and our source did not compile.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get a stand-alone "snapshot" of a bootloader source code</title><link>https://devzone.nordicsemi.com/thread/40680?ContentTypeID=1</link><pubDate>Tue, 15 Dec 2015 10:23:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e61dccc-5aa5-4366-8ba0-1eecd9720195</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;It is not &amp;quot;stand alone&amp;quot;, but files that are included from there are not meant to be modified. These are only libraries, that (mostly) won&amp;#39;t need changes. Files that ou can modify are in RTE in your project folder.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get a stand-alone "snapshot" of a bootloader source code</title><link>https://devzone.nordicsemi.com/thread/40681?ContentTypeID=1</link><pubDate>Tue, 15 Dec 2015 10:15:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5c81db9-d580-42cb-bace-b5692b46edf0</guid><dc:creator>Jarmo</dc:creator><description>&lt;p&gt;Thanks, I tried that, but the result is actually using lots of files from the Keil installation folder. The compiler command seems to have e.g. following includes (and more):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;    -I C:\Keil\ARM\PACK\ARM\CMSIS\4.2.0\CMSIS\Include 
    -I C:\Keil\ARM\PACK\NordicSemiconductor\nRF_BLE\2.0.0\ble_services\ble_dfu 
    -I C:\Keil\ARM\PACK\NordicSemiconductor\nRF_BLE\2.0.0\common 
    -I C:\Keil\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\7.2.1\Device\Include 
    -I C:\Keil\ARM\PACK\NordicSemiconductor\nRF_Drivers\2.0.0\hal 
    -I C:\Keil\ARM\PACK\NordicSemiconductor\nRF_Drivers\2.0.0\pstorage 
    -I C:\Keil\ARM\PACK\NordicSemiconductor\nRF_Examples\8.0.0\bsp 
    -I C:\Keil\ARM\PACK\NordicSemiconductor\nRF_Libraries\2.0.0\bootloader_dfu 
...(the list continues)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;So the project is not really &amp;quot;stand alone&amp;quot; :(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get a stand-alone "snapshot" of a bootloader source code</title><link>https://devzone.nordicsemi.com/thread/40678?ContentTypeID=1</link><pubDate>Tue, 15 Dec 2015 09:33:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:772a6fc3-993c-40de-9fd8-ed4b56f9ea36</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;When using Keil &amp;amp; packs, you just go to &amp;quot;pack installer&amp;quot; -&amp;gt; examples -&amp;gt; copy.
When using normal zip file, you have to do it yourself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>