<?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 customizing Uboot for customized board in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/customizing-Uboot-for-customized-board/m-p/440122#M67525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have got imx6dl customized board, for which we want to port OS. We are following "IMX 6 BSP Porting Guide" from&amp;nbsp; "Yocto Project" (fsl-L3.10.53_1.1.0_iMX6qdls_Bundle).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wrote "build_u-boot.sh" scripting file in &amp;lt;UBOOT_DIR&amp;gt; (which is working director i.e in our case /home/srinivas/fsl-release-bsp/build/tmp/work/wandboard_dual-poky-linux-gnueabi/u-boot-imx/2014.04-r0/git)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;build_u-boot.sh is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#!/bin/bash&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;export ARCH=arm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;export CROSS_COMPILE=/home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;make distclean;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;make custom_board_config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;make&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we are compiling this scripting file (build_u-boot.sh) we are getting following&amp;nbsp; errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$bash ./build_u-boot.sh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;make: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: Command not found&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;dirname: missing operand&lt;/P&gt;&lt;P&gt;Try 'dirname --help' for more information.&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;dirname: missing operand&lt;/P&gt;&lt;P&gt;Try 'dirname --help' for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; examples/standalone&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; tools&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; u-boot.lds include/bmp_logo.h include/bmp_logo_data.h include/autoconf.mk include/autoconf.mk.dep&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; u-boot.map&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; scripts/basic&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; include/config include/generated&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; include/config.h include/config.mk&lt;/P&gt;&lt;P&gt;Configuring for custom_board - Board: wandboard, Options: IMX_CONFIG=board/custom_board/custom_board.cfg,MX6DL_LPDDR2,DDR_MB=1024&lt;/P&gt;&lt;P&gt;make: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: Command not found&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;dirname: missing operand&lt;/P&gt;&lt;P&gt;Try 'dirname --help' for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp; GEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/autoconf.mk.dep&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;&amp;nbsp; GEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/autoconf.mk&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;&amp;nbsp; CHK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/config/uboot.release&lt;/P&gt;&lt;P&gt;&amp;nbsp; UPD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/config/uboot.release&lt;/P&gt;&lt;P&gt;&amp;nbsp; CHK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/generated/version_autogenerated.h&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-ld: not found&lt;/P&gt;&lt;P&gt;&amp;nbsp; UPD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/generated/version_autogenerated.h&lt;/P&gt;&lt;P&gt;&amp;nbsp; CHK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/generated/timestamp_autogenerated.h&lt;/P&gt;&lt;P&gt;&amp;nbsp; UPD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/generated/timestamp_autogenerated.h&lt;/P&gt;&lt;P&gt;&amp;nbsp; HOSTCC&amp;nbsp; scripts/basic/fixdep&lt;/P&gt;&lt;P&gt;&amp;nbsp; CC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lib/asm-offsets.s&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;make[1]: *** [lib/asm-offsets.s] Error 127&lt;/P&gt;&lt;P&gt;make: *** [prepare0] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve this error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 13:57:15 GMT</pubDate>
    <dc:creator>srinivasaporam</dc:creator>
    <dc:date>2015-06-29T13:57:15Z</dc:date>
    <item>
      <title>customizing Uboot for customized board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/customizing-Uboot-for-customized-board/m-p/440122#M67525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have got imx6dl customized board, for which we want to port OS. We are following "IMX 6 BSP Porting Guide" from&amp;nbsp; "Yocto Project" (fsl-L3.10.53_1.1.0_iMX6qdls_Bundle).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wrote "build_u-boot.sh" scripting file in &amp;lt;UBOOT_DIR&amp;gt; (which is working director i.e in our case /home/srinivas/fsl-release-bsp/build/tmp/work/wandboard_dual-poky-linux-gnueabi/u-boot-imx/2014.04-r0/git)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;build_u-boot.sh is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#!/bin/bash&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;export ARCH=arm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;export CROSS_COMPILE=/home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;make distclean;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;make custom_board_config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;make&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we are compiling this scripting file (build_u-boot.sh) we are getting following&amp;nbsp; errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$bash ./build_u-boot.sh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;make: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: Command not found&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;dirname: missing operand&lt;/P&gt;&lt;P&gt;Try 'dirname --help' for more information.&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;dirname: missing operand&lt;/P&gt;&lt;P&gt;Try 'dirname --help' for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; examples/standalone&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; tools&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; u-boot.lds include/bmp_logo.h include/bmp_logo_data.h include/autoconf.mk include/autoconf.mk.dep&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; u-boot.map&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; scripts/basic&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; include/config include/generated&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAN&amp;nbsp;&amp;nbsp; include/config.h include/config.mk&lt;/P&gt;&lt;P&gt;Configuring for custom_board - Board: wandboard, Options: IMX_CONFIG=board/custom_board/custom_board.cfg,MX6DL_LPDDR2,DDR_MB=1024&lt;/P&gt;&lt;P&gt;make: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: Command not found&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;dirname: missing operand&lt;/P&gt;&lt;P&gt;Try 'dirname --help' for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp; GEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/autoconf.mk.dep&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;&amp;nbsp; GEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/autoconf.mk&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;&amp;nbsp; CHK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/config/uboot.release&lt;/P&gt;&lt;P&gt;&amp;nbsp; UPD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/config/uboot.release&lt;/P&gt;&lt;P&gt;&amp;nbsp; CHK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/generated/version_autogenerated.h&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-ld: not found&lt;/P&gt;&lt;P&gt;&amp;nbsp; UPD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/generated/version_autogenerated.h&lt;/P&gt;&lt;P&gt;&amp;nbsp; CHK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/generated/timestamp_autogenerated.h&lt;/P&gt;&lt;P&gt;&amp;nbsp; UPD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; include/generated/timestamp_autogenerated.h&lt;/P&gt;&lt;P&gt;&amp;nbsp; HOSTCC&amp;nbsp; scripts/basic/fixdep&lt;/P&gt;&lt;P&gt;&amp;nbsp; CC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lib/asm-offsets.s&lt;/P&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;make[1]: *** [lib/asm-offsets.s] Error 127&lt;/P&gt;&lt;P&gt;make: *** [prepare0] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve this error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:57:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/customizing-Uboot-for-customized-board/m-p/440122#M67525</guid>
      <dc:creator>srinivasaporam</dc:creator>
      <dc:date>2015-06-29T13:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: customizing Uboot for customized board</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/customizing-Uboot-for-customized-board/m-p/440123#M67526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you create you toolchain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see from your log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;/bin/sh: 1: /home/srinivas/fsl-release-bsp/build/tmp/work/arm-poky-linux-gnueabi-gcc: not found&lt;/P&gt;&lt;P&gt;make[1]: *** [lib/asm-offsets.s] Error 127&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;gcc is not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And gcc is supposed to be created by poky. And it's supposed to be under a tmp folder. (because it's what you exported)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 15:51:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/customizing-Uboot-for-customized-board/m-p/440123#M67526</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2015-06-30T15:51:51Z</dc:date>
    </item>
  </channel>
</rss>

