To access PATA NANDrive interfaced with MPC5200

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

To access PATA NANDrive interfaced with MPC5200

1,353件の閲覧回数
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.pngTerminal - 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.PNGObsrvtn.PNG

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

0 件の賞賛
返信
1 返信

1,346件の閲覧回数
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 件の賞賛
返信