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)