<?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 Issue with imx_v7_android_defconfig in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-imx-v7-android-defconfig/m-p/877390#M133144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Currently I am working on imx6q sabre-sd device. I am facing issue during build of android source code.&lt;/P&gt;&lt;P&gt;i am running following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; make imx_v7_android_defconfig&lt;/P&gt;&lt;P&gt;i am getting following output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;make[1]: `imx_v7_android_defconfig' is up to date.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; so, if i am removing .config file and run "&lt;SPAN&gt;make imx_v7_android_defconfig&lt;/SPAN&gt;". after this .config file is not generated.&lt;/P&gt;&lt;P&gt;Can anyone help me for this issue??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Divyesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2019 06:12:40 GMT</pubDate>
    <dc:creator>divyeshpatel</dc:creator>
    <dc:date>2019-03-21T06:12:40Z</dc:date>
    <item>
      <title>Issue with imx_v7_android_defconfig</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-imx-v7-android-defconfig/m-p/877390#M133144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Currently I am working on imx6q sabre-sd device. I am facing issue during build of android source code.&lt;/P&gt;&lt;P&gt;i am running following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; make imx_v7_android_defconfig&lt;/P&gt;&lt;P&gt;i am getting following output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;make[1]: `imx_v7_android_defconfig' is up to date.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; so, if i am removing .config file and run "&lt;SPAN&gt;make imx_v7_android_defconfig&lt;/SPAN&gt;". after this .config file is not generated.&lt;/P&gt;&lt;P&gt;Can anyone help me for this issue??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Divyesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 06:12:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-imx-v7-android-defconfig/m-p/877390#M133144</guid>
      <dc:creator>divyeshpatel</dc:creator>
      <dc:date>2019-03-21T06:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with imx_v7_android_defconfig</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-imx-v7-android-defconfig/m-p/877391#M133145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A _jive_internal="true" data-id="293044" data-objecttype="3" data-orig-content="divyesh patel" data-type="person" href="https://community.nxp.com/people/divyeshpatel"&gt;divyesh patel&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To build an Android Source for i.MX6Q SABRESD board, follow the steps below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;source build/envsetup.sh&amp;nbsp; &lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;lunch sabresd_6dq-userdebug&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;make 2&amp;gt;&amp;amp;1 | tee build-log.txt&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following are the steps to build the kernel image only:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;export ARCH=arm&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;export CROSS_COMPILE=/{ANDROID_SOURCE}/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;make imx_v7_android_defconfig&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;make &lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Where {ANDROID_SOURCE} is the root directory of Android Source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the attached &lt;STRONG&gt;Android User Guide&lt;/STRONG&gt; in which you can find the steps to build the Android Nougat 7.1 for i.MX6 series devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope, this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shivani Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2019 09:55:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-imx-v7-android-defconfig/m-p/877391#M133145</guid>
      <dc:creator>shivanipatel</dc:creator>
      <dc:date>2019-03-26T09:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with imx_v7_android_defconfig</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-imx-v7-android-defconfig/m-p/877392#M133146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Divyesh Patel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did Shivani’s suggestion helped?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BSP uses the already available configurations for making the Android kernel. If you remove the configuration file the make command won’t create a new configuration file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 17:47:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-imx-v7-android-defconfig/m-p/877392#M133146</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2019-03-29T17:47:33Z</dc:date>
    </item>
  </channel>
</rss>

