<?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>Signing Images on Custom PCB OVER SWD programming (NRF54L10)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126233/signing-images-on-custom-pcb-over-swd-programming-nrf54l10</link><description>I am using a nrf54l10 module on the pcb and using the nrf54l15 dev board. So I have a bootloader, the mcuboot, and then the image. I program over SWD on the pcb. So my problem is that I can program the merged.hex file on to the pcb, however when I try</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Dec 2025 21:57:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126233/signing-images-on-custom-pcb-over-swd-programming-nrf54l10" /><item><title>RE: Signing Images on Custom PCB OVER SWD programming (NRF54L10)</title><link>https://devzone.nordicsemi.com/thread/557473?ContentTypeID=1</link><pubDate>Fri, 19 Dec 2025 21:57:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80fc6f2b-4484-405a-88b3-14aa477d407e</guid><dc:creator>Amaan Singh</dc:creator><description>&lt;p&gt;Thanks. It worked&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Signing Images on Custom PCB OVER SWD programming (NRF54L10)</title><link>https://devzone.nordicsemi.com/thread/557426?ContentTypeID=1</link><pubDate>Fri, 19 Dec 2025 12:47:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:189ba173-d420-44c9-b01d-ffeb9849aa89</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;There are couple of likely issues in your setup. So first of all flashing merged.hex alone is not enough, the public key must be provisioned into the KMU on the target device, otherwise MCUboot will not boot the image. In your&amp;nbsp;sysbuild.conf, the image is signed with &amp;#39;prod_private_key.pem&amp;#39; where as if you have used the exactly same Devacademy command while provisioning which&amp;nbsp;&lt;span&gt;specify &amp;#39;private_key.pem&amp;#39;&lt;/span&gt; then it could be an issue due to this mismatch. So first I suggest you to try to run on your PC, the following command (using exactly the same PEM file as in SB_CONFIG_BOOT_SIGNATURE_KEY_FILE):&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;west ncs-provision upload -k prod_private_key.pem&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Secondly as you have both the nRF54L15 DK and the custom PCB connected, it’s also possible that provisioning is going to the DK instead of the custom board. The &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54l/kmu_provision.html#provisioning_keys_to_the_board"&gt;KMU provisioning docs&lt;/a&gt; state that when multiple J‑Links are connected you should select the interface with --dev-id (J‑Link serial number). So you can specific this as shown below in the command:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;west ncs-provision upload -k prod_private_key.pem --keyname UROT_PUBKEY --dev-id &amp;lt;JLINK_SN&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Please check and confirm if it works. Thanks.&lt;/p&gt;
&lt;p&gt;Best Regards.&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>