<?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 Running user space application on T1040RDB in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/Running-user-space-application-on-T1040RDB/m-p/531067#M1056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the T1040RDB and the SDK 2.0 (Target - 32bit), I compiled smcroute application using SDK2.0, copy it to nandflash /dev/mtdblock3 . My u-boot, uImage, rootfs write to norflsh and boot from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use these command to download and run the smcroute app:&lt;/P&gt;&lt;P&gt;$mount -t jffs2 /dev/mtdblock3 /mnt&lt;/P&gt;&lt;P&gt;$cd /mnt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$tftp 192.168.104.120&lt;/P&gt;&lt;P&gt;tftp&amp;gt; bi&lt;/P&gt;&lt;P&gt;tftp&amp;gt; get smcroute&lt;/P&gt;&lt;P&gt;Received 102816 bytes&lt;/P&gt;&lt;P&gt;tftp&amp;gt;by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ chmod 777 smcroute&lt;/P&gt;&lt;P&gt;$./smcroute&lt;/P&gt;&lt;P&gt;It gives following error :-&lt;/P&gt;&lt;P&gt;No such file or directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we check file size&lt;/P&gt;&lt;P&gt;$ ls -lrt /mnt&lt;/P&gt;&lt;P&gt;it displays file with correct size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts Please tell us how we can execute application on T1040RDB ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2016 11:40:51 GMT</pubDate>
    <dc:creator>dipakkumar</dc:creator>
    <dc:date>2016-08-16T11:40:51Z</dc:date>
    <item>
      <title>Running user space application on T1040RDB</title>
      <link>https://community.nxp.com/t5/T-Series/Running-user-space-application-on-T1040RDB/m-p/531067#M1056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the T1040RDB and the SDK 2.0 (Target - 32bit), I compiled smcroute application using SDK2.0, copy it to nandflash /dev/mtdblock3 . My u-boot, uImage, rootfs write to norflsh and boot from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use these command to download and run the smcroute app:&lt;/P&gt;&lt;P&gt;$mount -t jffs2 /dev/mtdblock3 /mnt&lt;/P&gt;&lt;P&gt;$cd /mnt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$tftp 192.168.104.120&lt;/P&gt;&lt;P&gt;tftp&amp;gt; bi&lt;/P&gt;&lt;P&gt;tftp&amp;gt; get smcroute&lt;/P&gt;&lt;P&gt;Received 102816 bytes&lt;/P&gt;&lt;P&gt;tftp&amp;gt;by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ chmod 777 smcroute&lt;/P&gt;&lt;P&gt;$./smcroute&lt;/P&gt;&lt;P&gt;It gives following error :-&lt;/P&gt;&lt;P&gt;No such file or directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we check file size&lt;/P&gt;&lt;P&gt;$ ls -lrt /mnt&lt;/P&gt;&lt;P&gt;it displays file with correct size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts Please tell us how we can execute application on T1040RDB ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 11:40:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Running-user-space-application-on-T1040RDB/m-p/531067#M1056</guid>
      <dc:creator>dipakkumar</dc:creator>
      <dc:date>2016-08-16T11:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Running user space application on T1040RDB</title>
      <link>https://community.nxp.com/t5/T-Series/Running-user-space-application-on-T1040RDB/m-p/531068#M1057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: #111111; background: white;"&gt;It looks like that you try to run a 32-bit binary on a 64-bit system that doesn't have 32-bit support installed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; color: #111111; background: white;"&gt;See the following pages:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; background: white;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Faskubuntu.com%2Fquestions%2F133389%2Fno-such-file-or-directory-but-the-file-exists" rel="nofollow" target="_blank"&gt;http://askubuntu.com/questions/133389/no-such-file-or-directory-but-the-file-exists&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; background: white;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Funix.stackexchange.com%2Fquestions%2F13391%2Fgetting-not-found-message-when-running-a-32-bit-binary-on-a-64-bit-system" rel="nofollow" target="_blank"&gt;http://unix.stackexchange.com/questions/13391/getting-not-found-message-when-running-a-32-bit-binary-on-a-64-bit-system&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; background: white;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Faskubuntu.com%2Fquestions%2F454253%2Fhow-to-run-32-bit-app-in-ubuntu-64-bit" rel="nofollow" target="_blank"&gt;http://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Wed, 17 Aug 2016 03:38:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Running-user-space-application-on-T1040RDB/m-p/531068#M1057</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2016-08-17T03:38:49Z</dc:date>
    </item>
  </channel>
</rss>

