Hi,
We have a custom board based on DM8148 EVM.
When booting up the board with an SD card in, the SD card is not recognized and the linux driver output a message "mmc: error -101 whilst initialising". I believe the 101 code is a timeout notification (am I wrong?).
Ejecting and re-inserting the SD card works and the SD card is recognized just fine.
Testing further, we try and boot the sytem, SD card out while u-boot is running and inserting the SD card when the kernel just starts. In that case the SD card is recognized normally by the kernel.
Could there be a problem of any sort when passing control of the SD reader from the u-boot to the kernel?
Any help would be much appreciated
Thanks in advance