<?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 Yocto U-Boot modification in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380242#M54830</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;&lt;/P&gt;&lt;P&gt;Recently, We've received my custom i.MX6 board based on SabreSD and struggling with board bring-up.&lt;/P&gt;&lt;P&gt;We've decided to use Yocto to build everything (u-boot, initramfs, kernel) for MfgTool. (I'm very new to this)&lt;/P&gt;&lt;P&gt;I've downloaded sources for the dizzy release and built images with &lt;STRONG&gt;fsl-image-mfgtool-initramfs&lt;/STRONG&gt; for mx6qsabresd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to make some modificiations (such as, changing SPI CS pin, adjusting some voltages of PMIC, etc) in U-Boot and re-built the image.&lt;/P&gt;&lt;P&gt;I have modified the source code;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;fsl-community-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-imx-mfgtool/2013.04-r0/git/board/freescale/mx6qsabresd.c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and run the bitbake command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$: bitbake u-boot-imx-mfgtool -c compile&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But basically it says that nothing has changed and out of xxx number of tasks, no task needed to be run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if what I did is a correct way of doing this. Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Durmus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2015 13:40:23 GMT</pubDate>
    <dc:creator>durmus</dc:creator>
    <dc:date>2015-01-27T13:40:23Z</dc:date>
    <item>
      <title>Yocto U-Boot modification</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380242#M54830</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;&lt;/P&gt;&lt;P&gt;Recently, We've received my custom i.MX6 board based on SabreSD and struggling with board bring-up.&lt;/P&gt;&lt;P&gt;We've decided to use Yocto to build everything (u-boot, initramfs, kernel) for MfgTool. (I'm very new to this)&lt;/P&gt;&lt;P&gt;I've downloaded sources for the dizzy release and built images with &lt;STRONG&gt;fsl-image-mfgtool-initramfs&lt;/STRONG&gt; for mx6qsabresd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to make some modificiations (such as, changing SPI CS pin, adjusting some voltages of PMIC, etc) in U-Boot and re-built the image.&lt;/P&gt;&lt;P&gt;I have modified the source code;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;fsl-community-bsp/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-imx-mfgtool/2013.04-r0/git/board/freescale/mx6qsabresd.c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and run the bitbake command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$: bitbake u-boot-imx-mfgtool -c compile&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But basically it says that nothing has changed and out of xxx number of tasks, no task needed to be run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if what I did is a correct way of doing this. Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Durmus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 13:40:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380242#M54830</guid>
      <dc:creator>durmus</dc:creator>
      <dc:date>2015-01-27T13:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto U-Boot modification</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380243#M54831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Durmus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to run bitbake -f -c compile u-boot-imx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 03:54:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380243#M54831</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2015-01-28T03:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto U-Boot modification</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380244#M54832</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 answer. I had tried that as well, but to no avail. Moreover, it had given a warning, something like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: intel-clear, arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 13px;"&gt;&lt;EM&gt;...u-boot-imx-mfgtool.bb.do_build is tainted from a forced run&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: intel-clear, arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: intel-clear, arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 13px;"&gt;And then I had to &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: intel-clear, arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 13px;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$: &lt;/STRONG&gt;bitbake u-boot-imx-mfgtool -c cleanall&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: intel-clear, arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 13px;"&gt;and re-run &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$: &lt;/STRONG&gt;bitbake u-boot-imx-mfgtool &lt;/STRONG&gt;and I was where I had started.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: intel-clear, arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: intel-clear, arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 07:03:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380244#M54832</guid>
      <dc:creator>durmus</dc:creator>
      <dc:date>2015-01-28T07:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto U-Boot modification</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380245#M54833</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 style="font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: left; text-indent: 0px;"&gt;Yocto is not intended to be used to package development. It´s intended to be an image builder, a rootfs creator. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: left; text-indent: 0px;"&gt;I recommend you to set the meta-toolchain and use it to compie the u-boot source code you just moidified.&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: left; text-indent: 0px;"&gt;&lt;A href="https://community.nxp.com/docs/DOC-95122"&gt;Task #7 - Create the toolchain&lt;/A&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: left; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: left; text-indent: 0px;"&gt;I hope that helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 17:04:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380245#M54833</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2015-01-28T17:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto U-Boot modification</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380246#M54834</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 using yocto sdk 2.0 to compile/build u-boot and linux images for T4240RDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run "bitbake -c compile -f virtual/kernel" command, i'm getting&lt;/P&gt;&lt;P&gt;"QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-kernel/linux/linux-qoriq_4.1.bb.do_compile is tainted from a forced run"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to clean and build, still the issue exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using following commands to build linux:&lt;/P&gt;&lt;P&gt;1. bitbake -c cleansstate virtual/kernel&lt;BR /&gt;2. bitbake -c patch virtual/kernel&lt;BR /&gt;3. bitbake -c menuconfig virtual/kernel&lt;BR /&gt;4. bitbake -c compile -f virtual/kernel&lt;BR /&gt;5. bitbake virtual/kernel&lt;BR /&gt;6. bitbake fsl-image-kernelitb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to move forward and let me know if the procedure followed is correct or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Mounika Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 05:10:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-U-Boot-modification/m-p/380246#M54834</guid>
      <dc:creator>mounikareddy22</dc:creator>
      <dc:date>2018-01-19T05:10:31Z</dc:date>
    </item>
  </channel>
</rss>

