<?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: imx6sx stuck in kernel loading with 512MB RAM in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095612#M160509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have decreased CMA from 14000000 to 14000000/2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the issue: It is because of rpmsg driver static address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;diff --git a/arch/arm/mach-imx/imx_rpmsg.c b/arch/arm/mach-imx/imx_rpmsg.c&lt;BR /&gt;index 06a846b..9b58965 100644&lt;BR /&gt;--- a/arch/arm/mach-imx/imx_rpmsg.c&lt;BR /&gt;+++ b/arch/arm/mach-imx/imx_rpmsg.c&lt;BR /&gt;@@ -300,15 +300,15 @@ static int imx_rpmsg_probe(struct platform_device *pdev)&lt;BR /&gt; rpdev-&amp;gt;vring[1] = res-&amp;gt;start + size;&lt;BR /&gt; } else {&lt;BR /&gt; /* hardcodes here now. */&lt;BR /&gt;- rpdev-&amp;gt;vring[0] = 0xBFFF0000;&lt;BR /&gt;- rpdev-&amp;gt;vring[1] = 0xBFFF8000;&lt;BR /&gt;+ rpdev-&amp;gt;vring[0] = 0x9FFF0000;&lt;BR /&gt;+ rpdev-&amp;gt;vring[1] = 0x9FFF8000;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; } else {&lt;BR /&gt; break;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, it is not hanging up..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But again, rpmsg is not loading well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Revision#1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;virtio_rpmsg_bus virtio0: rpmsg host is online&lt;BR /&gt;virtio_rpmsg_bus virtio0: creating channel rpmsg-openamp-demo-channel addr 0x0&lt;BR /&gt;imx rpmsg driver is registered.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Revision#2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;virtio_rpmsg_bus virtio0: rpmsg host is online&lt;BR /&gt;imx rpmsg driver is registered.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;so,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"modprobe imx_rpmsg_tty" does not generating /dev/ttyRPMSG node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While debugging, I observed this thing:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Revision#1 boot logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Virtual kernel memory layout:&lt;BR /&gt; vector : 0xffff0000 - 0xffff1000 ( 4 kB)&lt;BR /&gt; fixmap : 0xffc00000 - 0xfff00000 (3072 kB)&lt;BR /&gt; &lt;STRONG&gt;vmalloc : 0xbd800000 - 0xff000000 (1048 MB)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; lowmem : 0x80000000 - 0xbd000000 ( 976 MB)&lt;/STRONG&gt;&lt;BR /&gt; pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)&lt;BR /&gt; modules : 0x7f000000 - 0x7fe00000 ( 14 MB)&lt;BR /&gt; .text : 0x80008000 - 0x80b017c0 (11238 kB)&lt;BR /&gt; .init : 0x80b02000 - 0x80b70000 ( 440 kB)&lt;BR /&gt; .data : 0x80b70000 - 0x80bdeb20 ( 443 kB)&lt;BR /&gt; .bss : 0x80be1000 - 0x80c517c0 ( 450 kB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Revision#2 boot logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Virtual kernel memory layout:&lt;BR /&gt; vector : 0xffff0000 - 0xffff1000 ( 4 kB)&lt;BR /&gt; fixmap : 0xffc00000 - 0xfff00000 (3072 kB)&lt;BR /&gt; &lt;STRONG&gt;vmalloc : 0x9d000000 - 0xff000000 (1568 MB)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; lowmem : 0x80000000 - 0x9cd00000 ( 461 MB)&lt;/STRONG&gt;&lt;BR /&gt; pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)&lt;BR /&gt; modules : 0x7f000000 - 0x7fe00000 ( 14 MB)&lt;BR /&gt; .text : 0x80008000 - 0x80b017c0 (11238 kB)&lt;BR /&gt; .init : 0x80b02000 - 0x80b70000 ( 440 kB)&lt;BR /&gt; .data : 0x80b70000 - 0x80bdeb20 ( 443 kB)&lt;BR /&gt; .bss : 0x80be1000 - 0x80c517c0 ( 450 kB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have idea for how to resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Jun 2020 14:15:30 GMT</pubDate>
    <dc:creator>rakesh_patel</dc:creator>
    <dc:date>2020-06-28T14:15:30Z</dc:date>
    <item>
      <title>imx6sx stuck in kernel loading with 512MB RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095606#M160503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a custom board based on imx6sx.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have two revisions for a custom board.&lt;/P&gt;&lt;P&gt;Revision#1: Have 1GB RAM ==&amp;gt; Working fine with boot (Memory part: MT41K256M16TW-107 XIT:P)&lt;/P&gt;&lt;P&gt;Revision#2: Have 512MB RAM ==&amp;gt; Stuck in kernel loading.(Memory part: &lt;SPAN style="color: #000000; background-color: #fabf8f; font-size: 13px;"&gt;MT41K128M16JT-107 IT:K TR&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both revisions have same thing except the RAM part number as mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In revision#2, we are facing below issue:&lt;/P&gt;&lt;P&gt;================&lt;/P&gt;&lt;P&gt;U-Boot 2016.03-nxp/imx_v2016.03_4.1.15_2.0.0_ga+g7a2ba64 (Jun 26 2020 - 16:12:40 +0530)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX6SX rev1.4 at 792MHz&lt;BR /&gt;CPU: Automotive temperature grade (-40C to 125C) at 47C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;DEBUG: Board: MX6SX SABRE SDB&lt;BR /&gt;I2C: ready&lt;BR /&gt;DEBUG1 DRAM: 512 MiB&lt;BR /&gt;PMIC: PFUZE100 ID=0x10&lt;BR /&gt;MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2&lt;BR /&gt;*** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&gt;Display: Hannstar-XGA (1024x768)&lt;BR /&gt;Video: 1024x768x18&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc2(part 0) is current device&lt;BR /&gt;Net: FEC [PRIME]&lt;BR /&gt;Error: FEC address not set.&lt;/P&gt;&lt;P&gt;Normal Boot&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;reading m4_pzt_application.bin&lt;BR /&gt;29632 bytes read in 18 ms (1.6 MiB/s)&lt;BR /&gt;## Starting auxiliary core at 0x007F8000 ...&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc2(part 0) is current device&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc2(part 0) is current device&lt;BR /&gt;reading boot.scr&lt;BR /&gt;** Unable to read file boot.scr **&lt;BR /&gt;reading zImage&lt;BR /&gt;5582288 bytes read in 158 ms (33.7 MiB/s)&lt;BR /&gt;Booting from mmc ...&lt;BR /&gt;reading imx6sx-sdb-m4.dtb&lt;BR /&gt;38271 bytes read in 18 ms (2 MiB/s)&lt;BR /&gt;Kernel image @ 0x80800000 [ 0x000000 - 0x552dd0 ]&lt;BR /&gt;## Flattened Device Tree blob at 83000000&lt;BR /&gt; Booting using the fdt blob at 0x83000000&lt;BR /&gt; Using Device Tree in place at 83000000, end 8300c57e&lt;BR /&gt;switch to ldo_bypass mode!&lt;BR /&gt;## else Transferring control to Linux (at address 80800000)...&lt;/P&gt;&lt;P&gt;DEBUG: =====Starting kernel ...&lt;/P&gt;&lt;P&gt;DEBUG: Before bootstage_mark_name&lt;BR /&gt;DEBUG: after bootstage_mark_name&lt;BR /&gt;DEBUG: Before cleanup_before_linux&lt;BR /&gt;DEBUG: After cleanup_before_linux&lt;BR /&gt;==DEBUG: Before kernel_entry&lt;BR /&gt;&lt;STRONG&gt;Uncompressing Linux... done, booting the kernel.DEBUG&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have changed below things:&lt;/P&gt;&lt;P&gt;1) u-boot DCD values as per NXP register Xls in imximage.cfg file. I also performed calibration and updated values accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) kernel dts file for memory&amp;nbsp;&lt;/P&gt;&lt;P&gt;memory {&lt;BR /&gt; reg = &amp;lt;0x80000000 0x20000000&amp;gt;;&lt;BR /&gt;linux,usable-memory = &amp;lt;0x80000000 0x1CD00000&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea for how to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2020 12:45:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095606#M160503</guid>
      <dc:creator>rakesh_patel</dc:creator>
      <dc:date>2020-06-26T12:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx stuck in kernel loading with 512MB RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095607#M160504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you already run ddr test for that board and updated dcd, next may be&lt;/P&gt;&lt;P&gt;check board power supplies: voltage values, ripples as described in&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=IMX6SXHDG" target="_blank"&gt;&lt;STRONG&gt;Hardware Development Guide for i.MX 6SoloX Applications Processors - IMX6SXHDG&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If this is just one board, issue may be caused by poor soldering. One can try to resolder chip.&lt;/P&gt;&lt;P&gt;Try nxp uboot and linux from nxp &amp;nbsp;source.codeaurora.org/external/imx/ repository&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=nxp%2Fimx_v2016.03_4.1.15_2.0.0_ga" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=nxp%2Fimx_v2016.03_4.1.15_2.0.0_ga"&gt;uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.1.15_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.1.15_2.0.0_ga"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2020 23:25:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095607#M160504</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-26T23:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx stuck in kernel loading with 512MB RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095608#M160505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌:&amp;nbsp;&lt;/P&gt;&lt;P&gt;That may be some changes for HW poor soldering. But in this case.. Uboot loading also should not work.. Right ?&lt;/P&gt;&lt;P&gt;This is only stucking while loading kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2020 17:12:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095608#M160505</guid>
      <dc:creator>rakesh_patel</dc:creator>
      <dc:date>2020-06-27T17:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx stuck in kernel loading with 512MB RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095609#M160506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you confirm that for revision#2 you separately run ddr test,&lt;/P&gt;&lt;P&gt;updated dcd header and not used dcd header from revision#1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2020 23:18:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095609#M160506</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-27T23:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx stuck in kernel loading with 512MB RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095610#M160507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌:&lt;/P&gt;&lt;P&gt;Yes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;gt; I have run ddr test for revision#2 and updated dcd as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2020 04:10:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095610#M160507</guid>
      <dc:creator>rakesh_patel</dc:creator>
      <dc:date>2020-06-28T04:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx stuck in kernel loading with 512MB RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095611#M160508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one can try to decrease cma size in dts:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6sx.dtsi?h=imx_4.1.15_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6sx.dtsi?h=imx_4.1.15_2.0.0_ga"&gt;imx6sx.dtsi\dts\boot\arm\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2020 13:03:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095611#M160508</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-28T13:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx stuck in kernel loading with 512MB RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095612#M160509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have decreased CMA from 14000000 to 14000000/2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the issue: It is because of rpmsg driver static address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;diff --git a/arch/arm/mach-imx/imx_rpmsg.c b/arch/arm/mach-imx/imx_rpmsg.c&lt;BR /&gt;index 06a846b..9b58965 100644&lt;BR /&gt;--- a/arch/arm/mach-imx/imx_rpmsg.c&lt;BR /&gt;+++ b/arch/arm/mach-imx/imx_rpmsg.c&lt;BR /&gt;@@ -300,15 +300,15 @@ static int imx_rpmsg_probe(struct platform_device *pdev)&lt;BR /&gt; rpdev-&amp;gt;vring[1] = res-&amp;gt;start + size;&lt;BR /&gt; } else {&lt;BR /&gt; /* hardcodes here now. */&lt;BR /&gt;- rpdev-&amp;gt;vring[0] = 0xBFFF0000;&lt;BR /&gt;- rpdev-&amp;gt;vring[1] = 0xBFFF8000;&lt;BR /&gt;+ rpdev-&amp;gt;vring[0] = 0x9FFF0000;&lt;BR /&gt;+ rpdev-&amp;gt;vring[1] = 0x9FFF8000;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; } else {&lt;BR /&gt; break;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, it is not hanging up..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But again, rpmsg is not loading well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Revision#1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;virtio_rpmsg_bus virtio0: rpmsg host is online&lt;BR /&gt;virtio_rpmsg_bus virtio0: creating channel rpmsg-openamp-demo-channel addr 0x0&lt;BR /&gt;imx rpmsg driver is registered.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Revision#2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;virtio_rpmsg_bus virtio0: rpmsg host is online&lt;BR /&gt;imx rpmsg driver is registered.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;so,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"modprobe imx_rpmsg_tty" does not generating /dev/ttyRPMSG node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While debugging, I observed this thing:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Revision#1 boot logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Virtual kernel memory layout:&lt;BR /&gt; vector : 0xffff0000 - 0xffff1000 ( 4 kB)&lt;BR /&gt; fixmap : 0xffc00000 - 0xfff00000 (3072 kB)&lt;BR /&gt; &lt;STRONG&gt;vmalloc : 0xbd800000 - 0xff000000 (1048 MB)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; lowmem : 0x80000000 - 0xbd000000 ( 976 MB)&lt;/STRONG&gt;&lt;BR /&gt; pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)&lt;BR /&gt; modules : 0x7f000000 - 0x7fe00000 ( 14 MB)&lt;BR /&gt; .text : 0x80008000 - 0x80b017c0 (11238 kB)&lt;BR /&gt; .init : 0x80b02000 - 0x80b70000 ( 440 kB)&lt;BR /&gt; .data : 0x80b70000 - 0x80bdeb20 ( 443 kB)&lt;BR /&gt; .bss : 0x80be1000 - 0x80c517c0 ( 450 kB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Revision#2 boot logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Virtual kernel memory layout:&lt;BR /&gt; vector : 0xffff0000 - 0xffff1000 ( 4 kB)&lt;BR /&gt; fixmap : 0xffc00000 - 0xfff00000 (3072 kB)&lt;BR /&gt; &lt;STRONG&gt;vmalloc : 0x9d000000 - 0xff000000 (1568 MB)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; lowmem : 0x80000000 - 0x9cd00000 ( 461 MB)&lt;/STRONG&gt;&lt;BR /&gt; pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)&lt;BR /&gt; modules : 0x7f000000 - 0x7fe00000 ( 14 MB)&lt;BR /&gt; .text : 0x80008000 - 0x80b017c0 (11238 kB)&lt;BR /&gt; .init : 0x80b02000 - 0x80b70000 ( 440 kB)&lt;BR /&gt; .data : 0x80b70000 - 0x80bdeb20 ( 443 kB)&lt;BR /&gt; .bss : 0x80be1000 - 0x80c517c0 ( 450 kB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have idea for how to resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2020 14:15:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095612#M160509</guid>
      <dc:creator>rakesh_patel</dc:creator>
      <dc:date>2020-06-28T14:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx stuck in kernel loading with 512MB RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095613#M160510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for rpmsg remapping one can look below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114040i54B6742DEA7E5694/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.jpg" alt="pastedImage_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 06:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095613#M160510</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-29T06:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: imx6sx stuck in kernel loading with 512MB RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095614#M160511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing this. It works well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 13:50:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6sx-stuck-in-kernel-loading-with-512MB-RAM/m-p/1095614#M160511</guid>
      <dc:creator>rakesh_patel</dc:creator>
      <dc:date>2020-06-30T13:50:29Z</dc:date>
    </item>
  </channel>
</rss>

