<?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: kobs-ng error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/kobs-ng-error/m-p/169116#M5171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted a &lt;A href="https://github.com/benavrhm/kobs-ng-patches"&gt;patch&lt;/A&gt; for kobs-ng-3.0.35-4.0.0 (the version used in buildroot-2013.11) that fixes this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2014 10:38:05 GMT</pubDate>
    <dc:creator>jonathanben-avr</dc:creator>
    <dc:date>2014-01-08T10:38:05Z</dc:date>
    <item>
      <title>kobs-ng error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/kobs-ng-error/m-p/169113#M5168</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;trying to flash the streamboot I get this error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Couldn't discover Boot ROM version"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know the reason? Is the flash corrupted? How to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 16:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/kobs-ng-error/m-p/169113#M5168</guid>
      <dc:creator>AndracsEstacvez</dc:creator>
      <dc:date>2012-06-19T16:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: kobs-ng error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/kobs-ng-error/m-p/169114#M5169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at /proc/cpuinfo , this is where kobs-ng tries to find cpu-type and cpu-revision.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Noel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: You have to run kobs-ng on your target imx-cpu (not on a PC).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 06:47:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/kobs-ng-error/m-p/169114#M5169</guid>
      <dc:creator>Noel_V</dc:creator>
      <dc:date>2012-06-21T06:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: kobs-ng error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/kobs-ng-error/m-p/169115#M5170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have experienced the same problem and found a solution to it. &amp;nbsp;I took a look at /proc/cpuinfo on my Freescale i.MX287 development board and on our custom board also based on an i.MX287. &amp;nbsp;I noticed that on the dev board where kobs-ng works, the output is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;root@freescale /$ cat /proc/cpuinfo &lt;BR /&gt;Processor : ARM926EJ-S rev 5 (v5l)&lt;BR /&gt;BogoMIPS : 226.09&lt;BR /&gt;Features : swp half thumb fastmult edsp java &lt;BR /&gt;CPU implementer : 0x41&lt;BR /&gt;CPU architecture: 5TEJ&lt;BR /&gt;CPU variant : 0x0&lt;BR /&gt;CPU part : 0x926&lt;BR /&gt;CPU revision : 5&lt;/P&gt;&lt;P&gt;Hardware : Freescale MX28EVK board&lt;BR /&gt;Revision : 0000&lt;BR /&gt;Serial : 0000000000000000&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And on my custom board the output is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Processor : ARM926EJ-S rev 5 (v5l)&lt;BR /&gt;BogoMIPS : 226.09&lt;BR /&gt;Features : swp half thumb fastmult edsp java&lt;BR /&gt;CPU implementer : 0x41&lt;BR /&gt;CPU architecture: 5TEJ&lt;BR /&gt;CPU variant : 0x0&lt;BR /&gt;CPU part : 0x926&lt;BR /&gt;CPU revision : 5&lt;/P&gt;&lt;P&gt;Hardware : Freescale iMX28EVK board&lt;BR /&gt;Revision : 0000&lt;BR /&gt;Serial : 0000000000000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Notice the difference, the only difference in one says MX28EVK the other says iMX28EVK. &amp;nbsp;I looked at the source code for kobs-ng and in main.c where it attempts to find the ROM version is opens /proc/cpuinfo and searches for the line containing MX28EVK. &amp;nbsp;If that line is different then it fails and reports that it could not find the ROM version. &amp;nbsp;So all I had to do was add the "i" to the search string, recompile and problem is fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why on my custom h/w the output of /proc/cpuinfo is different I don't know yet, but at least I can write the flash now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Dan.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 17:21:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/kobs-ng-error/m-p/169115#M5170</guid>
      <dc:creator>DanielWinner</dc:creator>
      <dc:date>2012-06-25T17:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: kobs-ng error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/kobs-ng-error/m-p/169116#M5171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted a &lt;A href="https://github.com/benavrhm/kobs-ng-patches"&gt;patch&lt;/A&gt; for kobs-ng-3.0.35-4.0.0 (the version used in buildroot-2013.11) that fixes this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 10:38:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/kobs-ng-error/m-p/169116#M5171</guid>
      <dc:creator>jonathanben-avr</dc:creator>
      <dc:date>2014-01-08T10:38:05Z</dc:date>
    </item>
  </channel>
</rss>

