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: TMS320C6678 file system

Other Parts Discussed in Thread: TMS320C6678

Tool/software: Linux

Hello,

I want to build the c6x file system by following the link below,

http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK

On my side, c6x currently uses the sdk is mcsdk_02_01_02_06.

I compile with the following command:

git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk

Then, under the configs/mcsdk directory, there is no corresponding TXT file.

Can I build a file system using these methods?

  • I want to build the c6x file system by following the link below