<?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>Revoking Keys</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115051/revoking-keys</link><description>SDK : 2.6.1 
 uC: nrf5340 
 Hi, 
 I want to use the feature &amp;quot;revoking private keys&amp;quot; as described here: 
 https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/bootloaders_dfu/mcuboot_nsib/bootloader_signature_keys.html#revoking_private_keys </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Oct 2024 14:27:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115051/revoking-keys" /><item><title>RE: Revoking Keys</title><link>https://devzone.nordicsemi.com/thread/505762?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 14:27:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf4d9e4a-e355-4057-921b-8e6eb2fa9a34</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Happy to know you found the problem. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Revoking Keys</title><link>https://devzone.nordicsemi.com/thread/505653?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 06:45:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56d9abe6-2da5-4bdf-a7bf-2b0f69b85012</guid><dc:creator>Georg</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;sorry for my delayed answer. I found the porblem, there was a bug in the pm_static.yml.&lt;/p&gt;
&lt;p&gt;You can close this case.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Georg&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Revoking Keys</title><link>https://devzone.nordicsemi.com/thread/504237?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2024 20:50:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fe488b2-0d5d-44b9-9a4c-5f3940e7c361</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Georg,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Which step do you get the issue in the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/nrf/config_and_build/bootloaders/bootloader_signature_keys.html#revoking_private_keys"&gt;Revoking private keys&lt;/a&gt;&amp;nbsp;doc? Could you test with&amp;nbsp;&lt;a title="This path skips through empty directories" href="https://github.com/nrfconnect/sdk-zephyr/tree/main/samples/subsys/mgmt/mcumgr/smp_svr"&gt;&lt;span&gt;mcumgr/&lt;/span&gt;&lt;span&gt;smp_svr&lt;/span&gt;&lt;/a&gt;?&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Revoking Keys</title><link>https://devzone.nordicsemi.com/thread/504116?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2024 08:23:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b817d07-ddb7-4c4c-af18-6fa3204a5120</guid><dc:creator>Georg</dc:creator><description>&lt;p&gt;...some additional information&lt;/p&gt;
&lt;p&gt;When debugging I found the problem in the file: bl_validation.c and in the function: validate_firmware of the b0-bootloader.&lt;/p&gt;
&lt;p&gt;The following compare is false because&amp;nbsp; winfo-&amp;gt;valid =0x91020000 and&amp;nbsp; CONFIG_FW_INFO_VALID_VAL = 0x9102FFFF&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp; }&lt;pre class="ui-code" data-mode="text"&gt;  if (fwinfo-&amp;gt;valid != CONFIG_FW_INFO_VALID_VAL) {
    PRINT(&amp;quot;Firwmare has been invalidated: 0x%x.\n\r&amp;quot;,
      fwinfo-&amp;gt;valid);
    return false;
  }
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;But I don&amp;#39;t know what these numbers mean and why this compare fails ...&lt;/p&gt;
&lt;p&gt;Any ideas ?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Georg&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>