<?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: Linux Kernel does not start after migrating from LPDDR2 to DDR3 in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263506#M4659</link>
    <description>&lt;P&gt;could you please provide full uboot log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Apr 2021 11:04:02 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2021-04-16T11:04:02Z</dc:date>
    <item>
      <title>Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1261904#M4650</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a custom i.MX6DL board running with mainline U-Boot and Linux-Kernel.&lt;/P&gt;&lt;P&gt;Now I have migrated from LPDDR2 to DDR3 and also increased the RAM-Size from 512MB to 1GB, thats all. The rest of the board is still identical.&lt;BR /&gt;I have managed to get the DDR3 running in U-Boot. I can start a netboot, can access USB, eMMC .....&lt;BR /&gt;Everything works fin there.&lt;/P&gt;&lt;P&gt;BUT: If I try to start my linux-kernel, everything I see is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DHCP client bound to address 172.16.2.75 (255 ms)
Using FEC device
TFTP from server 172.16.0.72; our IP address is 172.16.2.75
Filename 'Board/board.dtb'.
Load address: 0x18000000
Loading: ###
         1.9 MiB/s
done
Bytes transferred = 30295 (7657 hex)
BOOTP broadcast 1
DHCP client bound to address 172.16.2.75 (4 ms)
Using FEC device
TFTP from server 172.16.0.72; our IP address is 172.16.2.75
Filename 'Board/linuximage'.
Load address: 0x12000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ##################################
         3.8 MiB/s
done
Bytes transferred = 7167880 (6d5f88 hex)
Kernel image @ 0x12000000 [ 0x000000 - 0x6d5f88 ]
## Flattened Device Tree blob at 18000000
   Booting using the fdt blob at 0x18000000
   Loading Device Tree to 4f58c000, end 4f596656 ... OK

Starting kernel ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that there is something running, but I don't know where to go from here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas or suggestions?&lt;/P&gt;&lt;P&gt;More informations needed?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 09:55:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1261904#M4650</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-14T09:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1262347#M4651</link>
      <description>&lt;P&gt;Hi Steffen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first recommended to run ddr test (also use Script Aid)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-6-7-DDR-Stress-Test-Tool/ta-p/1108221" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-6-7-DDR-Stress-Test-Tool/ta-p/1108221&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX6ULL-LPDDR2-Script-Aid/ta-p/1121785" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX6ULL-LPDDR2-Script-Aid/ta-p/1121785&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;then update uboot dcd header with new ddr settings found from test&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/board/freescale/mx6sabresd/mx6dlsabresd.cfg?h=imx_v2020.04_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/board/freescale/mx6sabresd/mx6dlsabresd.cfg?h=imx_v2020.04_5.4.70_2.3.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 00:18:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1262347#M4651</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-04-15T00:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1262530#M4653</link>
      <description>&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;sorry, had forgot to mention that I already did that.&lt;BR /&gt;Script aid and resulting U-Boot-CFG is attached (U-Boot-CFG renamed to .txt because .cfg is not allowed here).&lt;/P&gt;&lt;P&gt;The DDR-Stresstester results looks fine. I ran a test for frequencies ranging from 350MHz to 500MHz and the first errors were shown at 475MHz.&lt;BR /&gt;(By the way: how can the Stress-Tester test frequencies above 400MHz when i.MX6DL only supports 400MHz?)&lt;/P&gt;&lt;P&gt;I tested also with mtest of u-boot and no errors occured.&lt;/P&gt;&lt;P&gt;Thanks for the fast reply.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 06:31:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1262530#M4653</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-15T06:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1262758#M4654</link>
      <description>&lt;P&gt;Hi Steffen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try with nxp official uboot/linux releases from source.codeaurora.org/external/imx/ repository&lt;/P&gt;
&lt;P&gt;(as mainline is not supported by nxp)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2020.04_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2020.04_5.4.70_2.3.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.70_2.3.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Documentation&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 10:35:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1262758#M4654</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-04-15T10:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263291#M4656</link>
      <description>&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;well, this solution was even worse than the Mainline-Kernel. The NXP-Kernel isn't even starting on my old LPDDR2 design, while the mainline kernel at least started on this board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 06:59:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263291#M4656</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-16T06:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263465#M4657</link>
      <description>&lt;P&gt;what reference board was used for custom board&amp;nbsp; design - NXP i.MX6DL Sabre SD board or&lt;/P&gt;
&lt;P&gt;some other third party board. What pmic used for custom board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 09:51:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263465#M4657</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-04-16T09:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263472#M4658</link>
      <description>&lt;P&gt;Years ago (I think 2014) I derived it from SabreSD-Quad (although we had only i.MX6S and later i.MX6DL. I think SabreSD-DualLite was available sometime later).&lt;BR /&gt;Since then I used the resulting configs and code to get about 10 different i.MX6-boards to work (everthing with LPDDR2).&lt;/P&gt;&lt;P&gt;From time to time I compare my Devicetree and configs still with SabreSD (now with SabreSD-DualLite)&lt;/P&gt;&lt;P&gt;I never had the issue that the Linux-Kernel was loaded but could not start.&lt;/P&gt;&lt;P&gt;I'm still using the old-style u-boot with c/h-boardfiles.&lt;/P&gt;&lt;P&gt;We're using PF0100 as PMIC&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 10:02:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263472#M4658</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-16T10:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263506#M4659</link>
      <description>&lt;P&gt;could you please provide full uboot log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 11:04:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263506#M4659</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-04-16T11:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263509#M4660</link>
      <description>&lt;P&gt;Do you want the standard U-Boot-Outputs?&lt;/P&gt;&lt;P&gt;Well:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;U-Boot 2015.01 (Apr 14 2021 - 17:24:36)

CPU:   Freescale i.MX6DL rev1.3 at 396 MHz
CPU:   Temperature 30 C
Reset cause: POR
Board: SIE-IMX6
I2C:   ready
DRAM:  1 GiB
PMIC:  PFUZE100 ID=0x10
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
In:    serial
Out:   serial
Err:   serial
Net:   Using phy at 3
PHY: Micrel ksz9031
FEC [PRIME]
Hit any key to stop autoboot:  0
=&amp;gt; run netboot
Booting from net ...
FEC Waiting for PHY auto negotiation to complete......... TIMEOUT !
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5
BOOTP broadcast 6
BOOTP broadcast 7
BOOTP broadcast 8
BOOTP broadcast 9
BOOTP broadcast 10
BOOTP broadcast 11
BOOTP broadcast 12
BOOTP broadcast 13
BOOTP broadcast 14
BOOTP broadcast 15
BOOTP broadcast 16
BOOTP broadcast 17

Retry time exceeded; starting again
BOOTP broadcast 1
BOOTP broadcast 2
DHCP client bound to address 172.16.2.75 (255 ms)
Using FEC device
TFTP from server 172.16.0.72; our IP address is 172.16.2.75
Filename 'Board/board.dtb'.
Load address: 0x18000000
Loading: ###
         1.9 MiB/s
done
Bytes transferred = 30559 (775f hex)
BOOTP broadcast 1
DHCP client bound to address 172.16.2.75 (3 ms)
Using FEC device
TFTP from server 172.16.0.72; our IP address is 172.16.2.75
Filename 'Board/linuximage'.
Load address: 0x12000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ###########################################################
         3.9 MiB/s
done
Bytes transferred = 7536448 (72ff40 hex)
Kernel image @ 0x12000000 [ 0x000000 - 0x72ff40 ]
## Flattened Device Tree blob at 18000000
   Booting using the fdt blob at 0x18000000
   Loading Device Tree to 4f58c000, end 4f59675e ... OK

Starting kernel ...&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 16 Apr 2021 11:08:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263509#M4660</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-16T11:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263603#M4661</link>
      <description>&lt;P&gt;By the way:&lt;BR /&gt;I would use the newest Script-Aid, but the link you sent me leads to LPDDR2 for i.MX6ULL and I have now a DDR3 and a i.MX6DL.&lt;/P&gt;&lt;P&gt;If I follow the link "&lt;A href="https://community.nxp.com/docs/DOC-94917" target="_blank" rel="noopener"&gt;i.MX6DQSDL DDR3 Script Aid&lt;/A&gt;&lt;SPAN&gt;" there it leads me only to the attachment "&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX6DQSDL-DDR3-Script-Aid/ta-p/1124443?attachment-id=12285" target="_blank" rel="noopener"&gt;MX6Q_SabreSD_DDR3_register_programming_aid_v2.3.xlsx&lt;/A&gt;" which is useful for a i.MX6Q but somewhat useless for i.MX6DL because Q and DL have different Register-Adresses for most of the used Registers. If I want to use this script-aid, I have to redo all the Registers for i.MX6DL.&lt;/P&gt;&lt;P&gt;Is there a newer Script-Aid for i.MX6DL with DDR3?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 13:43:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263603#M4661</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-16T13:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263606#M4662</link>
      <description>&lt;P&gt;U-Boot 2015.01 is not supported by nxp, may be suggested to try for example 2015.04 uboot from nxp&lt;/P&gt;
&lt;P&gt;source.codeaurora.org/external/imx/linux-imx repository:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=nxp%2Fimx_v2015.04_4.1.15_1.0.0_ga" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=nxp%2Fimx_v2015.04_4.1.15_1.0.0_ga&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Use &lt;A style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/docs/en/user-guide/IMX_PORTING_GUIDE.pdf" target="_blank" rel="noopener"&gt;i.MX Porting Guide&lt;/A&gt;​ and AN4553 &lt;A id="relatedDocsClick_10" href="https://www.nxp.com/docs/en/application-note/AN4553.pdf" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Using Open Source Debugging Tools for Linux on i.MX Processors&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;for any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 13:47:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263606#M4662</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-04-16T13:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263607#M4663</link>
      <description>&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX6DL-SABRE-SDP-B-DDR3-Register-Programming-Aid/ta-p/1103549" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX6DL-SABRE-SDP-B-DDR3-Register-Programming-Aid/ta-p/1103549&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 13:51:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1263607#M4663</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-04-16T13:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1264884#M4666</link>
      <description>&lt;P&gt;OK, I will change this also.&lt;/P&gt;&lt;P&gt;Sadly I get the messages&lt;/P&gt;&lt;P&gt;common/cli_readline.c:265: undefined reference to `get_tbclk'&lt;BR /&gt;lib/time.c:54: undefined reference to `get_tbclk'&lt;BR /&gt;lib/time.c:80: undefined reference to `get_tbclk'&lt;/P&gt;&lt;P&gt;while compiling. Any Ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 07:06:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1264884#M4666</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-20T07:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1265026#M4667</link>
      <description>&lt;P&gt;OK, solved the compiling-problem:&lt;/P&gt;&lt;P&gt;had to add&lt;BR /&gt;#define CONFIG_GPT_TIMER&lt;BR /&gt;to the board-header-file&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 09:21:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1265026#M4667</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-20T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1265036#M4668</link>
      <description>&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;have the NXP-U-Boot running. Here is the log:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;U-Boot 2015.04-00381-gede7538aef-dirty (Apr 20 2021 - 11:20:19)

CPU:   Freescale i.MX6DL rev1.3 at 396 MHz
Reset cause: POR
Board: SIE-IMX6
I2C:   ready
DRAM:  1 GiB
PMIC:  PFUZE100 ID=0x10
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
In:    serial
Out:   serial
Err:   serial
Setting Bootloader-Version: 1.0
Writing to MMC(1)... done
Net:   Using phy at 3
PHY: Micrel ksz9031
FEC [PRIME]
Normal Boot
Hit any key to stop autoboot:  0
=&amp;gt; run usbboot
Boot from USB
resetting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 7 USB Device(s) found
USB1:   USB EHCI 1.00
scanning bus 1 for devices... EHCI timed out on TD - token=0x80008c80
1 USB Device(s) found
       scanning usb for storage devices... 1 Storage Device(s) found
       scanning usb for ethernet devices... 0 Ethernet Device(s) found
30375 bytes read in 164 ms (180.7 KiB/s)
7212424 bytes read in 984 ms (7 MiB/s)
Kernel image @ 0x12000000 [ 0x000000 - 0x6e0d88 ]
## Flattened Device Tree blob at 18000000
   Booting using the fdt blob at 0x18000000
   Loading Device Tree to 4f58b000, end 4f5956a6 ... OK

Starting kernel ...
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same as mainline, after this the board doesn't do anyting more.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 09:29:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1265036#M4668</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-20T09:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1265709#M4673</link>
      <description>&lt;P&gt;I don't exactly know, where the error occures, but im relatively sure it should be in the Kernel/Devicetree (mostly devicetree).&lt;/P&gt;&lt;P&gt;For comparison I use the decompiled devicetrees of my board and the sabresd. See Attached files.&lt;/P&gt;&lt;P&gt;The *-nxp devicetree is provided by NXP-Kernel, the other by mainline. sie-imx6 is my own devicetree.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: I think this shouldn't occure in a Forum where Devicetree could be exchanged:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Correct the highlighted errors and try again.

The attachment's imx6dl-sabresd-nxp.dts content type (application/octet-stream) does not match its file extension and has been removed.
The attachment's sie-imx6dl.dts content type (application/octet-stream) does not match its file extension and has been removed.
The attachment's imx6dl-sabresd.dts content type (application/octet-stream) does not match its file extension and has been removed.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 08:31:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1265709#M4673</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-21T08:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1265913#M4674</link>
      <description>&lt;P&gt;OK, we think its a miss match between U-Boot's DDR3 configuration (mainly the clocks) and the clocks the devicetree expects.&lt;/P&gt;&lt;P&gt;We have plotted out the different clocks of our DDR3-Config (top) and LPDDR2-Config (bottom). See attached Picture.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 14:37:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1265913#M4674</guid>
      <dc:creator>steffendoster</dc:creator>
      <dc:date>2021-04-21T14:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel does not start after migrating from LPDDR2 to DDR3</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1266207#M4675</link>
      <description>&lt;P&gt;in general uboot and linux versions should be aligned, for example uboot v.2015.04 &amp;amp; L4.1.15, please try them:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=nxp%2Fimx_v2015.04_4.1.15_1.0.0_ga" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=nxp%2Fimx_v2015.04_4.1.15_1.0.0_ga&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.1.15_2.0.0_ga" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.1.15_2.0.0_ga&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 01:12:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Linux-Kernel-does-not-start-after-migrating-from-LPDDR2-to-DDR3/m-p/1266207#M4675</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-04-22T01:12:56Z</dc:date>
    </item>
  </channel>
</rss>

