<?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 Coldfire MCF5485EVB eval board with Linux 2.6.10 Kernel and SNMP problem in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-MCF5485EVB-eval-board-with-Linux-2-6-10-Kernel-and-SNMP/m-p/176533#M6924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working with NET-SNMP trying to get a working compile for this platform. Has anyone managed to get SNMP to work on Coldfire (MCF5485) running Linux (2.6.10 kernel). If so, what version of SNMP were you using and what compile flags were used to configure it? What I'm doing seems like it should work (it compiles) but nothing will run (bus error).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help much appreciated....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 22:00:48 GMT</pubDate>
    <dc:creator>jkimble</dc:creator>
    <dc:date>2008-07-29T22:00:48Z</dc:date>
    <item>
      <title>Coldfire MCF5485EVB eval board with Linux 2.6.10 Kernel and SNMP problem</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-MCF5485EVB-eval-board-with-Linux-2-6-10-Kernel-and-SNMP/m-p/176533#M6924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working with NET-SNMP trying to get a working compile for this platform. Has anyone managed to get SNMP to work on Coldfire (MCF5485) running Linux (2.6.10 kernel). If so, what version of SNMP were you using and what compile flags were used to configure it? What I'm doing seems like it should work (it compiles) but nothing will run (bus error).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help much appreciated....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 22:00:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-MCF5485EVB-eval-board-with-Linux-2-6-10-Kernel-and-SNMP/m-p/176533#M6924</guid>
      <dc:creator>jkimble</dc:creator>
      <dc:date>2008-07-29T22:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire MCF5485EVB eval board with Linux 2.6.10 Kernel and SNMP problem</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-MCF5485EVB-eval-board-with-Linux-2-6-10-Kernel-and-SNMP/m-p/176534#M6925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're trying to get net-snmp(d)&amp;nbsp; runing on Coldifre (5484) with a linux 2.6.10 from the 2007 BSP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're using 5.2.5.1 net-snmp release.&lt;/P&gt;&lt;P&gt;our configuration flags are :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--prefix=$DEMSV_DIR/bin/$DEMSV_SYSTEME/net-snmp \&lt;BR /&gt;--host=m68k-linux-gnu \&lt;BR /&gt;--with-endianness=big \&lt;BR /&gt;--with-cflags="-g -O0" \&lt;BR /&gt;--enable-shared=no \&lt;BR /&gt;--enable-static=yes \&lt;BR /&gt;--enable-debugging=no \&lt;BR /&gt;--with-default-snmp-version="2" \&lt;BR /&gt;--enable-silent-libtool \&lt;BR /&gt;--with-libs="$LIB_OC_SHM" \&lt;BR /&gt;--includedir="$DEMSV_DIR/INT/H/" \&lt;BR /&gt;--with-mib-modules=" \&lt;BR /&gt;our mib module list..." \&lt;BR /&gt;--with-logfile="/tmp/snmp.log" \&lt;BR /&gt;--with-persistent-directory="/tmp" \&lt;BR /&gt;--with-copy-persistent-files="yes" \&lt;BR /&gt;--with-perl-modules="PREFIX=$DEMSV_DIR/bin/$DEMSV_SYSTEME/net-snmp/lib/perl-snmp"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we use the default kernel paging options ( 8 pages locked in m68k/coldfire/head.S ),&amp;nbsp;&lt;/P&gt;&lt;P&gt;we experienced quite good performances, but segv and bus error happens quite fast, depending on the mib-oid being interrogated.&lt;/P&gt;&amp;nbsp;&lt;P&gt;Raising this parameter to 16 pages results in response time increase by a factor of 5, but the bug disappears.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using gdb on target, points some problems in various functions&amp;nbsp; : strstr, free, ... thus not allways related directly to memory operation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any clue ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 16:19:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-MCF5485EVB-eval-board-with-Linux-2-6-10-Kernel-and-SNMP/m-p/176534#M6925</guid>
      <dc:creator>truregs</dc:creator>
      <dc:date>2009-03-19T16:19:16Z</dc:date>
    </item>
  </channel>
</rss>

