This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to use nand flash memory?

Hi every body

I have the am335x evm board and use psp 04.06.00.08.

I write the software on linux that i need memory for saveing data,

I want to use nand flash memory for saveing data,

Can you help me about library for this task?

  • Hi every body

    I have the am335x evm board with sdk3.2 linux,

    I want to connect flash memory of USB gate to board and write a software  on linux for saveing data on flash.

    I need a library for this task, Can you help me?

    Thanks

    mammad

     

  • Please provide more details about what kind of data do you wish to save. The AM335x GP EVM board already has a on-board NAND flash memory that can be used for this task. You don't need any special library.

    Best regards,
    Miroslav

  • Hi,


    If you want to save the data at run time use the simple files. All the user data can be easily saved to nand using FileSystem support.  If you are looking to save some data at some predefined addres, you can refer the partition structure or FS structure of the AM335X FS. Here You will get the idea of NAND memory  utilization and Organization. Also you can use nand read write utilities to write to the predefined memory location.

    Please elaborate your exact requirement.