<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Capsule Update Support and Issues on i.MX95 Platform</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2091914#M236958</link>
    <description>I have a question regarding Step 4 in the working procedure you mentioned — specifically the part that states:&lt;BR /&gt;&lt;BR /&gt;"Boot 8MMini, stop in bootloader and run the below commands."&lt;BR /&gt;&lt;BR /&gt;Could you please clarify whether these commands are specific to the 8MMini platform, or if they can also be executed on the MX95 by stopping in its bootloader an run the above mentioned commands?&lt;BR /&gt;&lt;BR /&gt;Looking forward to your response.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Rahul R</description>
    <pubDate>Tue, 06 May 2025 06:12:47 GMT</pubDate>
    <dc:creator>rahul_raja</dc:creator>
    <dc:date>2025-05-06T06:12:47Z</dc:date>
    <item>
      <title>Capsule Update Support and Issues on i.MX95 Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2090196#M236845</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am currently testing capsule update functionality on the i.MX95 platform, following the steps outlined in the i.MX Linux User Guide. However, I am encountering an issue during the efidebug boot add command execution.&lt;/P&gt;&lt;P&gt;Here is the sequence I am following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;U-Boot &amp;gt; env set dfu_alt_info "mmc 1=1 raw 0x42 0x2000"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;U-Boot &amp;gt; setenv serverip 10.192.242.218; dhcp $loadaddr capsule1.bin&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;U-Boot &amp;gt; fatwrite mmc 1:1 ${loadaddr} /EFI/UpdateCapsule/capsule1.bin 0x${filesize}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;U-Boot &amp;gt; efidebug boot add 0 Boot0000 mmc 1:1 capsule1.bin&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;U-Boot &amp;gt; efidebug boot next 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;U-Boot &amp;gt; setenv -e -nv -bs -rt -v OsIndications=0x04&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;U-Boot &amp;gt; efidebug capsule disk-update&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;At the step:&lt;BR /&gt;&lt;STRONG&gt;U-Boot &amp;gt; efidebug boot add -b 0 Boot0000 UpdateCapsule mmc 1:1 /EFI/UpdateCapsule/capsule1.bin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I receive the following error:&lt;BR /&gt;&lt;STRONG&gt;** Bad device specification UpdateCapsule mmc **&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;** Bad device specification UpdateCapsule mmc **&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Cannot create device path for "UpdateCapsule mmc"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Could you please advise on the correct syntax for adding the capsule file as a boot entry in U-Boot?&lt;/P&gt;&lt;P&gt;Additionally, I would like to confirm whether the i.MX95 platform officially &lt;STRONG&gt;supports capsule updates&lt;/STRONG&gt;. In our BSP, the &lt;STRONG&gt;soc.mak&lt;/STRONG&gt; file does not include support for generating capsule1.bin. I have manually created the capsule binary using &lt;STRONG&gt;mkeficapsule&lt;/STRONG&gt; for testing purposes.&lt;/P&gt;&lt;P&gt;Please let me know if any additional configuration is required to enable capsule update support on the i.MX95, or if there is an updated BSP or guideline available for this.&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Rahul R&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 11:17:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2090196#M236845</guid>
      <dc:creator>rahul_raja</dc:creator>
      <dc:date>2025-04-30T11:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Capsule Update Support and Issues on i.MX95 Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2090976#M236902</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We were able to get this to work after tweaking the procedure to copy the capsule to the EFI System partition instead of the BOOT partition. The working procedure is as follows:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Write Mx95 SystemReady-IR certified bootloader to SDCard&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Mark mmcblk1p1 partion as EFI (with fdisk tool)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Create /EFI/UpdateCapsule/ path on the efi partition and copy capsule1.bin there&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Boot 8MMini, stop in bootloader and run the below commands:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-c"&gt;&lt;CODE&gt;u-boot=&amp;gt; env set dfu_alt_info "mmc 1=1 raw 0x42 0x2000" 
u-boot=&amp;gt; efidebug boot add 0 Boot0000 mmc 1:1 capsule1.bin;efidebug boot next 0
u-boot=&amp;gt; setenv -e -nv -bs -rt -v OsIndications =0x04 
u-boot=&amp;gt; efidebug capsule disk-update /*at this point the bootloader is update*/ 
u-boot=&amp;gt; savee
u-boot=&amp;gt; reset&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After the reset, the capsule1.bin file is deleted and the board should boot with the new bootloader&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 14:42:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2090976#M236902</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-05-02T14:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Capsule Update Support and Issues on i.MX95 Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2091914#M236958</link>
      <description>I have a question regarding Step 4 in the working procedure you mentioned — specifically the part that states:&lt;BR /&gt;&lt;BR /&gt;"Boot 8MMini, stop in bootloader and run the below commands."&lt;BR /&gt;&lt;BR /&gt;Could you please clarify whether these commands are specific to the 8MMini platform, or if they can also be executed on the MX95 by stopping in its bootloader an run the above mentioned commands?&lt;BR /&gt;&lt;BR /&gt;Looking forward to your response.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Rahul R</description>
      <pubDate>Tue, 06 May 2025 06:12:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2091914#M236958</guid>
      <dc:creator>rahul_raja</dc:creator>
      <dc:date>2025-05-06T06:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Capsule Update Support and Issues on i.MX95 Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2093702#M237045</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;This can use for i.mx95 as well.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 14:06:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2093702#M237045</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-05-08T14:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Capsule Update Support and Issues on i.MX95 Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2094260#M237069</link>
      <description>Hi ,&lt;BR /&gt;As per the i.MX Linux User Guide, I have added the MACHINE_FEATURES:append = " stmm" to conf/local.conf to generate capsule1.bin&lt;BR /&gt;However, after making this change and running bitbake imx-boot, I encountered the following build error during the do_deploy task:&lt;BR /&gt;ERROR: imx-boot-1.0-r0 do_deploy: ExecutionError(...)&lt;BR /&gt;install: cannot stat '.../git/iMX95/capsule1.bin': No such file or directory&lt;BR /&gt;&lt;BR /&gt;It appears the build is attempting to deploy capsule1.bin, which does not exist in the expected path.&lt;BR /&gt;&lt;BR /&gt;Could you please advise on how to resolve this issue? Is there a missing configuration or additional step required to generate capsule1.bin?&lt;BR /&gt;&lt;BR /&gt;Looking forward to your guidance.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Rahul R</description>
      <pubDate>Fri, 09 May 2025 05:54:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2094260#M237069</guid>
      <dc:creator>rahul_raja</dc:creator>
      <dc:date>2025-05-09T05:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Capsule Update Support and Issues on i.MX95 Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2094660#M237095</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Capsule update is supported on MX95 please check it:&lt;/P&gt;
&lt;PRE id="text"&gt;Capsule update
Use the following command to do the capsule update:
· For SD:
U-Boot &amp;gt; env set dfu_alt_info "mmc 1=1 raw 0x42 0x2000"
· For eMMC:
U-Boot &amp;gt; env set dfu_alt_info "mmc 2=1 raw 0x42 0x2000 mmcpart 1" U-Boot &amp;gt; efidebug boot add 0 Boot0000 mmc 1:1 capsule1.bin;efidebug boot next 0 U-Boot &amp;gt; setenv serverip 10.192.242.218;dhcp $loadaddr capsule1.bin;fatwrite
mmc 1:1 ${loadaddr} /EFI/UpdateCapsule/capsule1.bin 0x${filesize} U-Boot &amp;gt; setenv -e -nv -bs -rt -v OsIndications =0x04 U-Boot &amp;gt; efidebug capsule disk-update reset
Do not interrupt U-Boot. Let the board run into grub. Before grub runs, it should update the bootloader automatically and remove capsule1.bin. And reboot the board again. The board will boot up with the updated U-Boot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 May 2025 13:55:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2094660#M237095</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-05-09T13:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Capsule Update Support and Issues on i.MX95 Platform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2261459#M242866</link>
      <description>Hi Rahul, I am seeing the same issue with capsule1.bin not being found while following the Yocto build procedure in the User Guide. Were you able to resolve it?</description>
      <pubDate>Fri, 12 Dec 2025 20:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Capsule-Update-Support-and-Issues-on-i-MX95-Platform/m-p/2261459#M242866</guid>
      <dc:creator>mransaw</dc:creator>
      <dc:date>2025-12-12T20:19:37Z</dc:date>
    </item>
  </channel>
</rss>

