To access PATA NANDrive interfaced with MPC5200

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

To access PATA NANDrive interfaced with MPC5200

1,316 次查看
amitmodi010
Contributor I

Here, there is a board having PATA NANDrive (GLS85LD1001T) which is interfaced with ATA controller of MPC5200. Now, there is requirement to access the drive and retrieve data from it. 

However, when I tried to access the drive, the drive is showing in the U-boot terminal. here is the some output of "dmesg" command:  Terminal - dmesg Command -1.png

But when I tried to mount this hda drive, it is not getting mounted. I have tried some commands to mount the drive and output of those commands is shown below:

 Obsrvtn.PNG

I am unable to mount the nand drive please guide me how can i access the data of  Nand drive.

0 项奖励
回复
1 回复

1,309 次查看
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 项奖励
回复