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.

How to insert sys/bios into a exiting no-bios project

Other Parts Discussed in Thread: SYSBIOS

hi Sir

 We are working on REL_210_V_H264_E_HP_DM365_02_00_00_11 project. It is a ccs3 project for h.264 project without System/bios,

Howerver we are trying to insert system/bios into this project , we got some problems and questions as below: (Please also  link to here : Re: sdk / codec for ccs-only development for dm365)

 

 

  1.We have trasformed REL_210_V_H264_E_HP_DM365_02_00_00_11  as a ccs4 project  and it could be built properly and could be excuted by ccs4 environment properly.

However ,when we try to insert a SYS/BIOS moudule (RTSC configure file: .cfg file)into this project ,we got some problem of linking error.

It is possible to guide us how to insert a "SYS/BIOS" cfg file into this project? Does SYS/BIOS conflict with the XDCTOOL moudule already existing in the project "REL_210_V_H264_E_HP_DM365_02_00_00_11"? 

2. Could we insert SYSTEM/BIOS moudules (SWI,task,....)just by inserting xdctool modules into cfg file without CCS4 environment ? ( for example :(var Task = xdc.useModule('ti.sysbios.knl.Task'))

3. Is it possible to guide us how to port a driver(for example : USB driver ) into the project REL_210_V_H264_E_HP_DM365_02_00_00_11? What Software framework should  we follow?(for example Port the driver as a XDCTool moudule) ?

 

Any feedback with be appreciated

 

Best regards

Howl Cheng 

  • Hello,

    What components are you using in your non-BIOS project? Your mail suggests that you are using framework components as well as codecs. Are you using codec engine as well?  What version of CCS4 are you using? The error log suggests that there is a conflict in configuring the application. Is it possible to attach your project to this post? 

    In general the procedure you have followed is correct. Adding a configuration script to a non-RTSC project will add RTSC nature to the project. You can then configure the modules of interest (eg. 'ti.sysbios.knl.Task') in this script and then invoke the 'C' language module APIs in your application code. 

    Taking a look at your project will give us more clues on the problem.

     

    Regards

    Amit

     

     

  • Dear Amit:

     

             the component inside the project is as below:

     

     − Framework components version 2.xx.xx.xx

    − XDAIS Version 6.xx.0x.xx
    − LINUXUTILS Version 2.xx.0x.x0
    − XDC tools Version 3.xx.0x.xx
    − Codec Engine 2.xx

    However ,about attaching the  project : How about  we attech the project compressed by zip with a password and then we sent a private message to you with the password?

     

    Best regards

    Howl Cheng

  • Chih-how Cheng said:
    However ,about attaching the  project : How about  we attech the project compressed by zip with a password and then we sent a private message to you with the password?

    OK

     

    Regards

    Amit

  • 3583.H264 codec with ccs4 and RTSC configure file.rar

     

    Dear Amit:

     

     the project we mentioned is in attached file.

    Please check it and please check the ReadMe.txt for detail information.

    we will sent you the password by private messag.

    If any problems please feel free let me know.

     

    Best regards

    Howl Cheng

  • Hello Chih-how,

    I am unable to make any progress until you send me the password to unzip the attached project. You can send me a private message through the forum "conversations" option.

    Regards

    Amit

  • Almost 10 years ago there was an appnote "DSP/BIOS by Degrees: Using DSP/BIOS (CC Studio 2.0) in Existing Application (Rev. A)" SPRA783A.

    Although the project files may or may not work on CCS4, there are several concepts in the report that can be implemented.

    I hope this helps.

    Todd Anderson