<?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>i.MX ProcessorsのトピックU-Boot support for EIMNOR</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/U-Boot-support-for-EIMNOR/m-p/403396#M59763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using u-boot-imx_2013.04 for u-boot-mfgtool.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to configure u-boot for Parallel NOR operation? When I changed the macro in mx6qsabreauto.h in include/configs/&amp;nbsp; to&lt;/P&gt;&lt;P&gt;#define CONFIG_SYS_USE_EIMNOR&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the following error:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;| /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/imx6qsabreauto-poky-linux-gnueabi/u-boot-imx-mfgtool/2013.04-r0/git/drivers/usb/host/ehci-hcd.c:1262: undefined reference to `usb_maxpacket'&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;| arm-poky-linux-gnueabi-ld.bfd: error: required section '.rel.plt' not found in the linker script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: final link failed: Invalid operation&lt;/P&gt;&lt;P&gt;| make: *** [u-boot] Error 1&lt;/P&gt;&lt;P&gt;| ERROR: oe_runmake failed&lt;/P&gt;&lt;P&gt;| WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;| ERROR: Function failed: do_compile (log file is located at /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/imx6qsabreauto-poky-linux-gnueabi/u-boot-imx-mfgtool/2013.04-r0/temp/log.do_compile.15429)&lt;/P&gt;&lt;P&gt;NOTE: recipe u-boot-imx-mfgtool-2013.04-r0: task do_compile: Failed&lt;/P&gt;&lt;P&gt;NOTE: Tasks Summary: Attempted 221 tasks of which 220 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;/P&gt;&lt;P&gt;&amp;nbsp; /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/sources/poky/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb, do_compile&lt;/P&gt;&lt;P&gt;Summary: There was 1 ERROR message shown, returning a non-zero exit code.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using git://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git and imx_v2013.04_3.10.17_1.0.0_ga branch. Please help me to solve this error.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthikeyan,&lt;/P&gt;&lt;P&gt;+919043955880,&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:k_keyan0691@yahoo.co.in"&gt;k_keyan0691@yahoo.co.in&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336637"&gt;Error.log.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Nov 2015 09:34:56 GMT</pubDate>
    <dc:creator>karthikeyanram1</dc:creator>
    <dc:date>2015-11-11T09:34:56Z</dc:date>
    <item>
      <title>U-Boot support for EIMNOR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-Boot-support-for-EIMNOR/m-p/403396#M59763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using u-boot-imx_2013.04 for u-boot-mfgtool.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to configure u-boot for Parallel NOR operation? When I changed the macro in mx6qsabreauto.h in include/configs/&amp;nbsp; to&lt;/P&gt;&lt;P&gt;#define CONFIG_SYS_USE_EIMNOR&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the following error:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;| /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/imx6qsabreauto-poky-linux-gnueabi/u-boot-imx-mfgtool/2013.04-r0/git/drivers/usb/host/ehci-hcd.c:1262: undefined reference to `usb_maxpacket'&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.24 assertion fail /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/binutils-cross/2.24-r0/binutils-2.24/bfd/elf32-arm.c:7696&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;| arm-poky-linux-gnueabi-ld.bfd: error: required section '.rel.plt' not found in the linker script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;| arm-poky-linux-gnueabi-ld.bfd: final link failed: Invalid operation&lt;/P&gt;&lt;P&gt;| make: *** [u-boot] Error 1&lt;/P&gt;&lt;P&gt;| ERROR: oe_runmake failed&lt;/P&gt;&lt;P&gt;| WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;| ERROR: Function failed: do_compile (log file is located at /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/build/tmp/work/imx6qsabreauto-poky-linux-gnueabi/u-boot-imx-mfgtool/2013.04-r0/temp/log.do_compile.15429)&lt;/P&gt;&lt;P&gt;NOTE: recipe u-boot-imx-mfgtool-2013.04-r0: task do_compile: Failed&lt;/P&gt;&lt;P&gt;NOTE: Tasks Summary: Attempted 221 tasks of which 220 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;/P&gt;&lt;P&gt;&amp;nbsp; /home/ark7cob/iMX6_Ref/DevelopmentEnvLinuxYocto/Tool.Yocto_CoC_Daisy/sources/poky/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb, do_compile&lt;/P&gt;&lt;P&gt;Summary: There was 1 ERROR message shown, returning a non-zero exit code.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using git://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git and imx_v2013.04_3.10.17_1.0.0_ga branch. Please help me to solve this error.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthikeyan,&lt;/P&gt;&lt;P&gt;+919043955880,&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:k_keyan0691@yahoo.co.in"&gt;k_keyan0691@yahoo.co.in&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336637"&gt;Error.log.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 09:34:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-Boot-support-for-EIMNOR/m-p/403396#M59763</guid>
      <dc:creator>karthikeyanram1</dc:creator>
      <dc:date>2015-11-11T09:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: U-Boot support for EIMNOR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-Boot-support-for-EIMNOR/m-p/403397#M59764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthikeyan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usb should be disabled from build, as described attached Release Notes&lt;/P&gt;&lt;P&gt;Table 9. Known Issues and Workarounds for i.MX 6Dual/6Quad SABRE-AI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USB OTG and USB host cannot work after WEIM-NOR or SPI-NOR are&lt;/P&gt;&lt;P&gt;enabled on kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 10:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-Boot-support-for-EIMNOR/m-p/403397#M59764</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-11-11T10:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: U-Boot support for EIMNOR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-Boot-support-for-EIMNOR/m-p/403398#M59765</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;USB OTG and USB Host are disabled. But still I am getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to mention that, Initially i am building the code with CONFIG_SYS_USE_NAND and once the binary is created I am changing the config to CONFIG_SYS_USE_EIMNOR to avoid Yocto fetching the source again which causes my local modification to discard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthikeyan,&lt;/P&gt;&lt;P&gt;+919043955880.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 10:46:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-Boot-support-for-EIMNOR/m-p/403398#M59765</guid>
      <dc:creator>karthikeyanram1</dc:creator>
      <dc:date>2015-11-11T10:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: U-Boot support for EIMNOR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-Boot-support-for-EIMNOR/m-p/403399#M59766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems 3.10.17 mfg tools does not support Parallel NOR configuration, suggest to&lt;/P&gt;&lt;P&gt;move 3.10.31 or last 3.14.28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 12:49:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-Boot-support-for-EIMNOR/m-p/403399#M59766</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-11-11T12:49:10Z</dc:date>
    </item>
  </channel>
</rss>

