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.

FAT Write Support in GLSDK 6.04.00.02 at U-Boot

Hi,

We have a product in which we need the support of FAT Write at U-Boot. My base SDK is GLSDK 6.04.00.02 for DRA7xx. I understand that this support is not enabled by default in U-boot code provided by default in this GLSDK. So, I have added the below line to enable the FAT Write Support in include/configs/dra7xx_evm.h

#define CONFIG_FAT_WRITE.

But on using the u-boot built after taiking in this change, I am not able to write to either SD Card/ eMMC Device.

When I execute the below command:

fatwrite mmc 1:1 0x83000000 boot_part.txt

I get the following error:

mmc_send_cmd: timedout waiting on cmd inhibit to clear

Can any one tell why this error is occuring or are there any fixes which can be taken, so that I do not see this issue?