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.

am3352 - booting from sd card does not always succeed

Other Parts Discussed in Thread: AM3352

Hi, I have build a custom board with am3352. I am booting the board from sd card of size 8Gb connected to mmc1. Now I have a weird problem, that is the board boots only every second time. When I power on the board for the first time the board does not boot from the sd card, on UART0 I see CCCC so the am3352 tries to boot from uart, the boot source after mmc1.

Now I power off and on again and the board boots from the sd card and everything works fine, linux starts and there are no problems with the sd card. I tried to increase reset time up to 200ms but this does not help. The sd card is on mmc1, there are 10k pullups connected to mmc1-DAT3 and mmc1-CMD lines to prevent that the card enters SPI mode.

Anybody knows what could be wrong?