<?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>Building Thingy53 edge impulse FW with VSCode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114000/building-thingy53-edge-impulse-fw-with-vscode</link><description>As instructed in the thingy53 getting started documentation I installed VSCode and the nrf Connect SDK extensions. Using VScode I am able to build and run examples. 
 However I was unable to figure out how to build the Edge Impulse firmware ( GitHub </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Aug 2024 13:15:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114000/building-thingy53-edge-impulse-fw-with-vscode" /><item><title>RE: Building Thingy53 edge impulse FW with VSCode</title><link>https://devzone.nordicsemi.com/thread/498857?ContentTypeID=1</link><pubDate>Mon, 19 Aug 2024 13:15:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:533931f7-d83c-4306-959c-5dfdff115989</guid><dc:creator>OldFarmerHarmon</dc:creator><description>&lt;p&gt;After building the Edge Impulse firmware from the command line I was able to open the app in VSCode.&amp;nbsp; I was then able to do a pristine build!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thew build configuration included the following overlay&lt;/p&gt;
&lt;p&gt;thingy53_nrf5340_cpuapp.overlay&lt;/p&gt;
&lt;p&gt;The build configuration included 4 extra CMake arguments&lt;/p&gt;
&lt;p&gt;-Dhci_rpmsg_OVERLAY_CONFIG=&amp;quot;C:/ncs/v2.4.0/nrf/samples/common/mcumgr_bt_ota_dfu/rpmsg_child_image_overlay.conf;C:/ncs/v2.4.0/nrf/subsys/bootloader/image/secure_boot.conf;C:/ncs/v2.4.0/nrf/subsys/partition_manager/partition_manager_enabled.conf;C:/Nordic/EI/firmware-nordic-thingy53/child_image/hci_rpmsg.conf&amp;quot;&lt;/p&gt;
&lt;p&gt;-Dmcuboot_DTC_OVERLAY_FILE=&amp;quot;C:/ncs/v2.4.0/nrf/modules/mcuboot/flash_sim.overlay&amp;quot;&lt;/p&gt;
&lt;p&gt;-Dmcuboot_OVERLAY_CONFIG=&amp;quot;C:/ncs/v2.4.0/nrf/subsys/pcd/pcd.conf;C:/ncs/v2.4.0/nrf/subsys/partition_manager/ext_flash_mcuboot_secondary.conf;C:/ncs/v2.4.0/nrf/subsys/partition_manager/partition_manager_enabled.conf&amp;quot;&lt;/p&gt;
&lt;p&gt;-DCACHED_CONF_FILE=&amp;quot;c:/Nordic/EI/firmware-nordic-thingy53/prj.conf;c:/Nordic/EI/firmware-nordic-thingy53/boards/thingy53_nrf5340_cpuapp.conf&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now I wonder If I can build the firmware without 1st building from the command line using these build configuration settings.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Thingy53 edge impulse FW with VSCode</title><link>https://devzone.nordicsemi.com/thread/498851?ContentTypeID=1</link><pubDate>Mon, 19 Aug 2024 12:55:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7eadace-b3cc-43fa-8ee8-ffb28a2d4cab</guid><dc:creator>OldFarmerHarmon</dc:creator><description>&lt;p&gt;I was able to build the code from a command line using the v2.4.0 SDK installed via VSCode extension.&lt;/p&gt;
&lt;p&gt;I will try to build it from within VSCode today.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Building Thingy53 edge impulse FW with VSCode</title><link>https://devzone.nordicsemi.com/thread/498779?ContentTypeID=1</link><pubDate>Mon, 19 Aug 2024 09:47:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf8b28d6-d584-4d4a-a1da-d89dad4e181b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user=""]unable to figure out how to build the Edge Impulse firmware (&lt;a href="https://github.com/edgeimpulse/firmware-nordic-thingy53"&gt;GitHub - edgeimpulse/firmware-nordic-thingy53: Official Edge Impulse firmware for Nordic Semiconductor Thingy:53&lt;/a&gt;) .[/quote]
&lt;p&gt;The Edge Impulse firmware is based on nRF Connect SDK v2.4.0. This is stated in e.g. the&amp;nbsp;Dockerfile, where you can see it will download v2.4.0 with the following Docker command:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;RUN cd /ncs &amp;amp;&amp;amp; west init -m https://github.com/nrfconnect/sdk-nrf --mr v2.4.0&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I can confirm that it does not build with e.g. v.2.6.1 but does build with v2.4.0 when testing here in the VS Code extension.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>