<?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>bt_sdc_hci_driver: Entropy source device not ready and HCI driver open failed (-19) on nRF54L15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125472/bt_sdc_hci_driver-entropy-source-device-not-ready-and-hci-driver-open-failed--19-on-nrf54l15</link><description>Hello, I&amp;#39;m trying to bring up Bluetooth on the nRF54L15 DK using Zephyr. However, Bluetooth initialization fails during startup with the following error messages: 
 
 
 
 
 
 
 
 Details: 
 
 
 Board: nRF54L15 DK 
 
 
 SDK: nRF Connect SDK Visual Studio</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Nov 2025 11:03:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125472/bt_sdc_hci_driver-entropy-source-device-not-ready-and-hci-driver-open-failed--19-on-nrf54l15" /><item><title>RE: bt_sdc_hci_driver: Entropy source device not ready and HCI driver open failed (-19) on nRF54L15</title><link>https://devzone.nordicsemi.com/thread/554377?ContentTypeID=1</link><pubDate>Fri, 14 Nov 2025 11:03:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06634177-4775-4314-93c6-3a820c1762f4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Mert,&amp;nbsp;&lt;br /&gt;I couldn&amp;#39;t build your project here due to some device tree issue I think.&amp;nbsp;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1763117831646v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But I think it&amp;#39;s important to make sure your DK can run a simple BLE application. My suggestion is to try downloading a fresh NCS SDK (latest version now is v3.1.1)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please try to test with non _ns board. Have you gone through our academy courses&amp;nbsp; ?&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/"&gt;https://academy.nordicsemi.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please also try get hold of a 2nd board, just in case there could be a problem with the board you have.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: bt_sdc_hci_driver: Entropy source device not ready and HCI driver open failed (-19) on nRF54L15</title><link>https://devzone.nordicsemi.com/thread/554330?ContentTypeID=1</link><pubDate>Fri, 14 Nov 2025 06:44:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4362813a-5263-4368-be4d-ad3954957776</guid><dc:creator>mertpalaoglu1</dc:creator><description>&lt;p&gt;I am sorry for the late reply. Last week was my midterm week &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f603.svg" title="Smiley"&gt;&amp;#x1f603;&lt;/span&gt;&lt;/p&gt;
[quote userid="2121" url="~/f/nordic-q-a/125472/bt_sdc_hci_driver-entropy-source-device-not-ready-and-hci-driver-open-failed--19-on-nrf54l15/553671"]&lt;br /&gt;Can you run any BLE sample in the SDK ?&amp;nbsp;[/quote]
&lt;p&gt;I tried to build &amp;quot;peripheral_lbs&amp;quot; sample from sdk. I also get these errors from it (it does not use any pwm, or the example had any .overlay, I was getting the error):&lt;/p&gt;
&lt;p&gt;-- Found devicetree overlay: nrf54l15dk_nrf54l15_cpuapp.overlay&lt;br /&gt;devicetree error: &amp;#39;pinctrl-0&amp;#39; is marked as required in &amp;#39;properties:&amp;#39; in C:/ncs/v3.0.2/zephyr/dts/bindings\pwm\nordic,nrf-pwm.yaml, but does not appear in &amp;lt;Node /soc/peripheral@50000000/pwm@d3000 in &amp;#39;C&lt;br /&gt;:/ncs/v3.0.2/zephyr/misc/empty_file.c&amp;#39;&amp;gt;&lt;br /&gt;CMake Error at C:/ncs/v3.0.2/zephyr/cmake/modules/dts.cmake:305 (execute_process):&lt;br /&gt; execute_process failed command indexes:&lt;/p&gt;
&lt;p&gt;1: &amp;quot;Child return code: 1&amp;quot;&lt;/p&gt;
&lt;p&gt;So I made an overlay file and disabled the &amp;amp;pwm20 node, It still gives the same error when building..&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote userid="2121" url="~/f/nordic-q-a/125472/bt_sdc_hci_driver-entropy-source-device-not-ready-and-hci-driver-open-failed--19-on-nrf54l15/553671"]Could you provide a minimal&amp;nbsp;project that we can reproduce the issue here?&amp;nbsp;[/quote]
&lt;p&gt;I am using &lt;b&gt;nCS v3.0.2&lt;/b&gt; and targeting the &lt;b&gt;nrf54l15dk_nrf54l15_cpuapp_ns&lt;/b&gt; board. I am getting the error even with this slightly modified example:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Here is my project in minimal form at github:&amp;nbsp;&lt;a id="" href="https://github.com/mertpalaoglu1/my_nRF_example"&gt;https://github.com/mertpalaoglu1/my_nRF_example&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can reproduce the issue here.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Again thanks for the replies and solutions in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: bt_sdc_hci_driver: Entropy source device not ready and HCI driver open failed (-19) on nRF54L15</title><link>https://devzone.nordicsemi.com/thread/553671?ContentTypeID=1</link><pubDate>Fri, 07 Nov 2025 12:57:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07dd7be0-a376-4ccb-a9cb-2d58d89ec928</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Mert,&amp;nbsp;&lt;br /&gt;The error suggests that the controller was not ready when booting up. This is quite strange as the nRF54L doesn&amp;#39;t have a dedicated radio core that run the controller.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Can you run any BLE sample in the SDK ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Could you provide a minimal&amp;nbsp;project that we can reproduce the issue here?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>