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