<?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>Zigbee NCP on raspberry PI4</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112175/zigbee-ncp-on-raspberry-pi4</link><description>I am trying to run the NCP light_zc sample (with nrf52840 dk on usb) on latest RaspberryPI 4 (aarch64) 
 The sample starts, does some communication on usb then the nrf reboots itself. 
 I have compiled the zboss library myself for aarch64. 
 I attach</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Jun 2024 08:35:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112175/zigbee-ncp-on-raspberry-pi4" /><item><title>RE: Zigbee NCP on raspberry PI4</title><link>https://devzone.nordicsemi.com/thread/489434?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2024 08:35:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b32767f-9316-4914-af5b-5193bb44be7d</guid><dc:creator>Alex Johnson</dc:creator><description>&lt;p&gt;I have tried with the provided libraries.&lt;/p&gt;
&lt;p&gt;Same result for light_zc or light_control. Although it seems it was doing something more than before(see logs.zip)&lt;/p&gt;
&lt;p&gt;Maybe the aarch64 is not well supported.&lt;/p&gt;
&lt;p&gt;I have already made a small change to consider pointer size 8 when __aarch64__ in the zboss sources&lt;/p&gt;
&lt;p&gt;src/ncp/low_level/zbncp_defs.h:120&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#if defined __GNUC__ &amp;amp;&amp;amp; (defined __x86_64__ || defined __aarch64__)
/** @brief Definition of pointer size for 64-bit platform. */
#define ZBNCP_PTR_SIZE 8u
#else
/** @brief Definition of pointer size for 32-bit platform. */
#define ZBNCP_PTR_SIZE 4u
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I will try to make some debugging when I have some spare time.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6404.logs.zip"&gt;devzone.nordicsemi.com/.../6404.logs.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee NCP on raspberry PI4</title><link>https://devzone.nordicsemi.com/thread/489315?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2024 13:01:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23947f22-93a1-483e-9ad7-138116547317</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Unfortunately, our expert could not see what the problem is just based on the logs since it seems like the issue can be on the NCP side as it resets. Please try to debug the NCP to see where or why the nRF52840 crashes. Or use the&amp;nbsp;provided binaries.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee NCP on raspberry PI4</title><link>https://devzone.nordicsemi.com/thread/489147?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 15:14:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:133cd233-f38f-4ca9-b093-f3d20e4bef77</guid><dc:creator>Alex Johnson</dc:creator><description>&lt;p&gt;I am using NCS v2.6.0&amp;nbsp;and ZBOSS NCP Host&amp;nbsp;2.2.2.&lt;/p&gt;
&lt;p&gt;I have compiled the ZBOSS Stack from the provided source code(I have used Rebuilding the ZBOSS libraries for host from&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.12.1.0/zboss_ncp_host.html#running_apps"&gt;NCP Host User Guide&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;I did not used the provided binaries.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee NCP on raspberry PI4</title><link>https://devzone.nordicsemi.com/thread/489121?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 13:26:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d58c4746-e8b2-450d-9bb9-4db4fca16eab</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What NCS version are you using?&lt;/p&gt;
&lt;p&gt;Please be aware that the NCS v2.6.1&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/protocols/zigbee/tools.html#ug-zigbee-tools-ncp-host"&gt;&lt;span&gt;ZBOSS NCP Host&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;tool is based on the ZBOSS stack and requires a PC with an operating system compatible with the 64-bit Ubuntu 18.04 Linux.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;See the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/samples/zigbee/ncp/README.html"&gt;Zigbee: NCP&lt;/a&gt;&amp;nbsp;requirement.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>