Hello, Titus Rathinaraj Stalin.
Thank you for your detailed answers.
>>Q1) Are you using EVM board or custom ?
Yes, my own board has DDR2 and NAND 8bits configuration.
>>Q2) Which kernel defconfig file has been used for linux kernel building (your board) (ex: da850evm_defconfig)?
Yes, I use da850evm_defconfig configuration file.
>>Q3) Have you enabled NAND flash support & mtd driver partition support in kernel and especially board file (ex: board-da850evm.c) ?
I enabled NAND support in config file. You can see it above at my first message (4341.config.config) .
But Idid not do anything in board-da850evm.c. Where I need to do changes?
>>Q4) If custom board, have you used appropriate CSx for NAND flash as like EVM or changed yourself ?
On board the same CS as in the EVM. Additionally I'd like to say, that u-boot loaded correctly from NAND, I can write environments to NAND.
I have enabled NAND in menuconfig (see config file 4341.config.config in my first message above). But despite this I have't saw any partitions as you mean.
So I think I have tosolve the problem ofinaccessibility partitions.
Thanks.