<?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: Please publish LTIB configuration that works in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156942#M2464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general I recommend Ubuntu, just because that's what we primarily test on. At this point in time I recommend Ubuntu 10.10, although 10.04 and 9.04 should be fine as well. I haven't been able to get 11.04 working yet. I typically also keep the packages on my system up to date via the update manager, but don't think this should really have an impact on ltib.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the docs portion of our BSP releases you'll find a file called "ltib_build_host_setup.pdf". Follow the instructions contained in this file. It should list the latest packages you need for that BSP release. Below is the relevant portion of a script from this document from the 11.03 release.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As noted in the other thread, likely that you're problem with mtd-utils is caused because you don't have liblzo2-dev or it's Fedora equivalent installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;/P&gt;&lt;P&gt;# Install packages needed by LTIB&lt;BR /&gt;sudo aptitude -y install gettext libgtk2.0-dev rpm bison m4 libfreetype6-dev&lt;BR /&gt;sudo aptitude -y install libdbus-glib-1-dev liborbit2-dev intltool&lt;BR /&gt;sudo aptitude -y install ccache ncurses-dev zlib1g zlib1g-dev gcc g++ libtool&lt;BR /&gt;sudo aptitude -y install uuid-dev liblzo2-dev&lt;BR /&gt;sudo aptitude -y install tcl dpkg&lt;/P&gt;&lt;P&gt;# Packages required for 64-bit Ubuntu&lt;BR /&gt;# Do "uname -a" and see if the word "x86_64" shows up.&lt;BR /&gt;if uname -a|grep -sq 'x86_64'; then&lt;BR /&gt;sudo aptitude -y install ia32-libs libc6-dev-i386 lib32z1&lt;BR /&gt;fi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jun 2011 13:03:55 GMT</pubDate>
    <dc:creator>mdc</dc:creator>
    <dc:date>2011-06-05T13:03:55Z</dc:date>
    <item>
      <title>Please publish LTIB configuration that works</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156939#M2461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have spent way too many hours trying to find a Linux host and LTIB distro from Freescale that works together.&amp;nbsp; I have tried Ubuntu 11.04, 10.04, 9.04, 8.04 and Fedora 15.&amp;nbsp; I got the farthest wth Fedora 15 but can't get past the error I posted a couple of days ago (mtd-utils fails to build due to missing lzo/lzo1g.h file).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried L2.6.35_1.11.01_ER_source_bundle.tar.gz (for iMX51) and L2.6.35_11.01.00_ER_source_bundle.tar.gz (for iMX53 on SABRE reference design tablet).&amp;nbsp; They all install just fine but LTIB never finishes the initial one-time build process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please detail what Linux host and Freescale distro worked for them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 22:34:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156939#M2461</guid>
      <dc:creator>TxPomeroy</dc:creator>
      <dc:date>2011-06-02T22:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Please publish LTIB configuration that works</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156940#M2462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;typo L2.6.35_1.11.01_ER_source_bundle.tar.gz (for iMX51) should be&lt;/P&gt;&lt;P&gt;L2.6.35_10.11.01_ER_source_bundle.tar.gz (for iMX51)&lt;/P&gt;&lt;P&gt;Sorry for the omission.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 22:36:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156940#M2462</guid>
      <dc:creator>TxPomeroy</dc:creator>
      <dc:date>2011-06-02T22:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Please publish LTIB configuration that works</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156941#M2463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I put together some notes on my experiences with LTIB and an Ubuntu host in a handful of blog posts:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A href="http://boundarydevices.com/blogs/tag/ltib" target="_blank"&gt;http://boundarydevices.com/blogs/tag/ltib&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are each a bit dated:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; L2.6.31_10.04.00 -&amp;nbsp;&lt;A href="http://boundarydevices.com/blogs/ltib-quick-start" target="_blank"&gt;http://boundarydevices.com/blogs/ltib-quick-start&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; L2.6.31_10.07.11 -&amp;nbsp;&lt;A href="http://boundarydevices.com/blogs/revisiting-ltib-on-i-mx5x-this-time-with-java" target="_blank"&gt;http://boundarydevices.com/blogs/revisiting-ltib-on-i-mx5x-this-time-with-java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but the same roadblocks seem to apply on the 11.01 and 11.03 releases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also put together a VirtualBox image for a customer that I can make available to you. if you shoot me a note through our contact page (&lt;A href="http://boundarydevices.com/contact_us.php" target="_blank"&gt;http://boundarydevices.com/contact_us.php&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 23:42:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156941#M2463</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2011-06-02T23:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Please publish LTIB configuration that works</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156942#M2464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general I recommend Ubuntu, just because that's what we primarily test on. At this point in time I recommend Ubuntu 10.10, although 10.04 and 9.04 should be fine as well. I haven't been able to get 11.04 working yet. I typically also keep the packages on my system up to date via the update manager, but don't think this should really have an impact on ltib.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the docs portion of our BSP releases you'll find a file called "ltib_build_host_setup.pdf". Follow the instructions contained in this file. It should list the latest packages you need for that BSP release. Below is the relevant portion of a script from this document from the 11.03 release.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As noted in the other thread, likely that you're problem with mtd-utils is caused because you don't have liblzo2-dev or it's Fedora equivalent installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#!/bin/bash&lt;/P&gt;&lt;P&gt;# Install packages needed by LTIB&lt;BR /&gt;sudo aptitude -y install gettext libgtk2.0-dev rpm bison m4 libfreetype6-dev&lt;BR /&gt;sudo aptitude -y install libdbus-glib-1-dev liborbit2-dev intltool&lt;BR /&gt;sudo aptitude -y install ccache ncurses-dev zlib1g zlib1g-dev gcc g++ libtool&lt;BR /&gt;sudo aptitude -y install uuid-dev liblzo2-dev&lt;BR /&gt;sudo aptitude -y install tcl dpkg&lt;/P&gt;&lt;P&gt;# Packages required for 64-bit Ubuntu&lt;BR /&gt;# Do "uname -a" and see if the word "x86_64" shows up.&lt;BR /&gt;if uname -a|grep -sq 'x86_64'; then&lt;BR /&gt;sudo aptitude -y install ia32-libs libc6-dev-i386 lib32z1&lt;BR /&gt;fi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 13:03:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156942#M2464</guid>
      <dc:creator>mdc</dc:creator>
      <dc:date>2011-06-05T13:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Please publish LTIB configuration that works</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156943#M2465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;these are the steps i followed for ubuntu 11.04. as i was getting a mtd-utils issue, i opted for the Curtis Ward solution of using the mtd-utils that comes on pkgs. please note this was tested on a virtual machine "playing" ubuntu 11.04, 32 bits version (ubuntu-11.04-desktop-i386.iso).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on ubuntu 11.04:&lt;BR /&gt;&lt;BR /&gt;# update ubuntu&lt;BR /&gt;# download L2.6.35_11.01.00_ER_source_bundle.tar.gz&lt;BR /&gt;&lt;BR /&gt;sudo tar -xvf L2.6.35_11.01.00_ER_source_bundle.tar.gz&lt;BR /&gt;sudo tar -xvf L2.6.35_11.01.00_ER_source.tar.gz&lt;BR /&gt;&lt;BR /&gt;sudo apt-get install gettext libgtk2.0-dev rpm bison m4 libfreetype6-dev&lt;BR /&gt;sudo apt-get install libdbus-glib-1-dev liborbit2-dev intltool&lt;BR /&gt;sudo apt-get install ccache ncurses-dev zlib1g zlib1g-dev gcc g++ libtool&lt;BR /&gt;sudo apt-get install tcl dpkg&lt;BR /&gt;&lt;BR /&gt;# select /home/user as the output folder&lt;BR /&gt;./install&lt;BR /&gt;&lt;BR /&gt;cd /home/user/ltib&lt;BR /&gt;sudo chmod 777 /opt&lt;BR /&gt;&lt;BR /&gt;# add entry "&amp;lt;your user name&amp;gt; ALL = NOPASSWD: /usr/bin/rpm, /opt/freescale/ltib/usr/bin/rpm"&lt;BR /&gt;sudo /usr/sbin/visudo&lt;BR /&gt;&lt;BR /&gt;# modify Ltibutils.pm line 563&lt;BR /&gt;# 'glibc-devel'&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; sub { -f '/usr/lib/libm.so' || -f '/usr/lib64/libz.so' || -f '/usr/lib/i386-linux-gnu/libm.so'},&lt;BR /&gt;# add in line 584&lt;BR /&gt;# glob('/usr/lib/i386-linux-gnu/libz.so*'),&lt;BR /&gt;# glob('/lib/i386-linux-gnu/libz.so*'),&lt;BR /&gt;sudo gedit bin/Ltibutils.pm&lt;BR /&gt;&lt;BR /&gt;# using old mtd-utils version...&lt;BR /&gt;# solution from Curtis Wald&lt;BR /&gt;cd dist/lfs-5.1/mtd-utils&lt;BR /&gt;mv mtd-utils.spec mtd-utils-201006.spec&lt;BR /&gt;ln -s mtd-utils-20060302.spec mtd-utils.spec&lt;BR /&gt;cd ../../..&lt;BR /&gt;&lt;BR /&gt;./ltib --configure&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;erwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 05:40:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Please-publish-LTIB-configuration-that-works/m-p/156943#M2465</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2011-07-28T05:40:35Z</dc:date>
    </item>
  </channel>
</rss>

