<?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>Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117072/test-existing-nrf-connect-project-with-nrf9151</link><description>Dear Nordic Support 
 We have an existing Project that uses the nRF9160 SoC and builds with toolchain v2.4.4 and SDK v2.4.4. 
 The project basically runs with the nRF9160 DK board (we derived a custom board with few changes and aliases). 
 
 Now I would</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Dec 2024 10:51:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117072/test-existing-nrf-connect-project-with-nrf9151" /><item><title>RE: Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/thread/515692?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2024 10:51:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ec8543c-fa77-47e3-9305-5397dd8db384</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Stefan,&lt;br /&gt;&lt;br /&gt;Thank for the status update.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/thread/515514?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2024 13:45:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96a91fa6-8ddd-456c-add2-652a965b6042</guid><dc:creator>StefanL</dc:creator><description>&lt;p&gt;Hi Dejan&lt;/p&gt;
&lt;p&gt;Meanwhile I have started to port the project to SDK v2.8.0 (we probably anyway would have to do this sooner or later).&lt;/p&gt;
&lt;p&gt;I already have a baseline including all our sources, that builds. However I hit another roadblock. It&amp;#39;s something that doesn&amp;#39;t fit anymore into this support case. I&amp;#39;ll open a new request, and close this one.&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; BR,&lt;br /&gt;Stefan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/thread/515330?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2024 17:40:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0644ad0-3e5a-48e6-8648-d85609f17aec</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Can you show full structure of your project folder?&lt;/p&gt;
[quote user="StefanL"]Then I copied the following files from SDK v2.8.0 to v2.4.4:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nrf9151_laca.dtsi&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nrf9151ns_laca.dtsi[/quote]
&lt;p&gt;Where did you copy these files from and where to?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/thread/515127?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2024 13:46:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4590c0f-a924-402d-8819-1dc3e96149db</guid><dc:creator>StefanL</dc:creator><description>&lt;p&gt;Here&amp;#39;s my full response...&lt;/p&gt;
&lt;p&gt;Ok, after some other priorities I&amp;#39;m back...&lt;br /&gt;&lt;br /&gt;Once I figured out which environment variables to set, I could build the existing project (still using the nRF9160 SoC) via powershell CLI.&lt;br /&gt;&lt;br /&gt;Starting from this base I now try to build using the nRF9151DK board:&lt;br /&gt;&lt;br /&gt;cmd&amp;lt;dot&amp;gt;exe /d /s /c &amp;quot;west build --build-dir c:/work/YMR/ESW_BluePt_2/applications/productsw/comm_uc/build3 c:/work/YMR/ESW_BluePt_2/applications/productsw/comm_uc --pristine --board nrf9151dk_nrf9151_ns -- -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=c:/work/ymr/esw_bluept_2/platforms/ele_test_hw_01/hal/nrf9160;c:/work/ymr/esw_bluept_2/platforms/ele_test_hw_01/hal/nrf9151&amp;quot;&lt;br /&gt;&lt;br /&gt;returns error&lt;br /&gt;&lt;br /&gt;C:/work/YMR/ESW_BluePt_2/platforms/ele_test_hw_01/hal/nrf9160/boards/arm/nrf9151dk/nrf9151dk_nrf9151_ns.dts:8:10: fatal error: nordic/nrf9151ns_laca.dtsi: No such file or directory&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8 | #include &amp;lt;nordic/nrf9151ns_laca.dtsi&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;compilation terminated.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Then I copied the following files from SDK v2.8.0 to v2.4.4:&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nrf9151_laca.dtsi&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nrf9151ns_laca.dtsi&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now the build returns:&lt;br /&gt;&lt;br /&gt;C:/work/YMR/ESW_BluePt_2/platforms/ele_test_hw_01/hal/nrf9160/boards/arm/nrf9151dk/nrf9151dk_nrf9151_common.dtsi:217:10: fatal error: common/nordic/nrf91xx_partition.dtsi: No such file or directory&lt;br /&gt;&amp;nbsp; 217 | #include &amp;lt;common/nordic/nrf91xx_partition.dtsi&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;compilation terminated.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The common/nordic folder doesn&amp;#39;t even exist in v2.4.4. Still I created it and copied the file which lead to further errors.&lt;br /&gt;&lt;br /&gt;I doubt that this journey leads to success (as it&amp;#39;s a hack and I don&amp;#39;t really know what I&amp;#39;m doing... maybe Santa knows Nerd). Obviously the v2.4.4 SDK is missing some dependencies that are needed for the nRF9151DK board (and maybe some files that are there have been changed meanwhile).&lt;br /&gt;&lt;br /&gt;May you have more detailed info on what must be done to integrate the board? (otherwise I&amp;#39;ll probably have to migrate our project to the latest SDK... trying an iterative approach based on a standard project)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/thread/515124?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2024 13:46:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e1e5013-468b-435c-ae57-abda24e05005</guid><dc:creator>StefanL</dc:creator><description>&lt;p&gt;Ok... please ignore the two posts before (I coudn&amp;#39;t post because I had cmd&amp;lt;dot&amp;gt;exe in the text, which apeard to be refused by the portal)...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/thread/515122?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2024 13:43:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d645a78b-b76f-44dc-8e0b-59d298f121eb</guid><dc:creator>StefanL</dc:creator><description>&lt;p&gt;Ok, after some other priorities I&amp;#39;m back...&lt;br /&gt;&lt;br /&gt;Once I figured out which environment variables to set, I could build the existing project (still using the nRF9160 SoC) via powershell CLI.&lt;br /&gt;&lt;br /&gt;Starting from this base I now try to build using the nRF9151DK board:&lt;br /&gt;&lt;br /&gt;/d /s /c &amp;quot;west build --build-dir c:/work/YMR/ESW_BluePt_2/applications/productsw/comm_uc/build3 c:/work/YMR/ESW_BluePt_2/applications/productsw/comm_uc --pristine --board nrf9151dk_nrf9151_ns -- -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=c:/work/ymr/esw_bluept_2/platforms/ele_test_hw_01/hal/nrf9160;c:/work/ymr/esw_bluept_2/platforms/ele_test_hw_01/hal/nrf9151&amp;quot;&lt;br /&gt;&lt;br /&gt;returns error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/thread/515119?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2024 13:40:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:daec6411-63b5-4d94-8e53-1cd5fb5152bc</guid><dc:creator>StefanL</dc:creator><description>&lt;p&gt;Test... (is this post being sent?)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/thread/514294?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 14:16:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a41ffce2-93a1-4217-8668-fec0ddcb408e</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Stefan,&lt;br /&gt;&lt;br /&gt;You could try to build your project using command line and check during build process if the build system has picked up your board correctly.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/thread/514077?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2024 15:16:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:970bdec6-b3c1-459b-a27f-b59b88eaf005</guid><dc:creator>StefanL</dc:creator><description>&lt;p&gt;Hi Dejan&lt;/p&gt;
&lt;p&gt;Thanks for taking up my request.&lt;/p&gt;
&lt;p&gt;I did the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Copied the board files from the SDK v2.8.0&lt;br /&gt;(folder: \ncs\v2.8.0\zephyr\boards\nordic\nrf9151dk)&lt;/li&gt;
&lt;li&gt;to the board folder within our project&lt;br /&gt;(folder: \work\YMR\ESW_BluePt_2\platforms\ele_test_hw_01\hal\nrf9151\boards\arm\nrf9151dk)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Our local board folder is declared in the VS-Code workspace:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;		...
		&amp;quot;nrf-connect.boardRoots&amp;quot;: [
			&amp;quot;${workspaceFolder}\\platforms\\ele_test_hw_01\\hal\\nrf9160&amp;quot;,
			&amp;quot;${workspaceFolder}\\platforms\\ele_test_hw_01\\hal\\nrf9151&amp;quot;,
		],
		...&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As mentioned, the board appears when I switch to SDK v2.8.0 (but not in v2.4.4).&lt;/p&gt;
&lt;p&gt;BR, Stefan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Test existing nRF Connect project with nRF9151</title><link>https://devzone.nordicsemi.com/thread/514061?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2024 14:29:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09804dde-94d4-4398-bfdb-341436e3cd8a</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I tried to take the board definition of the nrf9151dk from the SDK v2.8.0 and add it to our existing custom boards. This seems not to work, as the board is not visible in the custom boards list in the board configuration dialog (when I switch the Toolchain and SDK version to v2.8.0 it appears).[/quote]
&lt;p&gt;Can you specify where and how you added the definition of the nrf9151-dk board?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>