<?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>Enabling External Flash with LwM2M sample problem - nRF9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116664/enabling-external-flash-with-lwm2m-sample-problem---nrf9160</link><description>Dear Nordic, 
 We made an attempt to use the external flash in the LwM2M sample. 
 We tried to follow this: docs.nordicsemi.com/.../nrf9160_external_flash.html 
 As soon as we add: 
 &amp;#39; 
 The sample stops working, it does not even start. We guess, it is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Nov 2024 14:46:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116664/enabling-external-flash-with-lwm2m-sample-problem---nrf9160" /><item><title>RE: Enabling External Flash with LwM2M sample problem - nRF9160</title><link>https://devzone.nordicsemi.com/thread/511944?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2024 14:46:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d005aa1-1a24-494b-80d4-edbba0389c82</guid><dc:creator>mjaszczykowski</dc:creator><description>&lt;p&gt;All works!&lt;br /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/members/hkn"&gt;Håkon Alseth&lt;/a&gt;&amp;nbsp;You are a star!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling External Flash with LwM2M sample problem - nRF9160</title><link>https://devzone.nordicsemi.com/thread/511876?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2024 11:54:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:104c32d9-9342-44a5-86b0-2604d142bef6</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Marcin,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For v2.5.3, sysbuild is not used, and child_image/ catalog should be populated in a similar fashion.&lt;/p&gt;
&lt;p&gt;Try this:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ncs_5F00_v2.5.3_5F00_lwm2m_5F00_client_5F00_ext_5F00_flash.zip"&gt;devzone.nordicsemi.com/.../ncs_5F00_v2.5.3_5F00_lwm2m_5F00_client_5F00_ext_5F00_flash.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let me know if you run into any issues.&lt;/p&gt;
&lt;p&gt;I have done limited testing on the sample itself, I just added mcuboot_secondary slot to run from external flash.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling External Flash with LwM2M sample problem - nRF9160</title><link>https://devzone.nordicsemi.com/thread/511861?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2024 10:28:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1aa1c89-5e9b-4d4f-9172-fbeb0aa634cf</guid><dc:creator>mjaszczykowski</dc:creator><description>&lt;p&gt;HI Hakon,&lt;br /&gt;&lt;br /&gt;Thank you very much for your help.&lt;br /&gt;&lt;br /&gt;Your example works perfectly fine.&lt;/p&gt;
&lt;p&gt;I am using SDK version 2.5.3.&lt;br /&gt;Can you create a similar sample for 2.5.3 or shall I migrate my code to 2.7?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling External Flash with LwM2M sample problem - nRF9160</title><link>https://devzone.nordicsemi.com/thread/511850?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2024 09:46:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0feaf9d8-645f-47af-82a1-ab6e5c1fe788</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Marcin,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which SDK version are you using?&lt;/p&gt;
&lt;p&gt;lwm2m client has a dependency on the full modem fota library, which will require handling of the partitions.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a sample, where I have added ext flash (ie. mcuboot secondary in ext-flash):&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ncs_5F00_v2.7.0_5F00_lwm2m_5F00_client_5F00_ext_5F00_flash.zip"&gt;devzone.nordicsemi.com/.../ncs_5F00_v2.7.0_5F00_lwm2m_5F00_client_5F00_ext_5F00_flash.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try this and see if this also works on your end?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>