Hello,
First of all, my board has the following hardware:
CPU: AM1705
SPI Flash : K0XMFI011 (Spansion) - 4MBytes - Connected to SPI0
Nand Flash: S34ML01G200TFI000 (Spansion) - 128MBytes - Connected to EMIFA
SDR SDRAM : AS4C16M16SA (Alliance Memory) - 32MBytes - Connected to EMIFB - Only one RAM chip
Ethernet : LAN8720a
Audio : TLV320AIC3106
Power : TPS65023
U-boot is inside a SPI flash chip connected at SPI0.
Now my question:
For an application I need my board to mount filesystem that is located in another computer. Using a NFS server I did this succesfully.
I also need at the same time to have access to an onboard NAND flash chip for storing data. I have looked inside the /dev folder but there are no device nodes like mtdX and mtdblockX, with X=0, 1, ... n. Does this mean that my NAND flash is not being detected? How can I mount this flash memory so it can be seen like a "secondary hard drive" for storing data?.
Thanks for your help in advance.
Patricio