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.

在6678如何跑linux



软件平台:CCS5.2

硬件平台:TMDSEVM6678L 

想要实现的目标:一个核上运行linux控制另外7个核(运行BIOS)。

一、    http://processors.wiki.ti.com/index.php/C6000_Linux_Support

看了这个参考,脑子还是很乱;是不是要先建立交叉编译环境,貌似这个交叉编译环境比ARM复杂的多。是不是所有东西都是在linux主机上运行,要在linux下安装CCS5,然后安装Interlinking ToolKit(ITK),

Setting Up an Interoperability Development Environment

Before you get started, you should have these tools in your path:

  • cl6x: C6000 Code Generation Tools (CGT) version 7.3.0 or later
  • c6x-uclinux-gcc: Sourcery CodeBench Lite version 4.5-117 or later

二、这个也是运行linux:

http://www.ti.com/tool/bioslinuxmcsdk

并且在这个方法里面还有一些问题:如文档。

以上两个哪个是可以的,还有主机上面运行Linux(CCS装在linux系统中)还是Windows(CCS装在系统中Windows)?谢谢回答