<?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 Re: Error loading in yocto image to MiMX8QX6AVLFZAC with custom board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Error-loading-in-yocto-image-to-MiMX8QX6AVLFZAC-with-custom/m-p/1623009#M203318</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211519"&gt;@kishorem&lt;/a&gt;,&lt;/P&gt;&lt;DIV&gt;I hope you are doing well&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The kernel panic can be caused due to several reasons.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;One can check If the&amp;nbsp;emmc size is not too small.&lt;/DIV&gt;&lt;DIV&gt;Try to init or interrupt any component which is clock gated or powered off can&amp;nbsp;give kernel&amp;nbsp;panic. etc...&lt;/DIV&gt;&lt;DIV&gt;Please check the emmc configuration and clock settings and whether the EMMC connections are proper or not.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks &amp;amp; Regards,&lt;/DIV&gt;&lt;DIV&gt;Dhruvit Vasavada&lt;/DIV&gt;</description>
    <pubDate>Tue, 28 Mar 2023 05:11:41 GMT</pubDate>
    <dc:creator>Dhruvit</dc:creator>
    <dc:date>2023-03-28T05:11:41Z</dc:date>
    <item>
      <title>Error loading in yocto image to MiMX8QX6AVLFZAC with custom board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-loading-in-yocto-image-to-MiMX8QX6AVLFZAC-with-custom/m-p/1620974#M203159</link>
      <description>&lt;P&gt;&lt;BR /&gt;We have built scfw-tcm.bin for our DDR configuration and used that to built an yocto image for Linux version 5.15.71&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Commands we used to built yocto image:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MACHINE=imx8qxpc0mek DISTRO=fsl-imx-wayland source ./imx-setup-release.sh -b bld-wayland&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;bitbake core-image-minimal&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Output&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;we got the following error and we have also attached the complete log file for the reference.&lt;BR /&gt;&lt;BR /&gt;[ 1.937125] Hardware name: Freescale i.MX8QXP MEK (DT)&lt;BR /&gt;[ 1.937129] Call trace:&lt;BR /&gt;[ 1.937131] dump_backtrace+0x0/0x19c&lt;BR /&gt;[ 1.937145] show_stack+0x18/0x70&lt;BR /&gt;[ 1.937155] dump_stack_lvl+0x68/0x84&lt;BR /&gt;[ 1.937166] dump_stack+0x18/0x34&lt;BR /&gt;[ 1.937175] panic+0x15c/0x31c&lt;BR /&gt;[ 1.937184] nmi_panic+0x8c/0x90&lt;BR /&gt;[ 1.937196] arm64_serror_panic+0x6c/0x7c&lt;BR /&gt;[ 1.937205] do_serror+0x58/0x5c&lt;BR /&gt;[ 1.937213] el1h_64_error_handler+0x30/0x50&lt;BR /&gt;[ 1.937223] el1h_64_error+0x78/0x7c&lt;BR /&gt;[ 1.937232] gckHARDWARE_Flush+0x304/0x4d0&lt;BR /&gt;[ 1.937240] gckFUNCTION_Init+0x2c/0x60&lt;BR /&gt;[ 1.937248] gckHARDWARE_PostConstruct+0xa0/0x170&lt;BR /&gt;[ 1.937257] gckKERNEL_Construct+0x394/0x720&lt;BR /&gt;[ 1.937267] gckDEVICE_AddCore+0x4c/0x180&lt;BR /&gt;[ 1.937275] gckGALDEVICE_Construct+0x32c/0x8c0&lt;BR /&gt;[ 1.937285] gpu_probe+0x550/0x780&lt;BR /&gt;[ 1.937292] platform_probe+0x68/0xe0&lt;BR /&gt;[ 1.937303] really_probe.part.0+0x9c/0x30c&lt;BR /&gt;[ 1.937312] __driver_probe_device+0x98/0x144&lt;BR /&gt;[ 1.937320] driver_probe_device+0xc8/0x15c&lt;BR /&gt;[ 1.937330] __driver_attach+0x80/0x18c&lt;BR /&gt;[ 1.937339] bus_for_each_dev+0x70/0xd0&lt;BR /&gt;[ 1.937348] driver_attach+0x24/0x30&lt;BR /&gt;[ 1.937359] bus_add_driver+0x108/0x1fc&lt;BR /&gt;[ 1.937368] driver_register+0x78/0x130&lt;BR /&gt;[ 1.937378] __platform_driver_register+0x28/0x34&lt;BR /&gt;[ 1.937389] gpu_init+0x54/0x90&lt;BR /&gt;[ 1.937398] do_one_initcall+0x50/0x1b0&lt;BR /&gt;[ 1.937405] kernel_init_freeable+0x20c/0x290&lt;BR /&gt;[ 1.937421] kernel_init+0x24/0x12c&lt;BR /&gt;[ 1.937429] ret_from_fork+0x10/0x20&lt;BR /&gt;[ 1.937442] SMP: stopping secondary CPUs&lt;BR /&gt;[ 1.940775] Kernel Offset: disabled&lt;BR /&gt;[ 1.940777] CPU features: 0x00000001,20000846&lt;BR /&gt;[ 1.940783] Memory Limit: none&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 15:00:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-loading-in-yocto-image-to-MiMX8QX6AVLFZAC-with-custom/m-p/1620974#M203159</guid>
      <dc:creator>kishorem</dc:creator>
      <dc:date>2023-03-23T15:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading in yocto image to MiMX8QX6AVLFZAC with custom board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-loading-in-yocto-image-to-MiMX8QX6AVLFZAC-with-custom/m-p/1623009#M203318</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211519"&gt;@kishorem&lt;/a&gt;,&lt;/P&gt;&lt;DIV&gt;I hope you are doing well&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The kernel panic can be caused due to several reasons.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;One can check If the&amp;nbsp;emmc size is not too small.&lt;/DIV&gt;&lt;DIV&gt;Try to init or interrupt any component which is clock gated or powered off can&amp;nbsp;give kernel&amp;nbsp;panic. etc...&lt;/DIV&gt;&lt;DIV&gt;Please check the emmc configuration and clock settings and whether the EMMC connections are proper or not.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks &amp;amp; Regards,&lt;/DIV&gt;&lt;DIV&gt;Dhruvit Vasavada&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Mar 2023 05:11:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-loading-in-yocto-image-to-MiMX8QX6AVLFZAC-with-custom/m-p/1623009#M203318</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-03-28T05:11:41Z</dc:date>
    </item>
  </channel>
</rss>

