<?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: change u-boot and kernel code in MPC8548CDS_20071214-ltib in PowerQUICC Processors</title>
    <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1315521#M3797</link>
    <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Is it possible to build this on&amp;nbsp;ubuntu-16.04 64bit?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jul 2021 00:59:25 GMT</pubDate>
    <dc:creator>s153022</dc:creator>
    <dc:date>2021-07-30T00:59:25Z</dc:date>
    <item>
      <title>change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1280136#M3686</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've installed and built&amp;nbsp;MPC8548CDS_20071214-ltib on ubuntu 9.04.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to enable the debug symbols in u-boot&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I enable that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also like to modify some code in the kernel.&lt;/P&gt;&lt;P&gt;I don't find the kernel in the build. looks like the kernel source is deleted after the build.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the proper way to change code in the kernel in the LTIB sdk?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 06:17:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1280136#M3686</guid>
      <dc:creator>s153022</dc:creator>
      <dc:date>2021-05-21T06:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1280860#M3687</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Use the following commands to install source u-boot and kernel:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;./ltib -m prep -p u-boot&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;./ltib -m prep -p kernel&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Find the source in the following folder: ./rpm/build&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Add the following to the &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/include/configs/MPC8548CDS.h file&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#ifndef DEBUG&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#define DEBUG&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Use the following commands for building u-boot and kernel:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;./ltib -m scdeploy -p u-boot&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;./ltib -m scdeploy -p kernel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 05:51:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1280860#M3687</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-05-24T05:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1280935#M3688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I can't find &lt;SPAN&gt;MPC8548CDS.h file in my install folder.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is the fine name changed?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using ltib-mpc8548cds-20071214 version.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;u-boot is also not building with the command "./ltib -m scdeploy -p u-boot"&lt;/P&gt;&lt;P&gt;I got below error&lt;/P&gt;&lt;P&gt;"error: File /home/xxxxx/ltib-mpc8548cds-20071214/rpm/SOURCES/u-boot-1.3.0.tar.bz2: No such file or directory"&lt;/P&gt;&lt;P&gt;"Failed building u-boot-1.3.0-mpc8548cds"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 07:57:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1280935#M3688</guid>
      <dc:creator>s153022</dc:creator>
      <dc:date>2021-05-24T07:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1282278#M3690</link>
      <description>&lt;P&gt;&lt;SPAN&gt;See attached snapshot. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It is snapshot from Ubuntu 9.04.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;MPC8548CDS_20071214-ltib was installing, building and the following command was used to get u-boot source:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;./ltib -m prep -p u-boot&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 05:55:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1282278#M3690</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-05-26T05:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1282489#M3692</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I tried&amp;nbsp;&lt;SPAN&gt;./ltib -m prep -p u-boot again.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can see "u-boot-tools"&amp;nbsp; but I don't see folder "u-boot-1.3.0"&amp;nbsp; inside rpm/BUILD directory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 'rpm/BUILD/u-boot-tools-1.1.6/` folder inside BUILD.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to get "u-boot-1.3.0"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I try manually creating a softlink to ./rpm/BUILD/u-boot-1.3.0.tar.bz2 from /opt/.... ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 10:30:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1282489#M3692</guid>
      <dc:creator>s153022</dc:creator>
      <dc:date>2021-05-26T10:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1282532#M3693</link>
      <description>&lt;P&gt;It worked after I created a symlink to&amp;nbsp;&lt;SPAN&gt;./rpm/SOURCES/u-boot-1.3.0.tar.bz2 from /opt/freescale/pkgs . I also copied all the patches manually.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also note that I had to run ./ltib before running ./ltib -m scdeploy -p u-boot&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 11:16:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1282532#M3693</guid>
      <dc:creator>s153022</dc:creator>
      <dc:date>2021-05-26T11:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1283043#M3694</link>
      <description>&lt;P&gt;Good new that this problem is solved.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 03:08:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1283043#M3694</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-05-27T03:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1287174#M3697</link>
      <description>&lt;P&gt;The build is successful on ubuntu 9.04.&lt;/P&gt;&lt;P&gt;Now I would like to build this on Ubuntu 18.04.&lt;/P&gt;&lt;P&gt;Is it possible to build&amp;nbsp;MPC8548CDS_20071214-ltib on Ubuntu 18.04?&lt;/P&gt;&lt;P&gt;Thanks for your timely support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 02:48:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1287174#M3697</guid>
      <dc:creator>s153022</dc:creator>
      <dc:date>2021-06-04T02:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1287493#M3699</link>
      <description>&lt;P&gt;We have tested this LTIB Linux BSP under Ubuntu 9.04, 10.04 and 12.04.&lt;/P&gt;
&lt;P&gt;There are lot errors if Ubuntu 18 is used.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 11:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1287493#M3699</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-06-04T11:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1301217#M3740</link>
      <description>&lt;P&gt;Thanks, does it require a 32 bit ? is it ok to build on 64 bit OS?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 14:07:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1301217#M3740</guid>
      <dc:creator>s153022</dc:creator>
      <dc:date>2021-07-01T14:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1305859#M3772</link>
      <description>&lt;P&gt;See attached file about using LTIB on 64-bit operation system.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 02:57:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1305859#M3772</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-07-12T02:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: change u-boot and kernel code in MPC8548CDS_20071214-ltib</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1315521#M3797</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Is it possible to build this on&amp;nbsp;ubuntu-16.04 64bit?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 00:59:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/change-u-boot-and-kernel-code-in-MPC8548CDS-20071214-ltib/m-p/1315521#M3797</guid>
      <dc:creator>s153022</dc:creator>
      <dc:date>2021-07-30T00:59:25Z</dc:date>
    </item>
  </channel>
</rss>

