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.

MMWCAS-DSP-EVM: SD卡数据读取

Expert 1815 points
Part Number: MMWCAS-DSP-EVM


MMWCAS-DSP-EVM开发板上的SD卡数据通过什么软件读取?

  • 1. Windows操作系统:您可以使用Windows自带的文件资源管理器(File Explorer)来访问和管理SD卡中的数据。只需将SD卡插入开发板上的SD卡插槽,然后在文件资源管理器中找到相应的SD卡驱动器即可。

    2. macOS操作系统:在Mac电脑上,您可以使用Finder来访问和管理SD卡中的数据。同样地,只需将SD卡插入开发板上的SD卡插槽,然后在Finder中找到相应的SD卡驱动器即可。

    3. Linux操作系统:在Linux系统上,您可以使用命令行工具(如`lsblk`和`mount`)来查看和挂载SD卡驱动器,然后通过命令行或文件管理器访问SD卡中的数据。