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.

Setting the default RTSC Platform



I am using the EVM8168 from Spectrum Digital.

I've followed the instructions for creating new CCS Projects.

QUESTION: How can I set the default RTSC Platform to my eval board (ti.platforms.evmDM8168)?

The default RTSC Target and RTSC Build-Profile already default to something rational.

[Just want to save myself some time in the future.]

 

 

  • When you go through the project wizard to create a new RTSC project, you can select either ti.platforms.evmDM8168 or ti.platforms.evmC6A8168 as the RTSC platform. I believe these platforms are functionally equivalent - meaning they both define the same memory map. You can use either of these platforms in your project. 

  • But how can I configure the wizard to select ti.platforms.evmDM8168 as the default eery time so that I don't have to select anything?

    Conversely, can I save the output from the wizard (presumably some file is getting created somewhere) and just import it (or similar) to every new project so that all my projects are the same?

    my assumption is that the output is in either the .ccsproject or the .cproject or the .project that got created when I created a new CCS Project inside CCSv5.

     

  • Jeremy,

    I am moving this thread to the BIOS forum so the experts there can help you better.

  • Jeremy,

    You can use the platform wizard to create a new platform package.  You can then re-use that package across projects.  If you haven't already, you should take a look at the short demo about the platform package wizard at: http://rtsc.eclipse.org/docs-tip/Demo_Showing_Files_in_a_Custom_Plaform_Package.

    Dave