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.

AM37xx with NAND read and write

Hi all,

        I 'm trying to add my own code in u-boot source code for writing and reading from the Nand flash device.

my code,

char buf[2048] = {0};

char *ptr = &buf[0];

nand_write(&nand_info[0], 0x0, 4096, ptr);

wheather the above code works?

Regards,

santosh vastrad