read mt29f4g08 (nand flash) under uclinux maybe get some data error?
Posted on May 08, 2018 at 10:40I port uclinux to my board with stm32f767igt.I want to boot uclinux from nand ,so i add nand flash support with mtd framework.when i test my code, i use dd command to read data from /dev/mtd*,like dd if=/dev/mtd0 of=ok...