<?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>topic i.MX93 Silicone rev A0 and kernel 6.1.36_2.1.0 release in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX93-Silicone-rev-A0-and-kernel-6-1-36-2-1-0-release/m-p/1762148#M216215</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just tried booting 6.1.36_2.1.0 kernel on the i.MX93 A0 silicone revision, and it crashed during booting. Previous kernel 6.1.22 works OK.&lt;/P&gt;&lt;P&gt;So the question is, is i.MX93 A0 rev still able to use the latest 6.1.36 kernel?&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 18:47:10 GMT</pubDate>
    <dc:creator>wooosaiiii</dc:creator>
    <dc:date>2023-11-22T18:47:10Z</dc:date>
    <item>
      <title>i.MX93 Silicone rev A0 and kernel 6.1.36_2.1.0 release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX93-Silicone-rev-A0-and-kernel-6-1-36-2-1-0-release/m-p/1762148#M216215</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just tried booting 6.1.36_2.1.0 kernel on the i.MX93 A0 silicone revision, and it crashed during booting. Previous kernel 6.1.22 works OK.&lt;/P&gt;&lt;P&gt;So the question is, is i.MX93 A0 rev still able to use the latest 6.1.36 kernel?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 18:47:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX93-Silicone-rev-A0-and-kernel-6-1-36-2-1-0-release/m-p/1762148#M216215</guid>
      <dc:creator>wooosaiiii</dc:creator>
      <dc:date>2023-11-22T18:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX93 Silicone rev A0 and kernel 6.1.36_2.1.0 release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX93-Silicone-rev-A0-and-kernel-6-1-36-2-1-0-release/m-p/1763211#M216326</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/115618"&gt;@wooosaiiii&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just trying it.&lt;/P&gt;&lt;P&gt;I successfully boot it using the following method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. first you must finished to build and write SD boot image&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; $ bitbake imxi-image-full
 $ cd tmp/deploy/...
 $ dd if=imx-image-full-imx9xxx.wic of=/dev/sdx&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. You must re-build flash.bin with a0 firmware.&lt;/P&gt;&lt;P&gt;&amp;nbsp; See Linux user manual "4.5.13 How to build imx-boot image by using imx-mkimage".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2-1. You must copy "mx93a0-ahab-container.img" to imx-boot image work directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; $ cd &amp;lt;your bitbake dir&amp;gt;
 $ cd tmp/work/imx93_11x11_lpddr4x_evk-poky-linux/imx-boot/1.0-r0/git/
 $ ls
iMX8DXL                                                   Makefile
iMX8M                                                     mkimage_imx8
iMX8QM                                                    patches
iMX8QX                                                    README
iMX8ULP                                                   SCR-imx-mkimage.txt
iMX9                                                      scripts
imx-boot-imx93-11x11-lpddr4x-evk-sd.bin-flash_singleboot  src
LICENSE
 $ cp ../../../../armv8a-mx93-poky-linux/firmware-sentinel/0.11-r0/firmware-sentinel-0.11/mx93a0-ahab-container.img ./iMX9/
 $ ls iMX9
bl31.bin                    mx93a1-ahab-container.img
boot-spl-container.img      scripts
flash.bin                   soc.mak
head.hash                   tee.bin
lpddr4_dmem_1d_v202201.bin  u-boot-atf-container.img
lpddr4_dmem_2d_v202201.bin  u-boot.bin
lpddr4_imem_1d_v202201.bin  u-boot-hash.bin
lpddr4_imem_2d_v202201.bin  u-boot-spl.bin
mx93a0-ahab-container.img   u-boot-spl-ddr.bin&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2-2. rebuild flash.bin with a0 firmware.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; $ make SOC=iMX9 REV=A0 flash_singleboot&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2-3 write new "flash.bin" to SD-card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; $ sudo umount /dev/sdx1
 $ sudo umount /dev/sdx2
 $ sudo dd if=iMX9/flash.bin of=/dev/sdx bs=1k seek=32 conv=fsync
 $ sync
 $ sync&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Remove SD-Card from card reader, insert it to board and Power On.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you are successful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ishii.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 08:50:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX93-Silicone-rev-A0-and-kernel-6-1-36-2-1-0-release/m-p/1763211#M216326</guid>
      <dc:creator>takayuki_ishii</dc:creator>
      <dc:date>2023-11-24T08:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX93 Silicone rev A0 and kernel 6.1.36_2.1.0 release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX93-Silicone-rev-A0-and-kernel-6-1-36-2-1-0-release/m-p/1763217#M216327</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/75115"&gt;@takayuki_ishii&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your instructions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am already using A0 container, otherwise I would not be able to boot at all on A0 silicone revision &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;In my case the issue came from&amp;nbsp;&lt;SPAN&gt;CONFIG_IMX_EL_ENCLAVE=m (6.1.22_2.0.0) and&amp;nbsp;CONFIG_IMX_EL_ENCLAVE=y (6.1.36_2.1.0).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I already fixed that and can report 6.1.36_2.1.0 still boots on the old A0 silicone &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 08:57:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX93-Silicone-rev-A0-and-kernel-6-1-36-2-1-0-release/m-p/1763217#M216327</guid>
      <dc:creator>wooosaiiii</dc:creator>
      <dc:date>2023-11-24T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX93 Silicone rev A0 and kernel 6.1.36_2.1.0 release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX93-Silicone-rev-A0-and-kernel-6-1-36-2-1-0-release/m-p/1763322#M216348</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/115618"&gt;@wooosaiiii&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems Linux kernel issue.&lt;/P&gt;&lt;P&gt;In my case, it have no message from serial console.&lt;/P&gt;&lt;P&gt;So, I check the boot image and modify it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ishii.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 10:46:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX93-Silicone-rev-A0-and-kernel-6-1-36-2-1-0-release/m-p/1763322#M216348</guid>
      <dc:creator>takayuki_ishii</dc:creator>
      <dc:date>2023-11-24T10:46:58Z</dc:date>
    </item>
  </channel>
</rss>

