Tool/software: Linux
Hi All,
We are working on TAD2Sx processor.
TDA2Sx EVM board is booted from SD CARD.
Our requirement is board boot from NAND.
Can you please provide the flashing procedure for boot from NAND.
Thanks in advance..
Regards,
Sankar.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi All,
We are working on TAD2Sx processor.
TDA2Sx EVM board is booted from SD CARD.
Our requirement is board boot from NAND.
Can you please provide the flashing procedure for boot from NAND.
Thanks in advance..
Regards,
Sankar.
Hi,
Sorry for the late reply.
We are following the link.
In bootloader we are given "mtdparts",but it says like below.
=> mtdparts
Unknown command 'mtdparts' - try 'help'
I think uboot dont't having nand partitions.
Note:We are using TDA2SX EVM.
Can you please help us to solve this issue.
Regards,
Sankar.
HI Rishabh,
Thanks for the reply.
We are using VISION_SDK_03_04 source(TDA2xx).
Nand support is not enabled in default u-boot source.
We enabled Nand support in below paths.
We added #define CONFIG_NAND 1 in include/configs/dra7xx_evm.h
and modify #define CONFIG_CMD_NAND to #define CONFIG_CMD_NAND 1 in include/configs/ti_armv7_omap.h .
After compiled and flash new images to EVM.
We got mtdparts in u-boot.
But in u-boot it shows below logs.
NAND: 0 MiB
And kernel log it shows "[ 1.788753] nand: No NAND device found" and "[ 2.010108] evm_3v3_sw: supplied by sysen1"No NAND device found".
Please help us to solve this issue.
For your reference,please find the attachment.
Thanks & Regards,
Sankar.
sprr212.pdfCPU_Schematic.pdfHi Shravan,
Thanks for reply.
Please find the attached schematic and layout.
In schematic U6 NAND IC present in out EVM.
Could you please confirm,whether we are referring correct schematic and Source code?
Regards,
Sankar.