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.

Unable to write data to NAND Flash using nandwrite Linux function on SDK 6.03.0.106 Linux Kernel

Other Parts Discussed in Thread: OMAPL138

Hello, 

I am trying to use Linux Kernel from SDK 6.3.0.106 and having problem with the nandflash command. 

on SDK 4.0.0.4 I was using the following:

flash_erase /dev/mtd3 0 0

nandwrite -p /dev/mtd3  dataFile

On SDK 6.3.0.106:

flash_erase /dev/mtd3 0 0

nandwrite -p /dev/mtd3  dataFile

There is no error as such, but the nandwrite command on SDK 6.3.0.106 is v2.0.2 but in SDK 4.0.0.4 its v1.5.2

SO my question, how to find what is the page size set to, please. thanks