<?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: i.MX8 Kernel panic: unable to handle kernel paging request in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497342#M193161</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;no, I don't have an i.MX8DX MEK, so I didn't try it with an MEK.&lt;/P&gt;&lt;P&gt;But I think this would not be useful, since the RAM configuration is different than on the MEKs and I also have different periphery hardware on different pins.&lt;/P&gt;&lt;P&gt;EDIT: Additionally, I found out that the memory node is automatically changed by U-Boot on kernel bootup. After booting, it is:&lt;/P&gt;&lt;P&gt;memory@80000000 {&lt;BR /&gt;device_type = "memory";&lt;BR /&gt;reg = &amp;lt;0x00 0x80200000 0x00 0x3fe00000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tobi&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2022 13:05:47 GMT</pubDate>
    <dc:creator>Tobi_Edu</dc:creator>
    <dc:date>2022-07-28T13:05:47Z</dc:date>
    <item>
      <title>i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1494890#M192975</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;I have a custom board with an i.MX8 DualX. U-Boot is running and the linux kernel is able to boot. I use Linux 5.10.72_2.2.0 via Yocto together with SCFW Porting Kit 1.11.0.&lt;/P&gt;&lt;P&gt;Unfortunately, the kernel always crashes after several seconds up to half an hour with different panic messages. Mostly, the message is something like the following:&lt;/P&gt;&lt;P&gt;Unable to handle kernel paging request at virtual address 000000000000698b&lt;BR /&gt;[ 20.370464] Mem abort info:&lt;BR /&gt;[ 20.373259] ESR = 0x96000004&lt;BR /&gt;[ 20.376319] EC = 0x25: DABT (current EL), IL = 32 bits&lt;BR /&gt;[ 20.381633] SET = 0, FnV = 0&lt;BR /&gt;[ 20.384692] EA = 0, S1PTW = 0&lt;BR /&gt;[ 20.387835] Data abort info:&lt;BR /&gt;[ 20.390712] ISV = 0, ISS = 0x00000004&lt;BR /&gt;[ 20.394552] CM = 0, WnR = 0&lt;BR /&gt;[ 20.397526] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000085c66000&lt;BR /&gt;[ 20.403970] [000000000000698b] pgd=0000000000000000, p4d=0000000000000000&lt;BR /&gt;[ 20.410775] Internal error: Oops: 96000004 [#1] PREEMPT SMP&lt;BR /&gt;[ 20.416349] Modules linked in:&lt;BR /&gt;[ 20.419414] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.10.72-lts-5.10.y+ga68e31b63f86 #1&lt;BR /&gt;[ 20.427599] Hardware name: Freescale i.MX8DX MEK (DT)&lt;BR /&gt;[ 20.432660] pstate: 80000085 (Nzcv daIf -PAN -UAO -TCO BTYPE=--)&lt;BR /&gt;[ 20.438682] pc : calc_global_load+0x18c/0x210&lt;BR /&gt;[ 20.443041] lr : calc_global_load+0x178/0x210&lt;BR /&gt;[ 20.447398] sp : ffff800011d5bee0&lt;BR /&gt;[ 20.450717] x29: ffff800011d5bee0 x28: ffff800011b52380&lt;BR /&gt;[ 20.456042] x27: ffff800011b52380 x26: ffff800011d5c000&lt;BR /&gt;[ 20.461367] x25: ffff800011d58000 x24: ffff800011b49360&lt;BR /&gt;[ 20.466693] x23: ffff800011cee000 x22: ffff800011cee000&lt;BR /&gt;[ 20.472018] x21: ffff800011b46000 x20: ffff800011b46a00&lt;BR /&gt;[ 20.477344] x19: 00000004b75a0aee x18: 0000000000000000&lt;BR /&gt;[ 20.482669] x17: 0000000000000000 x16: 0000000000000000&lt;BR /&gt;[ 20.487995] x15: 0000000fee30533a x14: 00000000000215a2&lt;BR /&gt;[ 20.493320] x13: 00000000000007f5 x12: 00000000fffef377&lt;BR /&gt;[ 20.498645] x11: 00000000000060cb x10: ffff800011cc88e0&lt;BR /&gt;[ 20.503971] x9 : 00000000fffef85a x8 : 0000000000000042&lt;BR /&gt;[ 20.509296] x7 : ffff800011cc88c0 x6 : 00000000000000c7&lt;BR /&gt;[ 20.514621] x5 : 00000000003fa800 x4 : 000000000002ad29&lt;BR /&gt;[ 20.519947] x3 : 0000000000000000 x2 : 0000000000000800&lt;BR /&gt;[ 20.525272] x1 : 00000000000004e3 x0 : 0000000000000055&lt;BR /&gt;[ 20.530598] Call trace:&lt;BR /&gt;[ 20.533055] calc_global_load+0x18c/0x210&lt;BR /&gt;[ 20.537076] do_timer+0x20/0x30&lt;BR /&gt;[ 20.540222] tick_do_update_jiffies64.part.0+0x78/0x114&lt;BR /&gt;[ 20.545449] tick_irq_enter+0xf0/0x130&lt;BR /&gt;[ 20.549203] irq_enter_rcu+0x64/0x70&lt;BR /&gt;[ 20.552780] irq_enter+0x14/0x20&lt;BR /&gt;[ 20.556014] __handle_domain_irq+0x40/0xe0&lt;BR /&gt;[ 20.560114] gic_handle_irq+0xc0/0x140&lt;BR /&gt;[ 20.563867] el1_irq+0xcc/0x180&lt;BR /&gt;[ 20.567014] arch_cpu_idle+0x18/0x30&lt;BR /&gt;[ 20.570591] default_idle_call+0x24/0x6c&lt;BR /&gt;[ 20.574518] do_idle+0x230/0x2a0&lt;BR /&gt;[ 20.577749] cpu_startup_entry+0x24/0x70&lt;BR /&gt;[ 20.581675] rest_init+0xd8/0xe8&lt;BR /&gt;[ 20.584909] arch_call_rest_init+0x10/0x1c&lt;BR /&gt;[ 20.589007] start_kernel+0x4ac/0x4e4&lt;BR /&gt;[ 20.592682] Code: d2809c61 9b013129 f90004e9 d5033abf (b948c160)&lt;BR /&gt;[ 20.598788] ---[ end trace 5863192a640cb186 ]---&lt;BR /&gt;[ 20.603411] Kernel panic - not syncing: Oops: Fatal exception in interrupt&lt;BR /&gt;[ 20.610290] SMP: stopping secondary CPUs&lt;/P&gt;&lt;P&gt;The "virtual address" is not always the same. Also, the call trace is not always the same, but mostly, the last function is something timer-related.&lt;/P&gt;&lt;P&gt;Sometimes, the panic message is different:&lt;/P&gt;&lt;P&gt;[ 20.901152] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000060&lt;BR /&gt;[ 20.909965] Mem abort info:&lt;BR /&gt;[ 20.912759] ESR = 0x96000004&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;Two complete boot logs are attached.&lt;/P&gt;&lt;P&gt;I use 2*512MB (1GB) of DDR3L memory. The DDR stress test was successfully executed for 2 hours, which is why I think, a hardware issue is improbable.&lt;/P&gt;&lt;P&gt;The memory node in the device tree is:&lt;/P&gt;&lt;P&gt;memory@80000000 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; device_type = "memory";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; reg = &amp;lt;0x00000000 0x40000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;We checked the DCD file several times and did not find any wrong configurations.&lt;/P&gt;&lt;P&gt;RAM-Config in U-Boot is the following:&lt;/P&gt;&lt;P&gt;#define CONFIG_SYS_SDRAM_BASE 0x80000000&lt;BR /&gt;#define PHYS_SDRAM_1 0x80000000&lt;BR /&gt;#define PHYS_SDRAM_2 0x880000000&lt;/P&gt;&lt;P&gt;#define PHYS_SDRAM_1_SIZE 0x40000000&amp;nbsp; /* 1 GB */&lt;BR /&gt;#define PHYS_SDRAM_2_SIZE 0x00000000&amp;nbsp; /* 0 GB */&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;CONFIG_NR_DRAM_BANKS=4&lt;/P&gt;&lt;P&gt;The performance was improved a little bit by including CONFIG_DEBUG_PAGEALLOC=y, I think.&lt;/P&gt;&lt;P&gt;What could be the problem? What else could I try?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tobi&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 14:43:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1494890#M192975</guid>
      <dc:creator>Tobi_Edu</dc:creator>
      <dc:date>2022-07-25T14:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497087#M193142</link>
      <description>&lt;DIV class="feedBodyInner Desktop oneApp"&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198852"&gt;@Tobi_Edu&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="cuf-entityLinkId forceChatterEntityLink entityLinkHover" data-id="0052p00000BjgmRAAR" data-hashtag="" data-mention="0052p00000BjgmRAAR"&gt;&lt;SPAN class="cuf-entityAdditionalLabel uiOutputText"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;I hope you are doing well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;From the logs it seems, during log-in kernel crash happened.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Have you flashed imx8dx-mek binaries on your custom board?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Thanks &amp;amp; Regards.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Sanket Parekh&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Jul 2022 07:29:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497087#M193142</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-07-28T07:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497094#M193144</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sometimes it crahes during log-in, sometimes I can log-in and the kernel crashes some seconds or minutes later.&lt;/P&gt;&lt;P&gt;I use the sources of the imx8dx-mek as a base for my custom code, so I use the custom binaries, not the ones from the MEK.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tobi&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 07:34:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497094#M193144</guid>
      <dc:creator>Tobi_Edu</dc:creator>
      <dc:date>2022-07-28T07:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497269#M193152</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198852"&gt;@Tobi_Edu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you try this change?&lt;/P&gt;
&lt;P&gt;memory@80000000 {&lt;BR /&gt;device_type = "memory";&lt;BR /&gt;reg = &amp;lt;0x0 0x80000000 0 0x40000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 10:45:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497269#M193152</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-07-28T10:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497277#M193155</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks for your fast reply.&lt;/P&gt;&lt;P&gt;Yes, I attempted that, but the kernel is still crashing. Please find attached two of the crash logs.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tobi&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 11:11:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497277#M193155</guid>
      <dc:creator>Tobi_Edu</dc:creator>
      <dc:date>2022-07-28T11:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497329#M193160</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198852"&gt;@Tobi_Edu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you faced the same issue on IMX8 MEK board?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 12:44:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497329#M193160</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-07-28T12:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497342#M193161</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;no, I don't have an i.MX8DX MEK, so I didn't try it with an MEK.&lt;/P&gt;&lt;P&gt;But I think this would not be useful, since the RAM configuration is different than on the MEKs and I also have different periphery hardware on different pins.&lt;/P&gt;&lt;P&gt;EDIT: Additionally, I found out that the memory node is automatically changed by U-Boot on kernel bootup. After booting, it is:&lt;/P&gt;&lt;P&gt;memory@80000000 {&lt;BR /&gt;device_type = "memory";&lt;BR /&gt;reg = &amp;lt;0x00 0x80200000 0x00 0x3fe00000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tobi&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 13:05:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497342#M193161</guid>
      <dc:creator>Tobi_Edu</dc:creator>
      <dc:date>2022-07-28T13:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497353#M193164</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198852"&gt;@Tobi_Edu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the drive strength of DDR in DDR configuration file?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 13:19:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497353#M193164</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-07-28T13:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497354#M193165</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the drive strength is 40 Ohm (00 in RPA). But I also tried with 34 Ohm, which didn't change anything.&lt;/P&gt;&lt;P&gt;DDR stress test was successful with 40 Ohm.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tobi&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 13:22:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1497354#M193165</guid>
      <dc:creator>Tobi_Edu</dc:creator>
      <dc:date>2022-07-28T13:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1498559#M193246</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198852"&gt;@Tobi_Edu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DDR stress test was successful with 40 Ohm.&lt;/P&gt;
&lt;P&gt;-&amp;gt; Have you done this with 2000MHz?&lt;/P&gt;
&lt;DIV class="Zc1Emd QIJiHb"&gt;Have you performed Board level SI analysis?&lt;/DIV&gt;
&lt;DIV class="Zc1Emd QIJiHb"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="Zc1Emd QIJiHb"&gt;Thanks &amp;amp; Regards.&lt;/DIV&gt;
&lt;DIV class="Zc1Emd QIJiHb"&gt;Sanket Parekh&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Aug 2022 06:39:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1498559#M193246</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-08-01T06:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1498562#M193247</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;since I have DDR3L-RAM, I tested it only with 667 MHz and 800 MHz.&lt;/P&gt;&lt;P&gt;No, I have not performed a board level SI analysis.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tobi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 06:48:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1498562#M193247</guid>
      <dc:creator>Tobi_Edu</dc:creator>
      <dc:date>2022-08-01T06:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1499635#M193322</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198852"&gt;@Tobi_Edu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try with 120ohm DDR drive strength.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 13:53:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1499635#M193322</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-08-02T13:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1499644#M193324</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I already tried with every drive strength available in RPA. Also with several ODT-configurations.&lt;/P&gt;&lt;P&gt;Changes in those configurations didn't change anything in the crash behaviour.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tobi&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 14:18:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1499644#M193324</guid>
      <dc:creator>Tobi_Edu</dc:creator>
      <dc:date>2022-08-02T14:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1500218#M193382</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198852"&gt;@Tobi_Edu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On MMC1 slot one SD card is connected right?&lt;/P&gt;
&lt;P&gt;If yes, then can you please remove the same and try to reproduce the issue?&lt;/P&gt;
&lt;P&gt;Please share the log file.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 11:01:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1500218#M193382</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-08-03T11:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1500229#M193384</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202155"&gt;@Sanket_Parekh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;Yes, there is a micro SD card connected in slot MMC1, which is also the medium the device is booting from.&lt;/P&gt;&lt;P&gt;As image files, I use flash.bin, Image.bin, dtb and rootfs on separate partition. How can I make the device boot without inserted SD card (=flash all those files to eMMC)? UUU won't work, will it?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tobi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 11:19:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1500229#M193384</guid>
      <dc:creator>Tobi_Edu</dc:creator>
      <dc:date>2022-08-03T11:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1500269#M193386</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198852"&gt;@Tobi_Edu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, Please flash the binaries into eMMC. UUU should work as per expectation.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 12:20:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1500269#M193386</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2022-08-03T12:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1533765#M196079</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Tobi_Edu,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have you tried increasing VDD_A72 voltage by 50 mV?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 07:52:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/1533765#M196079</guid>
      <dc:creator>sam_raf</dc:creator>
      <dc:date>2022-10-07T07:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8 Kernel panic: unable to handle kernel paging request</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/2085491#M236616</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198852"&gt;@Tobi_Edu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Did you solve this problem? I'm facing the same issue, can you explain to me what was the cause of that mem abort?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 13:41:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8-Kernel-panic-unable-to-handle-kernel-paging-request/m-p/2085491#M236616</guid>
      <dc:creator>Bob_NXP_user</dc:creator>
      <dc:date>2025-04-23T13:41:06Z</dc:date>
    </item>
  </channel>
</rss>

