Hi,
I just want to know is there any support or code or command for the delete/erase the file (abc.txt) in the SD/MMC card?
e.g : i have one file abc.txt in the SD card. I have to delete the file from the u-boot. Is there any command to delete the file.
means as i can write the file on sd card using fatwrite command , same can i delete the file using any command?
Please awaiting for reply.
Surendra Dhobale
I don't know such a command.
You can always mount the card on your PC, and operate the files there.
AFAIK, u-boot only supports fs read and write is not implemented (yet)..
So its not possible in u-boot
Does this help with your question? If not, please send back more information. If it answers your question, please click the Verify Answer button.