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.

Sysbios source code and how to package sysbios module



Hi,

      TI has provided the CCS interface function for us, such as connect,load,run,step,set breakpoints,clear breakpoints and so on.  And we developed debugging software in the CCS based on a PCIE bus or internet, which can connect with c6678 board,can download program to the board, and debug program on the board. Now the software has been delivered to users. After they used our K1 debugging software,there are some feedback problems.

      About Sysbios, because there is a conflict of our kernel and the Sysbios, so our software only realize the function of breakpoints. So could TI open source code ofSysbios and how to package the Sysbios module to us? So we can modify the sysbios modules and kernel according to the requirement of our kernel, and package into modules for users.

 

Thanks,

Regards

  • Hi,

         I'm not very clear on what your issue is so you'll have to help my understanding.

    From the first paragraph:

    • Looks like you have a debugging software that works with CCS?
    • It runs on the host computer? 

    From the 2nd paragraph:

    • There's a conflict with your kernel and SYS/BIOS? How? Where is your kernel running? How does it  conflict with SYS/BIOS?
    • Only the breakpoint functionality of your software is working? What other part isn't working?
    • TI-RTOS kernel (SYS/BIOS) is open source and you download it here with sources available
    • Clarify what you mean in regards to packaging the SYS/BIOS module?

    Moses