<?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: u-boot porting issue in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-porting-issue/m-p/675912#M104218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Needed to add ,MX6UL to the CONFIG_SYS_EXTRA_OPTIONS like so: "CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6UL"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain where this flag is set for the standard MX6UL_14x14_EVK build?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jun 2017 19:30:52 GMT</pubDate>
    <dc:creator>danielbujak</dc:creator>
    <dc:date>2017-06-27T19:30:52Z</dc:date>
    <item>
      <title>u-boot porting issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-porting-issue/m-p/675909#M104215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to port u-boot from the mx6ul_14x14_evk to a custom board. Right now I'm just trying to setup the same build under the new target name. I've followed the porting guide document but I'm getting the following error when I try to make. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;scripts/kconfig/conf&amp;nbsp; --silentoldconfig Kconfig&lt;BR /&gt;&amp;nbsp; CHK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/config.h&lt;BR /&gt;&amp;nbsp; CFG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; u-boot.cfg&lt;BR /&gt;In file included from include/config.h:6:0,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ./include/common.h:21:&lt;BR /&gt;include/configs/mx6ul_customboard_v1.h:11:31: fatal error: asm/arch/imx-regs.h: No such file or directory&lt;BR /&gt;compilation terminated.&lt;BR /&gt;scripts/Makefile.autoconf:79: recipe for target 'u-boot.cfg' failed&lt;BR /&gt;make[1]: *** [u-boot.cfg] Error 1&lt;BR /&gt;make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'.&amp;nbsp; Stop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 14:34:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-porting-issue/m-p/675909#M104215</guid>
      <dc:creator>danielbujak</dc:creator>
      <dc:date>2017-06-27T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot porting issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-porting-issue/m-p/675910#M104216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi danielbujak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may find useful this document, please take a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-328200"&gt;U-Boot Migration Example&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 27 Jun 2017 16:18:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-porting-issue/m-p/675910#M104216</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2017-06-27T16:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot porting issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-porting-issue/m-p/675911#M104217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For anyone encountering the same, the issue was that the asm/arch symbolic link wasn't being created to point to asm/arch-mx6. Adding the below the Kconfig in my board folder resolved this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config SYS_SOC&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;default "mx6"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error after fixing that is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In file included from board/freescale/mx6ul_customboard_v1/mx6ul_customboard_v1.c:12:0:&lt;BR /&gt;./arch/arm/include/asm/arch/mx6-pins.h:47:2: error: #error "Please select cpu"&lt;BR /&gt;&amp;nbsp;#error "Please select cpu"&lt;BR /&gt;&amp;nbsp; ^&lt;BR /&gt;scripts/Makefile.build:280: recipe for target 'board/freescale/mx6ul_customboard_v1/mx6ul_customboard_v1.o' failed&lt;BR /&gt;make[1]: *** [board/freescale/mx6ul_customboard_v1/mx6ul_customboard_v1.o] Error 1&lt;BR /&gt;Makefile:1257: recipe for target 'board/customboard/mx6ul_customboard_v1' failed&lt;BR /&gt;make: *** [board/freescale/mx6ul_customboard_v1] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like for some reason CONFIG_MX6UL isn't being exported. Can anyone explain where this should be getting set?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 18:46:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-porting-issue/m-p/675911#M104217</guid>
      <dc:creator>danielbujak</dc:creator>
      <dc:date>2017-06-27T18:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot porting issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-porting-issue/m-p/675912#M104218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Needed to add ,MX6UL to the CONFIG_SYS_EXTRA_OPTIONS like so: "CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6UL"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain where this flag is set for the standard MX6UL_14x14_EVK build?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 19:30:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-porting-issue/m-p/675912#M104218</guid>
      <dc:creator>danielbujak</dc:creator>
      <dc:date>2017-06-27T19:30:52Z</dc:date>
    </item>
  </channel>
</rss>

