<?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 SPL not compiling for imx6ul. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SPL-not-compiling-for-imx6ul/m-p/745211#M115983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have down loaded u-boot from&amp;nbsp;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tag/?id=rel_imx_4.9.x_1.0.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tag/?id=rel_imx_4.9.x_1.0.0_ga"&gt;uboot-imx.git - Freescale i.MX u-boot Tree&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i compile u-boot source by configure:&amp;nbsp;make mx6ul_14x14_evk_defconfig it generate u-boot.bin and from that by using command u-boot.imx is generated. But this u-boot is not working on board so i found that first SPL has to be build and both SPL and U-boot.imx will boot the board from&amp;nbsp;&lt;A href="https://community.nxp.com/thread/452627"&gt;U-Boot build not creating u-boot.imx&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While compiling my SPL script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*===================================================*/&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;/P&gt;&lt;P&gt;source /opt/fsl-imx-x11/3.14.52-1.1.1/environment-setup-cortexa7hf-vfp-neon-poky-linux-gnueabi&amp;nbsp;&lt;/P&gt;&lt;P&gt;make distclean&lt;/P&gt;&lt;P&gt;make mrproper&lt;/P&gt;&lt;P&gt;make mx6ul_14x14_evk_spl_defconfig&lt;/P&gt;&lt;P&gt;make all&lt;/P&gt;&lt;P&gt;*/===============================================*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After compiling other file it will stuck in compiling soft_spi_legacy.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//////+++++&amp;nbsp; Error are as below&amp;nbsp; +++++//////&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drivers/spi/soft_spi_legacy.c: In function 'spi_claim_bus':&lt;BR /&gt;drivers/spi/soft_spi_legacy.c:87:3: warning: implicit declaration of function 'SPI_SCL' [-Wimplicit-function-declaration]&lt;BR /&gt; SPI_SCL(1);&lt;BR /&gt; ^&lt;BR /&gt;drivers/spi/soft_spi_legacy.c: In function 'spi_xfer':&lt;BR /&gt;drivers/spi/soft_spi_legacy.c:150:3: warning: implicit declaration of function 'SPI_SDA' [-Wimplicit-function-declaration]&lt;BR /&gt; SPI_SDA(tmpdout &amp;amp; 0x80);&lt;BR /&gt; ^&lt;BR /&gt;drivers/spi/soft_spi_legacy.c:151:3: error: 'SPI_DELAY' undeclared (first use in this function)&lt;BR /&gt; SPI_DELAY;&lt;BR /&gt; ^&lt;BR /&gt;drivers/spi/soft_spi_legacy.c:151:3: note: each undeclared identifier is reported only once for each function it appears in&lt;BR /&gt;drivers/spi/soft_spi_legacy.c:157:13: error: 'SPI_READ' undeclared (first use in this function)&lt;BR /&gt; tmpdin |= SPI_READ;&lt;BR /&gt; ^&lt;BR /&gt;make[1]: *** [drivers/spi/soft_spi_legacy.o] Error 1&lt;BR /&gt;make: *** [drivers/spi] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get solved this&amp;nbsp; problem i found in many file where SPI_READ , SPI_SDA , SPI_CLK function are in u-boot code but can't find that solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2018 10:09:06 GMT</pubDate>
    <dc:creator>sachindhoundiya</dc:creator>
    <dc:date>2018-06-01T10:09:06Z</dc:date>
    <item>
      <title>SPL not compiling for imx6ul.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPL-not-compiling-for-imx6ul/m-p/745211#M115983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have down loaded u-boot from&amp;nbsp;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tag/?id=rel_imx_4.9.x_1.0.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tag/?id=rel_imx_4.9.x_1.0.0_ga"&gt;uboot-imx.git - Freescale i.MX u-boot Tree&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i compile u-boot source by configure:&amp;nbsp;make mx6ul_14x14_evk_defconfig it generate u-boot.bin and from that by using command u-boot.imx is generated. But this u-boot is not working on board so i found that first SPL has to be build and both SPL and U-boot.imx will boot the board from&amp;nbsp;&lt;A href="https://community.nxp.com/thread/452627"&gt;U-Boot build not creating u-boot.imx&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While compiling my SPL script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*===================================================*/&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;/P&gt;&lt;P&gt;source /opt/fsl-imx-x11/3.14.52-1.1.1/environment-setup-cortexa7hf-vfp-neon-poky-linux-gnueabi&amp;nbsp;&lt;/P&gt;&lt;P&gt;make distclean&lt;/P&gt;&lt;P&gt;make mrproper&lt;/P&gt;&lt;P&gt;make mx6ul_14x14_evk_spl_defconfig&lt;/P&gt;&lt;P&gt;make all&lt;/P&gt;&lt;P&gt;*/===============================================*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After compiling other file it will stuck in compiling soft_spi_legacy.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//////+++++&amp;nbsp; Error are as below&amp;nbsp; +++++//////&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drivers/spi/soft_spi_legacy.c: In function 'spi_claim_bus':&lt;BR /&gt;drivers/spi/soft_spi_legacy.c:87:3: warning: implicit declaration of function 'SPI_SCL' [-Wimplicit-function-declaration]&lt;BR /&gt; SPI_SCL(1);&lt;BR /&gt; ^&lt;BR /&gt;drivers/spi/soft_spi_legacy.c: In function 'spi_xfer':&lt;BR /&gt;drivers/spi/soft_spi_legacy.c:150:3: warning: implicit declaration of function 'SPI_SDA' [-Wimplicit-function-declaration]&lt;BR /&gt; SPI_SDA(tmpdout &amp;amp; 0x80);&lt;BR /&gt; ^&lt;BR /&gt;drivers/spi/soft_spi_legacy.c:151:3: error: 'SPI_DELAY' undeclared (first use in this function)&lt;BR /&gt; SPI_DELAY;&lt;BR /&gt; ^&lt;BR /&gt;drivers/spi/soft_spi_legacy.c:151:3: note: each undeclared identifier is reported only once for each function it appears in&lt;BR /&gt;drivers/spi/soft_spi_legacy.c:157:13: error: 'SPI_READ' undeclared (first use in this function)&lt;BR /&gt; tmpdin |= SPI_READ;&lt;BR /&gt; ^&lt;BR /&gt;make[1]: *** [drivers/spi/soft_spi_legacy.o] Error 1&lt;BR /&gt;make: *** [drivers/spi] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get solved this&amp;nbsp; problem i found in many file where SPI_READ , SPI_SDA , SPI_CLK function are in u-boot code but can't find that solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 10:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPL-not-compiling-for-imx6ul/m-p/745211#M115983</guid>
      <dc:creator>sachindhoundiya</dc:creator>
      <dc:date>2018-06-01T10:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: SPL not compiling for imx6ul.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SPL-not-compiling-for-imx6ul/m-p/745212#M115984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nxp does not use spl uboot for i.MX6 processors, one can try some third party&lt;/P&gt;&lt;P&gt;releases like below&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://trac.gateworks.com/wiki/ventana/bootloader" title="http://trac.gateworks.com/wiki/ventana/bootloader"&gt;ventana/bootloader – Gateworks&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, 01 Jun 2018 23:06:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SPL-not-compiling-for-imx6ul/m-p/745212#M115984</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-06-01T23:06:04Z</dc:date>
    </item>
  </channel>
</rss>

