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.

nor flash access with sd booting

Hello all,

I use 811x evm borad with 64MB nor flash, and ti-ezsdk_c6a811x-evm_5_05_01_10 sdk.

Although I add CONFIG_NOR to sd booting config, the u-boot would hang at flash_init function. I have a look at the source code, it use cfi interface to access nor flash. I want to know why it works for nor booting, but doesn't for sd booting?

Thanks