<?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: Can't get Android KK4.4.3_2 to build for IMX6 on Ubuntu 14.04 LTS in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351302#M48866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have downloaded&amp;nbsp;android_jb4.3_1.1.0-ga_source and unzipped into /opt folder. But I am getting Base commit version errors. Could you suggest me the correct imx patch for Android 4.3_r2.1 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Jul 2017 11:56:11 GMT</pubDate>
    <dc:creator>madhuwesly</dc:creator>
    <dc:date>2017-07-29T11:56:11Z</dc:date>
    <item>
      <title>Can't get Android KK4.4.3_2 to build for IMX6 on Ubuntu 14.04 LTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351295#M48859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to Build Android KK 4.4.3_2 for iMX6 SabreSD board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Ubuntu 14.04 LTS as host environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to successfully build and run Android KK for Sabre lite board using instructions from &lt;A href="http://boundarydevices.com/android-kitkat-second-release-mx6-boards/" title="http://boundarydevices.com/android-kitkat-second-release-mx6-boards/"&gt;http://boundarydevices.com/android-kitkat-second-release-mx6-boards/.&amp;nbsp; &lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This would seems to say that my host machine is setup correctly for building Android.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want build a Android install for the IMX6 using FreeScales build instructions.&amp;nbsp; I am following the Freescale Android User's Guide (Rev KK4.4.3_2.0.0-ga, 2/2015 found here&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW"&gt;i.MX 6 Series Software and Development Tool R|Freescale&amp;nbsp; and&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.freescale.com/webapp/sps/download/license.jsp?colCode=IMX6_KK443_200_ANDROID_SOURCEBSP&amp;amp;appType=file1&amp;amp;location=null&amp;amp;DOWNLOAD_ID=null" style="font-size: 10pt; line-height: 1.5em;" title="https://www.freescale.com/webapp/sps/download/license.jsp?colCode=IMX6_KK443_200_ANDROID_SOURCEBSP&amp;amp;appType=file1&amp;amp;location=null&amp;amp;DOWNLOAD_ID=null"&gt;IMX6_KK443_200_ANDROID_SOURCE_BSP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps I completed&amp;nbsp; from Section 3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cd ~&lt;/P&gt;&lt;P&gt;$ mkdir myandroid&lt;/P&gt;&lt;P&gt;$ mkdir bin&lt;/P&gt;&lt;P&gt;$ cd myandroid&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$ curl &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://commondatastorage.googleapis.com/git-repo-downloads/repo" target="_blank"&gt;http://commondatastorage.googleapis.com/git-repo-downloads/repo&lt;/A&gt;&lt;SPAN&gt; &amp;gt; ~/bin/repo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ chmod a+x ~/bin/repo&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$ ~/bin/repo init -u &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://android.googlesource.com/platform/manifest" target="_blank"&gt;https://android.googlesource.com/platform/manifest&lt;/A&gt;&lt;SPAN&gt; -b android-4.4.3_r1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ ~/bin/repo sync # this command loads most needed repos. Therefore, it can take several&lt;/P&gt;&lt;P&gt;hours to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Get KK4.4.3_2.0.0-ga kernel source code from Freescale open source git:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ cd myandroid&lt;/P&gt;&lt;P&gt;$ git clone git://git.freescale.com/imx/linux-2.6-imx.git kernel_imx # the kernel repo is&lt;/P&gt;&lt;P&gt;heavy. Therefore, this process can take a while.&lt;/P&gt;&lt;P&gt;$ cd kernel_imx&lt;/P&gt;&lt;P&gt;$ git checkout kk4.4.3_2.0.0-ga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cd myandroid/bootable&lt;/P&gt;&lt;P&gt;$ cd bootloader&lt;/P&gt;&lt;P&gt;$ git clone git://git.freescale.com/imx/uboot-imx.git uboot-imx&lt;/P&gt;&lt;P&gt;$ cd uboot-imx&lt;/P&gt;&lt;P&gt;$ git checkout kk4.4.3_2.0.0-ga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;$ cd ~/myandroid&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ source /opt/android_KK4.4.3_2.0.0-ga_core_source/code/KK4.4.3_2.0.0-ga/and_patch.sh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ c_patch /opt/android_KK4.4.3_2.0.0-ga_core_source/code/KK4.4.3_2.0.0-ga&lt;/P&gt;&lt;P&gt;imx_KK4.4.3_2.0.0-ga&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;3. If everything is OK, "c_patch" will generate the following output to indicate the successful patch:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;Success: Now you can build the Android code for FSL i.MX platform&lt;/P&gt;&lt;P&gt;**************************************************************&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I get the correct output.. All looks Good...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ cd ~/myandroid&lt;/P&gt;&lt;P&gt;$ source build/envsetup.sh&lt;/P&gt;&lt;P&gt;$ lunch sabresd_6dq-user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Last Command FAILS!.. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After investigation it does NOT look like the PATCH completed.. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For example&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp; myandriod/devices/fsl is not populated &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user@ubuntu:/opt/Android/myandroid/device/fsl$ ls -la&lt;/P&gt;&lt;P&gt;total 12&lt;/P&gt;&lt;P&gt;drwxrwxr-x&amp;nbsp; 3 user user 4096 Mar 25 15:02 .&lt;/P&gt;&lt;P&gt;drwxrwxr-x 11 user user 4096 Mar 25 15:02 ..&lt;/P&gt;&lt;P&gt;-rw-rw-r--&amp;nbsp; 1 user user&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 Mar 25 15:02 .dummy&lt;/P&gt;&lt;P&gt;drwxrwxr-x&amp;nbsp; 8 user user 4096 Mar 25 15:02 .git&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In myandroid/kernel_imx/arch/arm/&lt;/P&gt;&lt;P&gt;I would expect a mx6 subdirectory.. This is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the complete process 2 times.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 22:30:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351295#M48859</guid>
      <dc:creator>bill123</dc:creator>
      <dc:date>2015-03-25T22:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Android KK4.4.3_2 to build for IMX6 on Ubuntu 14.04 LTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351296#M48860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a week, Still no assistance from Freescale.. :smileyconfused:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I have an update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I built a new Unbuntu VM machine based on 12.04 LTS 64bit.. Running the c_patch command seems to have worked. It appears that the SED/AWK commands in the scripts fail in 14.04 LTS . In 12.04 LTS version c_patch displays line after line of comments about "Newline" terminations.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New VM machine (12.04) didnt have java JDK working correctly, even though I followed the prereq as described in the FreeScale Android Guide &amp;amp; &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-98441"&gt;https://community.freescale.com/docs/DOC-98441&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what worked for me (found in comments)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="color: #3d3d3d; background: white;"&gt;The "deb &lt;/SPAN&gt;&lt;A href="http://archive.canonical.com/"&gt;&lt;SPAN style="background: white;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://archive.canonical.com/" target="test_blank"&gt;http://archive.canonical.com/&lt;/A&gt;&lt;SPAN style="color: #008800; background: white;"&gt; lucid partner" source &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; background: white;"&gt;doesn't work. Try:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="color: #3d3d3d; background: white;"&gt;$ sudo add-apt-repository "deb &lt;/SPAN&gt;&lt;A href="http://ppa.launchpad.net/ferramroberto/java/ubuntu"&gt;&lt;SPAN style="background: white;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://ppa.launchpad.net/ferramroberto/java/ubuntu" target="test_blank"&gt;http://ppa.launchpad.net/ferramroberto/java/ubuntu&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; background: white;"&gt; natty main"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;$ sudo apt-get update&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 9.75pt; color: #3d3d3d;"&gt;&lt;SPAN style="background: white;"&gt;$ sudo apt-get install sun-java6-jdk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Would be nice to understand:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Why C_PATCH works for 12.04 but not 14.04&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Fix the Final banner that says it completed correctly when it clearly didn't&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;$"make" is currently blowing up pretty quick along the way but I believe that is because I don't have all the needed tools installed yet.. wish me luck&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 15:39:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351296#M48860</guid>
      <dc:creator>bill123</dc:creator>
      <dc:date>2015-03-31T15:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Android KK4.4.3_2 to build for IMX6 on Ubuntu 14.04 LTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351297#M48861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a document that explains step by step how to build android using ubuntu 14.04 as a host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/421522"&gt;[GUIDE] Setup Android Development Environment on Ubuntu 14.04 Trusty Tahr&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look at it, you can guide by it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 13:20:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351297#M48861</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2015-04-07T13:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Android KK4.4.3_2 to build for IMX6 on Ubuntu 14.04 LTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351298#M48862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sergio:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer.. I believe I tried that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer my own thread.. I got it to work by going back 12.04 LTS.. (and a lot of setup and apt-get).. As many many others threads have talked about it ussually relates to Java version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got Linux Android to work and run on Sabre SD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 20:20:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351298#M48862</guid>
      <dc:creator>bill123</dc:creator>
      <dc:date>2015-05-15T20:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Android KK4.4.3_2 to build for IMX6 on Ubuntu 14.04 LTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351299#M48863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have followed the same process as you mentioned in the same post. After I downloaded the android source code repo from the below mentioned website:&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A class="" data-content-finding="Community" href="http://commondatastorage.googleapis.com/git-repo-downloads/repo" style="color: #5e89c1; background-color: #ffffff; border: 0px; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;http://commondatastorage.googleapis.com/git-repo-downloads/repo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have opt folder in myandroid folder. Could you help me with this ? &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 04:30:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351299#M48863</guid>
      <dc:creator>madhuwesly</dc:creator>
      <dc:date>2017-07-14T04:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Android KK4.4.3_2 to build for IMX6 on Ubuntu 14.04 LTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351300#M48864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need unzip our android patches to /opt. Please check NXP android release user guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 07:16:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351300#M48864</guid>
      <dc:creator>JayTu</dc:creator>
      <dc:date>2017-07-14T07:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Android KK4.4.3_2 to build for IMX6 on Ubuntu 14.04 LTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351301#M48865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;c_patch is a shell script, you can patch yourself (by git am xxx.patch). We don't hear the issue before and I can't reproduce it on Ubuntu 14.04 as you mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 07:19:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351301#M48865</guid>
      <dc:creator>JayTu</dc:creator>
      <dc:date>2017-07-14T07:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Android KK4.4.3_2 to build for IMX6 on Ubuntu 14.04 LTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351302#M48866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have downloaded&amp;nbsp;android_jb4.3_1.1.0-ga_source and unzipped into /opt folder. But I am getting Base commit version errors. Could you suggest me the correct imx patch for Android 4.3_r2.1 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2017 11:56:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351302#M48866</guid>
      <dc:creator>madhuwesly</dc:creator>
      <dc:date>2017-07-29T11:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Android KK4.4.3_2 to build for IMX6 on Ubuntu 14.04 LTS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351303#M48867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make sure you get the correct patch and you've checked out&amp;nbsp;android-4.3_r2.1 correctly. Attach the&amp;nbsp;jb4.3_1.1.0 Android user guide here for your reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2017 12:41:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Can-t-get-Android-KK4-4-3-2-to-build-for-IMX6-on-Ubuntu-14-04/m-p/351303#M48867</guid>
      <dc:creator>JayTu</dc:creator>
      <dc:date>2017-07-29T12:41:52Z</dc:date>
    </item>
  </channel>
</rss>

