<?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.MX6SLL SPL Boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SLL-SPL-Boot/m-p/1440615#M189055</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/118459"&gt;@vlintilhac&lt;/a&gt;&amp;nbsp;were you able to make SPL working? I faced with same same issue.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 13:08:27 GMT</pubDate>
    <dc:creator>jeday</dc:creator>
    <dc:date>2022-04-08T13:08:27Z</dc:date>
    <item>
      <title>i.MX6SLL SPL Boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SLL-SPL-Boot/m-p/1388264#M184589</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to boot the MX6SLLEVK board with SPL, but the SPL build seems to not be included by default in the uboot-imx repo for this processor. Can SPL be used on this processor?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What board should I use as a reference for my build (I am currently using the mx6slevk_spl_defconfig but without success) and what changes do I need to make (OCRAM loading address...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now I'm just trying to have a the debug LED setup or a printf in the UART console, so my mx6sllevk_spl.c file is very simple and contains these functions in board_init_f():&lt;/P&gt;&lt;P&gt;- arch_cpu_init()&lt;/P&gt;&lt;P&gt;- ccgr_init()&lt;/P&gt;&lt;P&gt;- setup_debug_led() //muxing and setup of EPDC_VCOM1=HIGH&lt;/P&gt;&lt;P&gt;- setup_iomux_uart() //muxing of UART1 pads&lt;/P&gt;&lt;P&gt;- preloader_console_init()&lt;/P&gt;&lt;P&gt;- printf()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you need any more info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 16:43:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SLL-SPL-Boot/m-p/1388264#M184589</guid>
      <dc:creator>vlintilhac</dc:creator>
      <dc:date>2021-12-16T16:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SLL SPL Boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SLL-SPL-Boot/m-p/1388378#M184594</link>
      <description>&lt;P&gt;Hi Vincent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try to follow&amp;nbsp;&amp;nbsp;&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_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_blank" rel="noopener" data-dtmsubaction="i.MX Yocto Project User’s Guide​ link"&gt;i.MX Yocto Project User’s Guide​&lt;/A&gt;&amp;nbsp;&amp;nbsp; sect.5.1 Build configurations&amp;nbsp; select&amp;nbsp; "imx6sllevk".&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, 16 Dec 2021 23:20:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SLL-SPL-Boot/m-p/1388378#M184594</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-12-16T23:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SLL SPL Boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SLL-SPL-Boot/m-p/1440615#M189055</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/118459"&gt;@vlintilhac&lt;/a&gt;&amp;nbsp;were you able to make SPL working? I faced with same same issue.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 13:08:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SLL-SPL-Boot/m-p/1440615#M189055</guid>
      <dc:creator>jeday</dc:creator>
      <dc:date>2022-04-08T13:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX6SLL SPL Boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX6SLL-SPL-Boot/m-p/1442209#M189166</link>
      <description>&lt;P&gt;Hi Jeday,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finally decided to not use a SPL boot but to stick with uboot.imx and start the DDR from there, using the setting from the ddr stress tool.&lt;/P&gt;&lt;P&gt;I used this repo&amp;nbsp;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=master" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=master&lt;/A&gt;&amp;nbsp;(be sure to use the master branch, I faced some issues with other branches like lf_v2020.04). You can find some doc for SPL in the doc folder of this repo.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 18:03:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX6SLL-SPL-Boot/m-p/1442209#M189166</guid>
      <dc:creator>vlintilhac</dc:creator>
      <dc:date>2022-04-11T18:03:16Z</dc:date>
    </item>
  </channel>
</rss>

