Thanks for the reply
I am using the same commands to flash from Kernel, except commands related to ignoring bad block.
#flash_erase /dev/mtd0 0 0;kobs-ng init -v --chip_0_device_path=/dev/mtd0 u-boot.bin
#flash_erase /dev/mtd1 0 0;nandwrite -b 1 -n /dev/mtd1 -p uImage
Now I tried following commands as per xls, but still same issue.
#echo 1 > /sys/devices/platform/mxc_nandv2_flash.0/ignorebad
#kobs-ng init --chip_0_device_path=/dev/mtd0 u-boot.bin
#echo 0 > /sys/devices/platform/mxc_nandv2_flash.0/ignorebad
#flash_eraseall /dev/mtd1
#nandwrite /dev/mtd1 -p uImage
I need to check following point, can you help me on this.
Where changes has to do in kernel source to support MT29F4G08ABADA NAND flash. I want to confirm whether all changes are done or not.