<?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>Config custom board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92441/config-custom-board</link><description>Hi, 
 We are working on creating a custom board configuration for ease of development. This is based on UBlox BMD-350-EVAL10. Which uses nRF52832. 
 While I created a custom board configuration. While building getting the following error 
 C:\Users\Sachin</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Dec 2022 09:48:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92441/config-custom-board" /><item><title>RE: Config custom board</title><link>https://devzone.nordicsemi.com/thread/401452?ContentTypeID=1</link><pubDate>Tue, 20 Dec 2022 09:48:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8332400c-2c5e-4ad8-b9d9-f4eb32dc5a16</guid><dc:creator>OwainIncus</dc:creator><description>&lt;p&gt;Hi Oivind,&lt;br /&gt;&lt;br /&gt;I have just hit this one moving from SDK 2.1.0 to 2.2.0.&lt;br /&gt;&lt;br /&gt;We do not have bt_uart defined; this has not been a problem in the past SDK&amp;#39;s; I did not think a physical uart was used for the bluetooth and that some other for of message passing was used for the soft device?&lt;br /&gt;&lt;br /&gt;I suspect the default HCI transport for that build got changed to UART rather than RPMSG.&lt;br /&gt;&lt;br /&gt;I think a config overlay for child image with CONFIG_BT_RPMSG=y rather than picking up the now default H4 transport will fix.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Owain&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Config custom board</title><link>https://devzone.nordicsemi.com/thread/389168?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2022 10:28:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b721a97-27ee-435b-b236-dc7d611f607f</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In the nRF Connect SDK, the host layer and the host side of the HCI will still be from Zephyr, even when you are using Nordic&amp;#39;s controller.&lt;/p&gt;
&lt;p&gt;Which sample are you building? The error seems to be from not having defined a bluetooth uart for the HCI driver to use. Your project likely enables CONFIG_BT_H4=y.&lt;/p&gt;
&lt;p&gt;You can an overlay file with the name nrf52dk_nrf52832.overlay to your project and that should fix the issue, it should set the zephyr,bt-uart to the uart you wish to use for HCI:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	chosen {
		zephyr,bt-uart=     ;
	};
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>