<?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: IMX280 ./ltib ERR in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478473#M76036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gusarambula, &lt;/P&gt;&lt;P&gt;Thank you for help me &lt;/P&gt;&lt;P&gt;You let me know method&lt;/P&gt;&lt;P&gt;:smileycool:The ic very mature and a lots of Datasheet.&lt;/P&gt;&lt;P&gt;Now&amp;nbsp; i&amp;nbsp; have&amp;nbsp; been able to configure the kernel&lt;/P&gt;&lt;P&gt;Thanks again!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2016 07:05:39 GMT</pubDate>
    <dc:creator>tingning</dc:creator>
    <dc:date>2016-03-25T07:05:39Z</dc:date>
    <item>
      <title>IMX280 ./ltib ERR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478469#M76032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look this&lt;/P&gt;&lt;P&gt;lxdialog/lxdialog.a(util.o): In function `draw_shadow':&lt;/P&gt;&lt;P&gt;util.c:(.text+0xa95): undefined reference to `has_colors'&lt;/P&gt;&lt;P&gt;util.c:(.text+0xacf): undefined reference to `wmove'&lt;/P&gt;&lt;P&gt;util.c:(.text+0xae4): undefined reference to `winch'&lt;/P&gt;&lt;P&gt;util.c:(.text+0xaf6): undefined reference to `waddch'&lt;/P&gt;&lt;P&gt;util.c:(.text+0xb26): undefined reference to `wmove'&lt;/P&gt;&lt;P&gt;util.c:(.text+0xb32): undefined reference to `winch'&lt;/P&gt;&lt;P&gt;util.c:(.text+0xb44): undefined reference to `waddch'&lt;/P&gt;&lt;P&gt;util.c:(.text+0xb50): undefined reference to `winch'&lt;/P&gt;&lt;P&gt;util.c:(.text+0xb62): undefined reference to `waddch'&lt;/P&gt;&lt;P&gt;util.c:(.text+0xb82): undefined reference to `wnoutrefresh'&lt;/P&gt;&lt;P&gt;collect2: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;make: *** [mconf] Error 1&lt;/P&gt;&lt;P&gt;error: Bad exit status from /work/imx280/ltib/tmp/rpm-tmp.90388 (%build)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RPM build errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bad exit status from /work/imx280/ltib/tmp/rpm-tmp.90388 (%build)&lt;/P&gt;&lt;P&gt;Build time for lkc: 2 seconds&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Failed building lkc&lt;/P&gt;&lt;P&gt;Died at ./ltib line 1392.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i don't know why that appear it&lt;/P&gt;&lt;P&gt;I do like this&lt;/P&gt;&lt;P&gt;1 down load ubuntu 12.04 and install&lt;/P&gt;&lt;P&gt;2 install arm-fsl-linux-gnueabi-gcc&lt;/P&gt;&lt;P&gt;3 down load&amp;nbsp; L2.6.35_1.1.0_130130_source.tar.gz&amp;nbsp; and install&lt;/P&gt;&lt;P&gt;4 install host packeages needed by LTIB，Execute this script&lt;SPAN style="font-family: HelveticaLTStd-Bold; font-size: 16pt; color: #000000;"&gt;&lt;BR style="text-align: -webkit-auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;this script content：&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: CourierStd; font-size: 9pt; color: #000000;"&gt;#!/bin/bash&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;# Install packages needed by LTIB&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install gettext libgtk2.0-dev rpm bison m4 libfreetype6-dev&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install libdbus-glib-1-dev liborbit2-dev intltool&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install ccache ncurses-dev zlib1g zlib1g-dev gcc g++ libtool&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install uuid-dev liblzo2-dev&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install tcl dpkg&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;# Packages required for 64-bit Ubuntu&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;# Do "uname -a" and see if the word "x86_64" shows up.&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;if uname -a|grep -sq 'x86_64'; then&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install ia32-libs libc6-dev-i386 lib32z1&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;fi&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;# The following recommended for Linux development.&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;# They are not required by LTIB.&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install gparted emacs22-nox openssh-server&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install nfs-common nfs-kernel-server lintian&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install git-core git-doc git-email git-gui gitk&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install diffstat indent tofrodos fakeroot doxygen uboot-mkimage&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install sendmail mailutils meld atftpd sharutils&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install manpages-dev manpages-posix manpages-posix-dev linux-doc&lt;BR /&gt;&lt;SPAN style="font-size: 9pt;"&gt;sudo aptitude -y install vnc4server xvnc4viewer&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR style="text-align: -webkit-auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: CourierStd;"&gt;5 &lt;SPAN style="font-family: CourierStd; font-size: 9pt; color: #000000;"&gt;ccache -M 50M&amp;nbsp; and &lt;SPAN style="font-family: CourierStd; font-size: 9pt; color: #000000;"&gt;ccache -c&lt;BR style="text-align: -webkit-auto;" /&gt;&lt;/SPAN&gt;annex is inmformation which printf log&lt;BR style="text-align: -webkit-auto;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336389"&gt;host_config.log.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 12:19:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478469#M76032</guid>
      <dc:creator>tingning</dc:creator>
      <dc:date>2016-02-22T12:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: IMX280 ./ltib ERR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478470#M76033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ting Ning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is similar to the one described in the following thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/264975"&gt;Re: LTIB build fails on lkc, using Ubuntu 11.10 and LTIB 9.1.1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you try it and let us know if it helps? LTIB was tested with older Ubuntu versions so some packages may give a bit of trouble in 12.04.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 22:21:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478470#M76033</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2016-02-22T22:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: IMX280 ./ltib ERR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478471#M76034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The situation is getting worse，I install&amp;nbsp; 519-oneiricltibpatch.tgz and &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt; ./install-patches.sh and&amp;nbsp; rm -rf /opt/*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; ./ltib&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;it have not anyting&amp;nbsp; is created in opt directory&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 08:22:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478471#M76034</guid>
      <dc:creator>tingning</dc:creator>
      <dc:date>2016-02-25T08:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: IMX280 ./ltib ERR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478472#M76035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ting ning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created am Ubuntu 12.04 Virtual Machine and tested installing LTIB. I was able to get very far with the patch on the following community document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-93454"&gt;ubuntu-ltib-patch.tgz&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am now seeing a 404 error for lkc. There missing package is available on the following document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-100626"&gt;Using i.MX 6 Series LTIB on Host Ubuntu 14.04 Trusty Tahr&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try it, in the meantime I hope it helps! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 19:01:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478472#M76035</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2016-03-15T19:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: IMX280 ./ltib ERR</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478473#M76036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gusarambula, &lt;/P&gt;&lt;P&gt;Thank you for help me &lt;/P&gt;&lt;P&gt;You let me know method&lt;/P&gt;&lt;P&gt;:smileycool:The ic very mature and a lots of Datasheet.&lt;/P&gt;&lt;P&gt;Now&amp;nbsp; i&amp;nbsp; have&amp;nbsp; been able to configure the kernel&lt;/P&gt;&lt;P&gt;Thanks again!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 07:05:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX280-ltib-ERR/m-p/478473#M76036</guid>
      <dc:creator>tingning</dc:creator>
      <dc:date>2016-03-25T07:05:39Z</dc:date>
    </item>
  </channel>
</rss>

