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.

Linux/AM5728: SD card data transfer through USB

Part Number: AM5728

Tool/software: Linux

Hello,

In my project I'm using AM5728 EVM in which I stored some data in SDcard.

I want to transfer the SDcard data  to other external storage through USB 3.0 .

Please suggest me how to transfer it.

If u provide some material or links It will be more helpful to me.

Thankyou,

Deepika.

  • Deepika,

    It depends on what the external storage device is. If you familiar with Linux and your external storage device is USB Mass Storage, then you can use it in the similar way as hard drives - mount the device then read/write from/onto it. There is plenty of information on Internet of how to use USB Mass Storage devices in Linux.