<?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>Migrating to sysbuild with custom board - Hangs in vector table</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119868/migrating-to-sysbuild-with-custom-board---hangs-in-vector-table</link><description>I&amp;#39;m trying to move my nrf9151 project over to sysbuild (SDK v2.9.1) but when I try to use a custom board definition, the code fails to start up. 
 So far I&amp;#39;ve tried debugging this by creating a fresh the zephyr/hello_world example and selecting the nrf9151dk</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Mar 2025 14:50:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119868/migrating-to-sysbuild-with-custom-board---hangs-in-vector-table" /><item><title>RE: Migrating to sysbuild with custom board - Hangs in vector table</title><link>https://devzone.nordicsemi.com/thread/527690?ContentTypeID=1</link><pubDate>Mon, 17 Mar 2025 14:50:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20105a35-4e97-4391-8947-753a22df93fd</guid><dc:creator>siliconwitch</dc:creator><description>&lt;p&gt;Ah!&amp;nbsp;Found the problem. The&amp;nbsp;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;nrf9151dk/nrf9151/ns &lt;/span&gt;target selects:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;board_runner_args(jlink &amp;quot;--device=nRF91&lt;strong&gt;60_xxAA&lt;/strong&gt;&amp;quot; &amp;quot;--speed=4000&amp;quot;)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;inside &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;board.cmake&lt;/span&gt;, whereas when creating a new nRF9151 based board, this becomes:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;board_runner_args(jlink &amp;quot;--device=nRF91&lt;strong&gt;51_xxCA&lt;/strong&gt;&amp;quot; &amp;quot;--speed=4000&amp;quot;)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Changing this back&amp;nbsp;to &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;9160_xxAA&lt;/span&gt; fixed the issue. Not sure if this is bug, or just not supported yet, but everything seems to be working again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>