Create new SYS/BIOS project for D.Module2.C6657: Difference between revisions
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
|style="width: 500px;"| | |style="width: 500px;"| | ||
[[File:new_project_dialog.jpg|thumb|500px|]] | [[File:new_project_dialog.jpg|thumb|500px|link=]] | ||
|} | |} | ||
Revision as of 09:15, 19 September 2017
Problem
SYS/BIOS based projects require the correct platform setting for D.Module2.C6657. Even after adding the discovery path under CCS RTSC preferences no suitable platform is available for project settings.
Solution
Use this short guide to create a new SYS/BIOS based project:
Pre Condition
Check your required SYS/BIOS version and choose the recommended XDCTools version:
http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/
New Project
Press Alt+Shift+N or menu File->New and select New CCS Project
|
|
RTSC Configuration Settings
|
Check the Platform drop-down list for keyword 'dm2c6657'. If it is missing continue with the next step, else jump to 2.6 Platform dm2c6657 or dm2c6657_1 |
Add Product or Repository
Choose "Add" next to "Products and Repository".
|
|
Other Repositories
The RTSC Configuration Settings dialog should contain a new product "Other Repositories".
|
|
Platform dm2c6657 or dm2c6657_1
|
This time two new platforms should appear in the drop-down list (if not try to refresh the list by clicking on the XDCTools version - 3.31.0.24_core in the image) dm2c6657for CPU core 0 and dm2c6657_1for CPU core 1. |
|
|
Empty Project
|
You should now have an empty SYS/BIOS project. |
Add SYS/BIOS configuration
|
To add a blank SYS/BIOS configuration to your empty project, choose from menu "File->New->RTSC Configuration File" |
|
|
|
Double click on the SYS/BIOS configuration file. Activate "Add SYS/BIOS to my configuration" |
Add Source Code
|
Now add some source code: |
|
Choose the RTSC 'Hello World' main template and finish |
Finally build project
Hit the hammer butten to initiate a new build process.

