<?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: Build uImage error on i.mx53 QSB in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215610#M13571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;really thx Remi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Remi Lorriaux said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-uimage-error-on-i-mx53-qsb?groupUrl=imx53quickstartboard&amp;amp;#4103961Comment61425"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;try: make ARCH=arm menuconfig&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Feb 2012 11:27:34 GMT</pubDate>
    <dc:creator>WeiWeiBo</dc:creator>
    <dc:date>2012-02-26T11:27:34Z</dc:date>
    <item>
      <title>Build uImage error on i.mx53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215605#M13566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;I had installed ubuntu10.10 on VMware, and downloaded the android source code "Freescale-iMX53-QSB-Android 2.3-Version 4.2" from the Adeneo website "http://www.adeneo-embedded.com/".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the user guide build prerequistes "http://source.android.com/source/initializing.html"&lt;BR /&gt;***Java 6: for Gingerbread and newer&lt;BR /&gt;&lt;SPAN style="color: #339966;"&gt;$ sudo add-apt-repository "deb &lt;A href="http://archive.canonical.com/"&gt;http://archive.canonical.com/&lt;/A&gt; lucid partner"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #339966;"&gt;$ sudo apt-get update&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN style="color: #339966;"&gt;$ sudo apt-get install sun-java6-jdk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;***32-bit (experimental)&lt;BR /&gt;&lt;SPAN style="color: #339966;"&gt;$ sudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev libc6-dev libncurses5-dev x11proto-core-dev \ libx11-dev libreadline6-dev libgl1-mesa-dev tofrodos python-markdown \ libxml2-utils xsltproc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ABOVE was what i did about the prerequistes.&lt;BR /&gt;Afterward I followed the user-guide below the appendix (file name: Release Notes r4.2.pdf). &amp;nbsp;And I unpacked the tar.gz file:&lt;BR /&gt;&lt;SPAN style="color: #339966;"&gt;$tar zxvf i.MX53-QSB-Android-Release4.2.tar.gz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #339966;"&gt;$ cd i.MX53-QSB-Android-Release4.2/scripts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Subsequently, I ran the script “&lt;EM&gt;download_android.sh&lt;/EM&gt;” download the android source from&amp;nbsp;repository&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;$./download_android.sh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;After downloading, I got two additional folders: "&lt;EM&gt;src&lt;/EM&gt;","&lt;EM&gt;install&lt;/EM&gt;" under "&lt;EM&gt;i.MX53-QSB-Android-Release4.2&lt;/EM&gt;"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;$./build_android.sh --board=imx53_qsb --build-choice=uboot --lunchtype=eng &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the &lt;EM&gt;u-boot.bin&lt;/EM&gt; successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then&amp;nbsp;I would like to add USB driver before building &lt;EM&gt;uImage&lt;/EM&gt;, so I changed into&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;$cd i.MX53-QSB-Android-Release4.2/src/kernel-imx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;$make menuconfig&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, I can add the USB driver as shown in the attached file. (file name: USB driver.jpg)&lt;/P&gt;&lt;P&gt;Finally, I saved the &lt;EM&gt;.config&amp;nbsp;&lt;/EM&gt;and return to the console.&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Now, here is the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;$cd&amp;nbsp;&amp;nbsp;i.MX53-QSB-Android-Release4.2/scripts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;$./build_android.sh --board=imx53_qsb --build-choice=kernel --lunch-type=eng&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-size-4" style="color: #ff0000;"&gt;The error message is shown as attached (file name: compile error.doc)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-size-4" style="color: #ff0000;"&gt;ps. In the attached file, the black part is under normal operation, but the red part shown on the last page is the compile error. (p. 29)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-size-4" style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-size-4" style="color: #ff0000;"&gt;Would anyone be so kind to guide me how to solve the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #FF0000; font-size: 19px; "&gt;Really thx!!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 14:36:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215605#M13566</guid>
      <dc:creator>WeiWeiBo</dc:creator>
      <dc:date>2012-02-24T14:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Build uImage error on i.mx53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215606#M13567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what I can tell, you must have changed the default configuration for the iMX53 and you are building for the Versatile board. You should start again with a clean build (or better use the defconfig for the mx5).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 15:13:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215606#M13567</guid>
      <dc:creator>rlorriaux</dc:creator>
      <dc:date>2012-02-24T15:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Build uImage error on i.mx53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215607#M13568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Remi Lorriaux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the same error message&amp;nbsp;&lt;SPAN&gt;is shown as attached (file name: compile error.doc)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;when just into&lt;/P&gt;&lt;P&gt;$make menuconfig&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did nothing , &amp;nbsp;afterward&amp;nbsp;just save the &lt;EM&gt;.config&lt;/EM&gt; return console&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$cd&amp;nbsp;&amp;nbsp;i.MX53-QSB-Android-Release4.2/scripts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$./build_android.sh --board=imx53_qsb --build-choice=kernel --lunch-type=eng&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;whenever I choose&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;14. Freescale MXC/iMX-based (ARCH_MXC) (NEW)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;16. Freescale i.MXS family soc (ARCH_MXS) (NEW)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shown as attached (&lt;SPAN&gt;file name: compile error.doc&lt;/SPAN&gt;)&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;(p. 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;also show the same compile error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;arm-eabi-ld: internal error in relocate_special_relocatable, at /home/jingyu/projects/gcc/android-toolchainsrc/build/../binutils/binutils-2.19/gold/arm.cc:9524&lt;/P&gt;&lt;P&gt;make[1]: *** [arch/arm/kernel/traps.o] Error 1&lt;/P&gt;&lt;P&gt;make: *** [arch/arm/kernel] Error 2&lt;/P&gt;&lt;P&gt;victor@ubuntu:~/Freescale-iMX53-QSB-Android2.3-Version4.2/i.MX53-QSB-Android-Gingerbread-Release4.2/scripts$&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Did I miss any cross-compile toolchain setting FROM the error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THX &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 17:58:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215607#M13568</guid>
      <dc:creator>WeiWeiBo</dc:creator>
      <dc:date>2012-02-24T17:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Build uImage error on i.mx53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215608#M13569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remi&lt;/P&gt;&lt;P&gt;seems I found problem&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;I check the &lt;EM&gt;.config&lt;/EM&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;without doing&amp;nbsp;&lt;/P&gt;&lt;P&gt;$make menuconfig&lt;/P&gt;&lt;P&gt;under kernel-imx folder&lt;/P&gt;&lt;P&gt;I used the command &amp;nbsp;directly &amp;nbsp;to build &lt;EM&gt;uImage&lt;/EM&gt; under "&lt;EM&gt;scripts"&lt;/EM&gt; folder&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$./build_android.sh --board=imx53_qsb --build-choice=kernel --lunch-type=eng&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;after finished the build&amp;nbsp;&lt;/P&gt;&lt;P&gt;the &lt;EM&gt;.config&lt;/EM&gt; (this file under kernel-imx folder) is shown as attached(file name: config_original.doc)&lt;/P&gt;&lt;P&gt;I could find the ARM system correctly on page.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;Then I check the&amp;nbsp;&lt;EM&gt;.config&lt;/EM&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;doing&lt;/P&gt;&lt;P&gt;$make menuconfig&lt;/P&gt;&lt;P&gt;under kernel-imx folder and "Save an Alternate Configuration File" without change any setting is shown as attached (file name:save config.jpg)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&lt;EM&gt;&amp;nbsp;.config&lt;/EM&gt;&amp;nbsp;is shown as attached(file name: config_new)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found they are different, the config_new seem not suitable for i.MX53QSB&lt;/P&gt;&lt;P&gt;So, I need to modify .config file by myself add the module that I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remi Lorriaux said:&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-uimage-error-on-i-mx53-qsb?groupUrl=imx53quickstartboard&amp;amp;#4103961Comment61200"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;From what I can tell, you must have changed the default configuration for the iMX53 and you are building for the Versatile board. You should start again with a clean build (or better use the defconfig for the mx5).&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 02:20:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215608#M13569</guid>
      <dc:creator>WeiWeiBo</dc:creator>
      <dc:date>2012-02-26T02:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Build uImage error on i.mx53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215609#M13570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try: make ARCH=arm menuconfig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 07:56:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215609#M13570</guid>
      <dc:creator>rlorriaux</dc:creator>
      <dc:date>2012-02-26T07:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Build uImage error on i.mx53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215610#M13571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;really thx Remi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Remi Lorriaux said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-uimage-error-on-i-mx53-qsb?groupUrl=imx53quickstartboard&amp;amp;#4103961Comment61425"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;try: make ARCH=arm menuconfig&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 11:27:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215610#M13571</guid>
      <dc:creator>WeiWeiBo</dc:creator>
      <dc:date>2012-02-26T11:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Build uImage error on i.mx53 QSB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215611#M13572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took more time try to next step&lt;/P&gt;&lt;P&gt;found some problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$make ARCH=arm menuconfig&lt;/P&gt;&lt;P&gt;the command is right for me&lt;/P&gt;&lt;P&gt;but I try to see the &lt;EM&gt;.config&lt;/EM&gt; file found the "ARM SYSTEM" is still VERSATILE which is shown as attached(file name:config_versatile.doc) p.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it's not suitable for my arm system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I still manually modify the default &lt;EM&gt;.config&lt;/EM&gt; file to add the driver that I want&amp;nbsp;&lt;/P&gt;&lt;P&gt;really sorry replied you early the wrong answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 17:43:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-uImage-error-on-i-mx53-QSB/m-p/215611#M13572</guid>
      <dc:creator>WeiWeiBo</dc:creator>
      <dc:date>2012-02-26T17:43:26Z</dc:date>
    </item>
  </channel>
</rss>

