Unable to access NANDrive Data

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Unable to access NANDrive Data

2,627件の閲覧回数
amitmodi010
Contributor I

Hello,

I have a custom board. and Board has

1. TQM5200 Module (it has MPC5200 processor)

2. Mother Board having an FPGA

There is one flash memory on TQM5200 of 64 MB, and one NANDrive of 1GB on the motherboard which is controlled by MPC5200.

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.

but after typing dmesg on the serial console it shows the NANDrive.

IDE: found hda hard disk 1 GB NANDrive : ND B642J: 0000000000R1813B

IDE: found hda1

 

 

some commands I have tried to mount and the output of those command are shown

$ mount -v /dev/hda /mnt/data
mount: /dev/hda on /mnt/data: Device or address doesn't exist
 $ ffsck -vf /dev/hda
 superblock damaged, root inode number is 0
  number of inodes is 0, number of blocks is 0
 superblock hopelessly damaged (no file system?)
  (aborting)

 

0 件の賞賛
返信
6 返答(返信)

2,606件の閲覧回数
amitmodi010
Contributor I

Thank you @Pavel  for Response,

yes NAND drive( GLS85LD1001T / GLS85LD512 Industrial Grade PATA NANDrive) 

is interfaced with ATA controller on the MPC5200.

0 件の賞賛
返信

2,604件の閲覧回数
amitmodi010
Contributor I

can you suggest me something . How can I access data of NAND drive.

0 件の賞賛
返信

2,614件の閲覧回数
Pavel
NXP Employee
NXP Employee

The MPC5200 does not support NAND Flash. It supports NOR Flash and HDD ATA.

See the MPC5200B User's Manual:

https://www.nxp.com/webapp/Download?colCode=MPC5200BUM

 

Perhaps NAND drive on your board is connected to MPC5200 ATA.

0 件の賞賛
返信

2,581件の閲覧回数
Pavel
NXP Employee
NXP Employee

It looks like that there is no file system on your device /dev/hda.

Try to use the following command:

mount -v /dev/hda1 /mnt

0 件の賞賛
返信

2,576件の閲覧回数
amitmodi010
Contributor I

@Pavel  I have tried this command also But it didn't work. Is there any other way so that i can access the drive.

one more question How can I know that drive is password protected or not or any other type of security issue.

0 件の賞賛
返信

2,553件の閲覧回数
Pavel
NXP Employee
NXP Employee

Create new folder. Check permission. Enable reading/writing for this new folder.

What message happens if /dev/hda1 is mounted to this new folder?

0 件の賞賛
返信