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.

How can we test NAND using u-boot?

Hi,

We are working on a custom board that is exactly same as evmk2h. We are facing issues in some of the interafces i.e. ethernet and DDR3. Due to these issues u-boot is stuck at very beginning. So we are not able to test rest of the interfaces i.e. NAND,NOR in u-boot. My question is that how can we bypass all the interfaces in u-boot except NAND/NOR. So that we can test whether NAND/NOR is working fine or not. Remember we want to test in u-boot. We don't want to test it with Platform test (example project in code composer).

Regards