<?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 linux kernel(3.14.28) for i.MX 6 without yocto in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393584#M57519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The environment variables were set for ARCH and CROSS_COMPILE by command 'source /opt/poky/1.7/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi'. And after that I ran 'make imx_v7_defconfig;make uImage' commands to build the kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhaval&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2015 06:13:05 GMT</pubDate>
    <dc:creator>dhavalvadhar</dc:creator>
    <dc:date>2015-07-30T06:13:05Z</dc:date>
    <item>
      <title>Build linux kernel(3.14.28) for i.MX 6 without yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393580#M57515</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;I was able to build the images using Yocto build system. I have done that using command 'bitbake core-image-minimal'. Now during reading some document I found that the downloaded kernel source is available at location '&amp;lt;build dir&amp;gt;/tmp/work/imx6slevk-poky-linux-gnueabi/linux-imx/3.14.28-r0/git'. And I can compile it and boot the device using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To compile the kernel, I followed steps mentioned &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-100847"&gt;here&lt;/A&gt;. From this I am following steps for 'Building Kernel without BSP', without downloading the source from git. As the source is already available in the Yocto project. The Linux Kernel version is 3.14.28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I tried to build using 'make imx_v6_v7_defconfig' configuration. But for that I am getting following errors:&lt;/P&gt;&lt;P&gt;***************************************************************************************************************************&lt;/P&gt;&lt;P&gt;arch/arm/mach-imx/built-in.o: In function `clk_pllv3_do_shared_clks':&lt;/P&gt;&lt;P&gt;:(.text+0x1780): undefined reference to `imx_sema4_mutex_lock'&lt;/P&gt;&lt;P&gt;:(.text+0x17a8): undefined reference to `imx_sema4_mutex_unlock'&lt;/P&gt;&lt;P&gt;:(.text+0x17e0): undefined reference to `imx_update_shared_mem'&lt;/P&gt;&lt;P&gt;:(.text+0x17fc): undefined reference to `amp_power_mutex'&lt;/P&gt;&lt;P&gt;:(.text+0x1800): undefined reference to `shared_mem'&lt;/P&gt;&lt;P&gt;arch/arm/mach-imx/built-in.o: In function `clk_gate2_do_shared_clks':&lt;/P&gt;&lt;P&gt;:(.text+0x1a30): undefined reference to `imx_sema4_mutex_lock'&lt;/P&gt;&lt;P&gt;:(.text+0x1a58): undefined reference to `imx_sema4_mutex_unlock'&lt;/P&gt;&lt;P&gt;:(.text+0x1a98): undefined reference to `imx_update_shared_mem'&lt;/P&gt;&lt;P&gt;:(.text+0x1ab8): undefined reference to `amp_power_mutex'&lt;/P&gt;&lt;P&gt;:(.text+0x1abc): undefined reference to `shared_mem'&lt;/P&gt;&lt;P&gt;arch/arm/mach-imx/built-in.o: In function `clk_pfd_do_shared_clks':&lt;/P&gt;&lt;P&gt;:(.text+0x1e24): undefined reference to `imx_sema4_mutex_lock'&lt;/P&gt;&lt;P&gt;:(.text+0x1e4c): undefined reference to `imx_sema4_mutex_unlock'&lt;/P&gt;&lt;P&gt;:(.text+0x1e8c): undefined reference to `imx_update_shared_mem'&lt;/P&gt;&lt;P&gt;:(.text+0x1eac): undefined reference to `amp_power_mutex'&lt;/P&gt;&lt;P&gt;:(.text+0x1eb0): undefined reference to `shared_mem'&lt;/P&gt;&lt;P&gt;arch/arm/mach-imx/built-in.o: In function `imx6sl_set_wait_clk':&lt;/P&gt;&lt;P&gt;:(.text+0x61f8): undefined reference to `low_bus_freq_mode'&lt;/P&gt;&lt;P&gt;arch/arm/mach-imx/built-in.o: In function `imx6q_pm_enter':&lt;/P&gt;&lt;P&gt;:(.text+0x6d64): undefined reference to `imx_mu_enable_m4_irqs_in_gic'&lt;/P&gt;&lt;P&gt;:(.text+0x6de0): undefined reference to `imx_mu_is_m4_in_low_freq'&lt;/P&gt;&lt;P&gt;:(.text+0x6df4): undefined reference to `imx_mu_enable_m4_irqs_in_gic'&lt;/P&gt;&lt;P&gt;arch/arm/mach-imx/built-in.o: In function `imx6q_map_io':&lt;/P&gt;&lt;P&gt;:(.init.text+0xe7a4): undefined reference to `imx6_busfreq_map_io'&lt;/P&gt;&lt;P&gt;arch/arm/mach-imx/built-in.o: In function `imx6sl_map_io':&lt;/P&gt;&lt;P&gt;:(.init.text+0x115e0): undefined reference to `imx6_busfreq_map_io'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `fec_runtime_resume':&lt;/P&gt;&lt;P&gt;:(.text+0x119f00): undefined reference to `request_bus_freq'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `fec_runtime_suspend':&lt;/P&gt;&lt;P&gt;:(.text+0x119f1c): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `imx_controller_resume':&lt;/P&gt;&lt;P&gt;:(.text+0x1666d4): undefined reference to `request_bus_freq'&lt;/P&gt;&lt;P&gt;:(.text+0x1666f4): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;:(.text+0x166788): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `imx_controller_suspend':&lt;/P&gt;&lt;P&gt;:(.text+0x16685c): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `ci_hdrc_imx_remove':&lt;/P&gt;&lt;P&gt;:(.text+0x166954): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `ci_hdrc_imx_probe':&lt;/P&gt;&lt;P&gt;:(.text+0x166d10): undefined reference to `request_bus_freq'&lt;/P&gt;&lt;P&gt;:(.text+0x166d30): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;:(.text+0x166e1c): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `sdhci_esdhc_runtime_resume':&lt;/P&gt;&lt;P&gt;:(.text+0x1c82d0): undefined reference to `request_bus_freq'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `sdhci_esdhc_runtime_suspend':&lt;/P&gt;&lt;P&gt;:(.text+0x1c8344): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `sdhci_esdhc_imx_probe':&lt;/P&gt;&lt;P&gt;:(.text+0x1c8fdc): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;:(.text+0x1c9004): undefined reference to `request_bus_freq'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `vpu_runtime_resume':&lt;/P&gt;&lt;P&gt;:(.text+0x1c949c): undefined reference to `request_bus_freq'&lt;/P&gt;&lt;P&gt;drivers/built-in.o: In function `vpu_runtime_suspend':&lt;/P&gt;&lt;P&gt;:(.text+0x1c94b8): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;sound/built-in.o: In function `fsl_ssi_runtime_resume':&lt;/P&gt;&lt;P&gt;:(.text+0x2f160): undefined reference to `request_bus_freq'&lt;/P&gt;&lt;P&gt;sound/built-in.o: In function `fsl_ssi_runtime_suspend':&lt;/P&gt;&lt;P&gt;:(.text+0x2f17c): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;sound/built-in.o: In function `fsl_spdif_runtime_resume':&lt;/P&gt;&lt;P&gt;:(.text+0x30e08): undefined reference to `request_bus_freq'&lt;/P&gt;&lt;P&gt;sound/built-in.o: In function `fsl_spdif_runtime_suspend':&lt;/P&gt;&lt;P&gt;:(.text+0x30e24): undefined reference to `release_bus_freq'&lt;/P&gt;&lt;P&gt;make: *** [vmlinux] Error 1&lt;/P&gt;&lt;P&gt;***************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this I have tried with imx_v7_defconfig. And for this I am getting following errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***************************************************************************************************************************&lt;/P&gt;&lt;P&gt;drivers/usb/chipidea/ci_hdrc_imx.c: In function 'ci_hdrc_imx_notify_event':&lt;/P&gt;&lt;P&gt;drivers/usb/chipidea/ci_hdrc_imx.c:226:4: error: implicit declaration of function 'pinctrl_select_state' [-Werror=implicit-function-declaration]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ret = pinctrl_select_state(data-&amp;gt;pinctrl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;drivers/usb/chipidea/ci_hdrc_imx.c: In function 'ci_hdrc_imx_probe':&lt;/P&gt;&lt;P&gt;drivers/usb/chipidea/ci_hdrc_imx.c:278:2: error: implicit declaration of function 'devm_pinctrl_get' [-Werror=implicit-function-declaration]&lt;/P&gt;&lt;P&gt;&amp;nbsp; data-&amp;gt;pinctrl = devm_pinctrl_get(&amp;amp;pdev-&amp;gt;dev);&lt;/P&gt;&lt;P&gt;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;drivers/usb/chipidea/ci_hdrc_imx.c:278:16: warning: assignment makes pointer from integer without a cast&lt;/P&gt;&lt;P&gt;&amp;nbsp; data-&amp;gt;pinctrl = devm_pinctrl_get(&amp;amp;pdev-&amp;gt;dev);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;drivers/usb/chipidea/ci_hdrc_imx.c:283:3: error: implicit declaration of function 'pinctrl_lookup_state' [-Werror=implicit-function-declaration]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; pinctrl_hsic_idle = pinctrl_lookup_state(data-&amp;gt;pinctrl, "idle");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;drivers/usb/chipidea/ci_hdrc_imx.c:283:21: warning: assignment makes pointer from integer without a cast&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; pinctrl_hsic_idle = pinctrl_lookup_state(data-&amp;gt;pinctrl, "idle");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;drivers/usb/chipidea/ci_hdrc_imx.c:299:29: warning: assignment makes pointer from integer without a cast&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; data-&amp;gt;pinctrl_hsic_active = pinctrl_lookup_state(data-&amp;gt;pinctrl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;cc1: some warnings being treated as errors&lt;/P&gt;&lt;P&gt;make[3]: *** [drivers/usb/chipidea/ci_hdrc_imx.o] Error 1&lt;/P&gt;&lt;P&gt;make[2]: *** [drivers/usb/chipidea] Error 2&lt;/P&gt;&lt;P&gt;make[1]: *** [drivers/usb] Error 2&lt;/P&gt;&lt;P&gt;make: *** [drivers] Error 2&lt;/P&gt;&lt;P&gt;***************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exported all the necessary environment variables to build the kernel. At the moment I am using i.MX6 Sololite EVK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me resolve these errors. Appreciate your quick help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhaval&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 08:54:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393580#M57515</guid>
      <dc:creator>dhavalvadhar</dc:creator>
      <dc:date>2015-07-29T08:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Build linux kernel(3.14.28) for i.MX 6 without yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393581#M57516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Please configure correctly Yocto environment, as described in&amp;nbsp; &lt;BR /&gt;section 5.2 (Machine configurations) of "Freescale_Yocto_Project_User's_Guide.pdf"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/Download?colCode=L3.14.28_1.0.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845" title="http://www.freescale.com/webapp/Download?colCode=L3.14.28_1.0.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845"&gt;http://www.freescale.com/webapp/Download?colCode=L3.14.28_1.0.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 02:07:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393581#M57516</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-07-30T02:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Build linux kernel(3.14.28) for i.MX 6 without yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393582#M57517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed all the steps mentioned in the Yocto Project User's Guide.pdf. As I mentioned in my previous email I was able to build the *.sdcard image and able to boot the board using that image. Even using that filesystem and kernel I was able to boot the board using NFS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this I download the toolchain using 'bitbake meta-toolchain' and install it at default directory '/opt/poky/1.7' path. Using this toolchain I am able to build the sample driver module 'Hello World!' and able to run it on the board. Now I would like to build the kernel using the toolchain and where I am getting above mentioned errors. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to resolve the same. Appreciate your quick reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhaval&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 05:14:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393582#M57517</guid>
      <dc:creator>dhavalvadhar</dc:creator>
      <dc:date>2015-07-30T05:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Build linux kernel(3.14.28) for i.MX 6 without yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393583#M57518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhaval&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make&amp;nbsp; imx_v7_defconfig ARCH=arm CROSS_COMPILE=/opt/poky/1.5.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi- -j16 uImage LOADADDR=0x10008000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct your poky tool-chain path in above command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 05:28:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393583#M57518</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2015-07-30T05:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Build linux kernel(3.14.28) for i.MX 6 without yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393584#M57519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The environment variables were set for ARCH and CROSS_COMPILE by command 'source /opt/poky/1.7/environment-setup-cortexa9hf-vfp-neon-poky-linux-gnueabi'. And after that I ran 'make imx_v7_defconfig;make uImage' commands to build the kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhaval&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 06:13:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393584#M57519</guid>
      <dc:creator>dhavalvadhar</dc:creator>
      <dc:date>2015-07-30T06:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Build linux kernel(3.14.28) for i.MX 6 without yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393585#M57520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh/Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am able to build the kernel!! Though I don't know, how that happen. I haven't done anything special. Just freshly checkout the linux kernel using 'bitbake' command and try one more time today with same commands. But now I am getting errors for the load address. Can you please help me with that&amp;nbsp; for i.MX6 SLEVK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW how one can decide the load address? I mean, what if I shift from SLEVK to some other board, how can I decide the load address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhaval&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 07:06:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393585#M57520</guid>
      <dc:creator>dhavalvadhar</dc:creator>
      <dc:date>2015-07-30T07:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Build linux kernel(3.14.28) for i.MX 6 without yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393586#M57521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found the LOADADDR value for SLEVK and it should be 0x80008000. For other boards it can be found by considering 'UBOOT_ENTRYPOINT' variable from "&amp;lt;source directory&amp;gt;/meta-fsl-arm/conf/machine/include/imx-base.inc" file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for helping me!&lt;/P&gt;&lt;P&gt;Dhaval&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 11:07:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-linux-kernel-3-14-28-for-i-MX-6-without-yocto/m-p/393586#M57521</guid>
      <dc:creator>dhavalvadhar</dc:creator>
      <dc:date>2015-07-30T11:07:40Z</dc:date>
    </item>
  </channel>
</rss>

