<?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>i.MX ProcessorsのトピックLocale LTIB iMX</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281905#M32612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i need to configure LTIB in order to be able to use locale linux command on my iMX51 target&lt;/P&gt;&lt;P&gt;and change the output of date according the desired language&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to achieve is the following that I can do on my linux ubuntu by command line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ninochip@ubuntu:~$ date&lt;/P&gt;&lt;P&gt;Fri Jun&amp;nbsp; 7 16:45:23 CEST 2013&lt;/P&gt;&lt;P&gt;ninochip@ubuntu:~$ export LANG=it_IT.UTF-8&lt;/P&gt;&lt;P&gt;ninochip@ubuntu:~$ date&lt;/P&gt;&lt;P&gt;ven&amp;nbsp; 7 giu 2013, 16.45.36, CEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any clue how to do that???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BYE!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2013 15:00:46 GMT</pubDate>
    <dc:creator>antoninobattagl</dc:creator>
    <dc:date>2013-06-07T15:00:46Z</dc:date>
    <item>
      <title>Locale LTIB iMX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281905#M32612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i need to configure LTIB in order to be able to use locale linux command on my iMX51 target&lt;/P&gt;&lt;P&gt;and change the output of date according the desired language&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to achieve is the following that I can do on my linux ubuntu by command line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ninochip@ubuntu:~$ date&lt;/P&gt;&lt;P&gt;Fri Jun&amp;nbsp; 7 16:45:23 CEST 2013&lt;/P&gt;&lt;P&gt;ninochip@ubuntu:~$ export LANG=it_IT.UTF-8&lt;/P&gt;&lt;P&gt;ninochip@ubuntu:~$ date&lt;/P&gt;&lt;P&gt;ven&amp;nbsp; 7 giu 2013, 16.45.36, CEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any clue how to do that???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BYE!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 15:00:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281905#M32612</guid>
      <dc:creator>antoninobattagl</dc:creator>
      <dc:date>2013-06-07T15:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Locale LTIB iMX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281906#M32613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if latest busybox version supports that command. In yes, download the tarball into /opt/freescale/pkgs and change the version on the .spec file. Then Build (./ltib -m prep-scbuild-scdeploy) again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 16:26:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281906#M32613</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-07T16:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Locale LTIB iMX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281907#M32614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your reply. locale command and in general all related files and functionalities are not part of busybox but glibc. locale bin can be copy/past from the compiler but not locale-gen. So you cannot create locale-archives. A solution has been to copy locale-archives from my VM to the target rootfs. No so nice but it works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I have seen QLocale class in Qt which does exactly what I need without the effort to perform the steps described before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Jun 2013 12:07:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281907#M32614</guid>
      <dc:creator>antoninobattagl</dc:creator>
      <dc:date>2013-06-16T12:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Locale LTIB iMX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281908#M32615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But all these files you need are binaries, right? how can a binary from you VM worked on your ARM boad?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 16:13:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281908#M32615</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-17T16:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Locale LTIB iMX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281909#M32616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.nxp.com/people/antoninobattaglia"&gt;antoninobattaglia&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I copied following files/dirs from oneiric rootfs to my sabresd linux:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/usr/sbin/locale&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/usr/sbin/localedef&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/usr/sbin/locale-gen&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/usr/lib/locale&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/usr/share/i18n&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;then call &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;locale-gen to update &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;locale-archives, command success but not works.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You mentioned that you just copied &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;locale-archives and works well, are there any other procedures that should notice?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 07:11:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Locale-LTIB-iMX/m-p/281909#M32616</guid>
      <dc:creator>blurencetin</dc:creator>
      <dc:date>2014-06-20T07:11:36Z</dc:date>
    </item>
  </channel>
</rss>

