<?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: Unable to access NANDrive Data in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1328158#M18962</link>
    <description>&lt;P&gt;It looks like that there is no file system on your device /dev/hda.&lt;/P&gt;
&lt;P&gt;Try to use the following command:&lt;/P&gt;
&lt;P&gt;mount -v /dev/hda1 /mnt&lt;/P&gt;</description>
    <pubDate>Tue, 24 Aug 2021 03:21:30 GMT</pubDate>
    <dc:creator>Pavel</dc:creator>
    <dc:date>2021-08-24T03:21:30Z</dc:date>
    <item>
      <title>Unable to access NANDrive Data</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1325193#M18913</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a custom board. and Board has&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. TQM5200 Module&lt;/SPAN&gt;&lt;SPAN&gt; (it has MPC5200 processor)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Mother Board having an FPGA &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is one flash memory on TQM5200 of 64 MB, and one NANDrive of 1GB on the motherboard which is controlled by MPC5200. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My problem is: I am trying to read the data of NANDrive(available on Motherboard) and trying to mount. I have tried some methods to mount but I couldn't.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;after typing dmesg on the serial console it shows the NANDrive.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IDE: found hda hard disk 1 GB NANDrive : ND B642J: 0000000000R1813B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IDE: found hda1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;some commands I have tried to mount and the output of those command are shown &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$ mount -v /dev/hda /mnt/data&lt;BR /&gt;mount: /dev/hda on /mnt/data: Device or address doesn't exist&lt;BR /&gt;&amp;nbsp;$ ffsck -vf /dev/hda&lt;BR /&gt;&amp;nbsp;superblock damaged, root inode number is 0&lt;BR /&gt;&amp;nbsp; number of inodes is 0, number of blocks is 0&lt;BR /&gt;&amp;nbsp;superblock hopelessly damaged (no file system?)&lt;BR /&gt;&amp;nbsp; (aborting)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 05:41:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1325193#M18913</guid>
      <dc:creator>amitmodi010</dc:creator>
      <dc:date>2021-08-18T05:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access NANDrive Data</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1326103#M18925</link>
      <description>&lt;P&gt;The MPC5200 does not support NAND Flash. It supports NOR Flash and HDD ATA.&lt;/P&gt;
&lt;P&gt;See the MPC5200B User's Manual:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/Download?colCode=MPC5200BUM" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=MPC5200BUM&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps NAND drive on your board is connected to MPC5200 ATA.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 08:12:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1326103#M18925</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-08-19T08:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access NANDrive Data</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1326625#M18928</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/22262"&gt;@Pavel&lt;/a&gt;&amp;nbsp; for Response,&lt;/P&gt;&lt;P&gt;yes NAND drive( GLS85LD1001T / GLS85LD512 Industrial Grade PATA NANDrive)&amp;nbsp;&lt;/P&gt;&lt;P&gt;is interfaced with ATA controller on the MPC5200.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 04:58:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1326625#M18928</guid>
      <dc:creator>amitmodi010</dc:creator>
      <dc:date>2021-08-20T04:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access NANDrive Data</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1326643#M18929</link>
      <description>&lt;P&gt;can you suggest me something . How can I access data of NAND drive.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 05:38:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1326643#M18929</guid>
      <dc:creator>amitmodi010</dc:creator>
      <dc:date>2021-08-20T05:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access NANDrive Data</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1328158#M18962</link>
      <description>&lt;P&gt;It looks like that there is no file system on your device /dev/hda.&lt;/P&gt;
&lt;P&gt;Try to use the following command:&lt;/P&gt;
&lt;P&gt;mount -v /dev/hda1 /mnt&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 03:21:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1328158#M18962</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-08-24T03:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access NANDrive Data</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1328208#M18963</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/22262"&gt;@Pavel&lt;/a&gt;&amp;nbsp; I have tried this command also But it didn't work. Is there any other way so that i can access the drive.&lt;/P&gt;&lt;P&gt;one more question How can I know that drive is password protected or not or any other type of security issue.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 04:43:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1328208#M18963</guid>
      <dc:creator>amitmodi010</dc:creator>
      <dc:date>2021-08-24T04:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to access NANDrive Data</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1330811#M19003</link>
      <description>&lt;P&gt;Create new folder. Check permission. Enable reading/writing for this new folder.&lt;/P&gt;
&lt;P&gt;What message happens if /dev/hda1 is mounted to this new folder?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 06:14:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Unable-to-access-NANDrive-Data/m-p/1330811#M19003</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-08-27T06:14:41Z</dc:date>
    </item>
  </channel>
</rss>

