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.

大侠们,请教一个问题:TI C66X系列DSP的SPI bootloader过程中* .rmd文件中各参数分别表示啥意思啊?

* .rmd文件:

simple0.out
-a
-boot
-e _c_int00
-order L       //-order L 是啥意思?
-map SPIBOOT0.map        //这里“-map”是啥意思?为什么这里需要这条语句?
ROMS
{
   ROM1:  org = 0x0880, length = 0x2000000, memwidth = 32, romwidth = 32        //org、length、memwidth和romwidth是啥意思?
          files = { simple0.btbl }
         

  • 参考如下链接附件multi_core_EMAC_boot中的shannon_bootNotes,更详细的描述在SPRU186手册中。

    http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/t/10240.aspx

  • Andy,你好!

              在shannon_bootNotes中,我看到了各参数的含义,太感谢了!但是你说SPRU186手册中有详细描述,我刚接触这方面,所以有些笨拙啊,我没找到“SPRU186手册”,你能发个链接,或上传这个手册啊,不胜感激!

  • Andy,你好!还有一个问题是:

           “ -map SPIBOOT0.map” 这条语句在这就是指定map文件名,ROMS中不是通过org已指定了map文件地址吗?我看论坛中有朋友使用了这条语句,不知道是不是必须使用该语句,还是有其他意义?在基于SPI 多核启动过程(c6678)中不要该语句行吗? 麻烦了!

  • SPRU186:http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=spru186&fileType=pdf

    在TI官网输入SPRU186即可搜到。

  • 恩,好的,谢谢你Andy!