<?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: M5485EVB (Linux 2.6.25) sysfs: duplicate filename 'physmap-flash.0' can not be created in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5485EVB-Linux-2-6-25-sysfs-duplicate-filename-physmap-flash-0/m-p/171284#M6378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the EVB board and&amp;nbsp;bsp or a custom boar?&amp;nbsp; Have you changed the kernel configuration?&amp;nbsp; Check to make sure you arent enabling both compat physmap support and explicit physmap support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you cannot see what that you should do a service request and include the kernel config file and console messages showing uboot coming up on the board and the boot messages from the kernel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Coray&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>Tue, 14 Apr 2009 03:09:47 GMT</pubDate>
    <dc:creator>fsl_linux_spt</dc:creator>
    <dc:date>2009-04-14T03:09:47Z</dc:date>
    <item>
      <title>M5485EVB (Linux 2.6.25) sysfs: duplicate filename 'physmap-flash.0' can not be created</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5485EVB-Linux-2-6-25-sysfs-duplicate-filename-physmap-flash-0/m-p/171283#M6377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is really an annoying message and it dumps a bunch of garbage as the system is booting up. Caused me a lot of confusion in getting my flash file system set up and working. My command line arguments first set up the "physmap-flash.0" then something else tries again. I also seem to have redundant physmap-flash entries in the /sys file system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have flash working but this message will not go away and I've not been able to find it's source. Any help or suggestions would be MUCH APPRECIATED.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 04:03:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5485EVB-Linux-2-6-25-sysfs-duplicate-filename-physmap-flash-0/m-p/171283#M6377</guid>
      <dc:creator>jkimble</dc:creator>
      <dc:date>2009-04-13T04:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: M5485EVB (Linux 2.6.25) sysfs: duplicate filename 'physmap-flash.0' can not be created</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5485EVB-Linux-2-6-25-sysfs-duplicate-filename-physmap-flash-0/m-p/171284#M6378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the EVB board and&amp;nbsp;bsp or a custom boar?&amp;nbsp; Have you changed the kernel configuration?&amp;nbsp; Check to make sure you arent enabling both compat physmap support and explicit physmap support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you cannot see what that you should do a service request and include the kernel config file and console messages showing uboot coming up on the board and the boot messages from the kernel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Coray&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>Tue, 14 Apr 2009 03:09:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5485EVB-Linux-2-6-25-sysfs-duplicate-filename-physmap-flash-0/m-p/171284#M6378</guid>
      <dc:creator>fsl_linux_spt</dc:creator>
      <dc:date>2009-04-14T03:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: M5485EVB (Linux 2.6.25) sysfs: duplicate filename 'physmap-flash.0' can not be created</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5485EVB-Linux-2-6-25-sysfs-duplicate-filename-physmap-flash-0/m-p/171285#M6379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I resolved the issue. The problem was that in the 2.6.25 kernel for the MCF5485 platform_device_register() is called twice for the flash device. Once in the /arch/m68k/coldfire/mcf5485-devices.c and once in /drivers/mtd/map/physmap.c. The call in physmap.c causes the error because it doesn't have the right resource allocation and it's a duplicate to the call in the devices file.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 03:41:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/M5485EVB-Linux-2-6-25-sysfs-duplicate-filename-physmap-flash-0/m-p/171285#M6379</guid>
      <dc:creator>jkimble</dc:creator>
      <dc:date>2009-04-14T03:41:31Z</dc:date>
    </item>
  </channel>
</rss>

