<?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 set HWID to 52 in ble_mesh_v0.9.1-Alpha?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23640/how-to-set-hwid-to-52-in-ble_mesh_v0-9-1-alpha</link><description>Hi there,
I&amp;#39;ve already downloaded ble_mesh_v0.9.1-Alpha SDK and I can use arm-none-eabi-gcc to compile it, one thing I want to know is that how can I switch HWID to 52 in order to build firmware for nRF52 series kit? As I guess, the default setting of</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Sep 2017 15:02:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23640/how-to-set-hwid-to-52-in-ble_mesh_v0-9-1-alpha" /><item><title>RE: how to set HWID to 52 in ble_mesh_v0.9.1-Alpha?</title><link>https://devzone.nordicsemi.com/thread/92921?ContentTypeID=1</link><pubDate>Wed, 06 Sep 2017 15:02:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95fe84a8-53a0-41f9-8bce-c866dbb20b3f</guid><dc:creator>logoswit</dc:creator><description>&lt;p&gt;&amp;quot;-DTARGET_PLATFORM=NRF52_SOFTDEVICE &amp;quot; works for me&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to set HWID to 52 in ble_mesh_v0.9.1-Alpha?</title><link>https://devzone.nordicsemi.com/thread/92920?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2017 13:45:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c7b3805-bb58-4a66-bdb6-e827e6350473</guid><dc:creator>kren</dc:creator><description>&lt;p&gt;Thank you for the reply, but I think it should to use some command to change TARGET_PLATFORM from 51 to 52, after testing, it should be:
Cmake -G Ninja -DTARGET_PLATFORM=52&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to set HWID to 52 in ble_mesh_v0.9.1-Alpha?</title><link>https://devzone.nordicsemi.com/thread/92919?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2017 08:50:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41a38581-f06d-44ce-8dbb-588b746c74e8</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;This should be stated in the documentation under &lt;strong&gt;Building the Mesh Stack&lt;/strong&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In order to build with Ninja, the
correct build files need to be
generated first by using CMake&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre&gt;&lt;code&gt;cmake -G Ninja &amp;lt;root directory for the mesh stack repository&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;blockquote&gt;
&lt;p&gt;Once the Ninja
build files are generated running
ninja will build all the targets
(examples and libraries) except for
documentation and pc-lint.&lt;/p&gt;
&lt;p&gt;In order to see a list of available
build targets, running &lt;code&gt;ninja -t&lt;/code&gt;
targets will show the options
available; a specific target can be
built by specifying it from this list
such as: &lt;code&gt;ninja 51_MBTLE_CORE&lt;/code&gt;.&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>