<?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 Can not find sources under SDK 1.8 in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Can-not-find-sources-under-SDK-1-8/m-p/663643#M5891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I started to design a custom board using T1024 processor. For this purpose, I am examining T1024rdb. We have several changes on the design of T1024rdb. I want to understand how to proceed code development.&lt;/P&gt;&lt;P&gt;I read info center pdf and several documentation and my plan is to modify T1024rdb sources to develop my custom u-boot and images. My custom image will contain several additional drivers to T1024rdb SDK. I installed Qoriq SDK v1.8 for t1024rdb-64b machine. Under the QorIQ-SDK-V1.8-20150619-yocto folder,&amp;nbsp;there is a "sources" directory. I assume that&amp;nbsp;all source codes,&amp;nbsp;to be used for image build, should be under this folder. But, when I check the content, I run into empty git folders.&lt;/P&gt;&lt;P&gt;Where&amp;nbsp;can I find&amp;nbsp;the source codes&amp;nbsp;of u-boot, image?&amp;nbsp; What do you think&amp;nbsp;am I in the correct way to develop a custom image for my custom board?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/tags/#/?tags=source_code"&gt;source_code&lt;/A&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/tags/#/?tags=t1024rdb"&gt;t1024rdb&lt;/A&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/tags/#/?tags=customization"&gt;customization&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2017 06:59:13 GMT</pubDate>
    <dc:creator>leventkarakaya</dc:creator>
    <dc:date>2017-02-23T06:59:13Z</dc:date>
    <item>
      <title>Can not find sources under SDK 1.8</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Can-not-find-sources-under-SDK-1-8/m-p/663643#M5891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I started to design a custom board using T1024 processor. For this purpose, I am examining T1024rdb. We have several changes on the design of T1024rdb. I want to understand how to proceed code development.&lt;/P&gt;&lt;P&gt;I read info center pdf and several documentation and my plan is to modify T1024rdb sources to develop my custom u-boot and images. My custom image will contain several additional drivers to T1024rdb SDK. I installed Qoriq SDK v1.8 for t1024rdb-64b machine. Under the QorIQ-SDK-V1.8-20150619-yocto folder,&amp;nbsp;there is a "sources" directory. I assume that&amp;nbsp;all source codes,&amp;nbsp;to be used for image build, should be under this folder. But, when I check the content, I run into empty git folders.&lt;/P&gt;&lt;P&gt;Where&amp;nbsp;can I find&amp;nbsp;the source codes&amp;nbsp;of u-boot, image?&amp;nbsp; What do you think&amp;nbsp;am I in the correct way to develop a custom image for my custom board?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/tags/#/?tags=source_code"&gt;source_code&lt;/A&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/tags/#/?tags=t1024rdb"&gt;t1024rdb&lt;/A&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/tags/#/?tags=customization"&gt;customization&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 06:59:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Can-not-find-sources-under-SDK-1-8/m-p/663643#M5891</guid>
      <dc:creator>leventkarakaya</dc:creator>
      <dc:date>2017-02-23T06:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can not find sources under SDK 1.8</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Can-not-find-sources-under-SDK-1-8/m-p/663644#M5892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="292166" data-username="leventkarakaya" href="https://community.nxp.com/people/leventkarakaya"&gt;Levent Karakaya&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For u-boot:&lt;/P&gt;&lt;P&gt;1. Clean the build Cache:&lt;/P&gt;&lt;P&gt;$bitbake u-boot -c cleansstate&lt;/P&gt;&lt;P&gt;2. Get u-boot source code:&lt;/P&gt;&lt;P&gt;$bitbake u-boot -c patch&lt;/P&gt;&lt;P&gt;3. Go the source folder build_t1024rdb-64b_release/tmp/work/t1024rdb_64b-fsl-linux/u-boot-qoriq/2014.07+fslgit-r0/git/,&lt;/P&gt;&lt;P&gt;customize u-boot source code according to your requirement.&lt;/P&gt;&lt;P&gt;4. Comple u-boot&lt;/P&gt;&lt;P&gt;$ bitbake u-boot -c compile -f&lt;/P&gt;&lt;P&gt;5. Rebuild u-boot&lt;/P&gt;&lt;P&gt;$bitbake u-boot&lt;/P&gt;&lt;P&gt;6. Modify and rebuild source again, please go to 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Linux Kernel:&lt;/P&gt;&lt;P&gt;1. Clean the Cache:&lt;/P&gt;&lt;P&gt;$ bitbake virtual/kernel -c cleansstate&lt;/P&gt;&lt;P&gt;2. Get Kernel source and Configure Linux Kernel:&lt;/P&gt;&lt;P&gt;$ bitbake virtual/kernel -c configure&lt;/P&gt;&lt;P&gt;3. Go to the source folder build_t1024rdb-64b_release/tmp/work/t1024rdb_64b-fsl-linux/linux-qoriq/3.12-r0/git/, modify the source code according to your requirement, and reconfigure Linux Kernel with the command "make ARCH=powerpc menuconfig".&lt;/P&gt;&lt;P&gt;4. Compile Linux Kernel&lt;/P&gt;&lt;P&gt;$ bitbake virtual/kernel -c compile -f&lt;/P&gt;&lt;P&gt;5. Build Linux Kernel&lt;/P&gt;&lt;P&gt;$ bitbake virtual/kernel&lt;/P&gt;&lt;P&gt;6. Modify and Reconfigure Linux Kernel again please go to 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&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>Tue, 28 Feb 2017 09:44:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Can-not-find-sources-under-SDK-1-8/m-p/663644#M5892</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2017-02-28T09:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can not find sources under SDK 1.8</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Can-not-find-sources-under-SDK-1-8/m-p/663645#M5893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Now it is clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 08:30:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Can-not-find-sources-under-SDK-1-8/m-p/663645#M5893</guid>
      <dc:creator>leventkarakaya</dc:creator>
      <dc:date>2017-03-01T08:30:27Z</dc:date>
    </item>
  </channel>
</rss>

