We try to use NAND Flash in DM8168 DVR-RDK 03.x0.00.00.
I found that write to FLASH via mtd is possible only if the data size is page aligned.
And error occurs "nand_do_write_ops: Attempt to write not page aligned data" if data is not aligned to page.
Is a patch available for nand-base.c and this issue ?
What files of the linux nand driver must be patched else ?