• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Digital Signal Processors (DSP) » DaVinci™ Video Processors » DM816x, C6A816x and AM389x Processors Forum » RDK vs. EZSDK
Share
DaVinci™ Video Processors
  • Forums
  • Announcements
Options
  • Subscribe via RSS

Forums

RDK vs. EZSDK

This question is answered
raneliya
Posted by raneliya
on Apr 23 2012 15:49 PM
Genius5270 points

Hello,

My hardware is composed of tvp5158 into VIN1 and tvp7002 into VIN2. what is the right developing software package in my case ? rdk or ezsdk ?

if I am using "ezsdk overlay" (ezsdk with change to work also for multichannel), will it give me the ability to work with openmax and gstreamer, or is it not gurantee that thes e tools will work  ?

Thank you very much,

Ran

rdk ezsdk tvp7002 tvp5158
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • HardikShah
    Posted by HardikShah
    on Apr 23 2012 23:53 PM
    Mastermind20155 points

    Hi,

    If you are planning to use multi channel input on TVP5158 than only option is to use RDK. If you are planning to use single channel than you can use EZSDK as well.

    Regards,

    Hardik Shah

    Regards,

    Hardik Shah




    Please mark this post as answered via the Verify Answer button below if you think it answers your question.  Thanks!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • raneliya
    Posted by raneliya
    on Apr 24 2012 13:17 PM
    Genius5270 points

    Hello Hardik,

    I have talked about this issue with our local  TI's representative , and he cleare to me some points, but still this subject is a bit complex for me, maybe you can help me....

    First of I will say that our hadrware contain both TVP5157  and TVP7002 .

    Now, According to Our local TI's representative , we have two options:

    - RDK: support TVP5158 but not TVP7002 as it is not part of the RDK platform(TVP7002), and therefore we will need to carry out this integration and modify the MCFW accordingly. How should I change the MCFW to support TVP7002  ? (It also seems strange that I should change the framework in order to work with an external device...)

    - EZSDK overlay - this is not the regular ezsdk, but ezsdk with "open source" Dual M3 (Ducati) code. But how chould I change it so that both  TVP5157  and TVP7002  will be supported ?

    I also do not understand why external device to dm8168: TVP5158\TVP7002 has such a major effect on which framework I am going to use. It seems more reasonable that only it may change maybe drivers or kernel configuration (with menuconfig), but why it effect the chosen framework (MCFW for RDK or omx/gst for EZSDK)  is a mystery for me. 

    Best Regards,

    Ran

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • HardikShah
    Posted by HardikShah
    on Apr 25 2012 00:17 AM
    Mastermind20155 points

    Hi,

    Answers inline,

    ran shalit
    - RDK: support TVP5158 but not TVP7002 as it is not part of the RDK platform(TVP7002), and therefore we will need to carry out this integration and modify the MCFW accordingly. How should I change the MCFW to support TVP7002  ? (It also seems strange that I should change the framework in order to work with an external device...)

    You dont require to change MCFW framework for adding new decoders. You just need to program TVP7002 for your required mode. This can be done using the Linux usermode I2C utilities. MCFW supports programming of any decoders outside MCFW framework in case you have your own decoders which is different from MCFW. Latest RDK may be showing this already for TVP5158 where its programmed from A8 using Linux usermode I2C utils.

    ran shalit
    - EZSDK overlay - this is not the regular ezsdk, but ezsdk with "open source" Dual M3 (Ducati) code. But how chould I change it so that both  TVP5157  and TVP7002  will be supported ?

    Same is here you can again write Linux userlevel program to do I2C.

    ran shalit
    I also do not understand why external device to dm8168: TVP5158\TVP7002 has such a major effect on which framework I am going to use. It seems more reasonable that only it may change maybe drivers or kernel configuration (with menuconfig), but why it effect the chosen framework (MCFW for RDK or omx/gst for EZSDK)  is a mystery for me. 

    Selection of framework has nothing to do with frameworks. Frameworks are optimized for single channel v/s multi channel operation v/s some of the DVR use cases.

    Regards,

    Hardik Shah

    Regards,

    Hardik Shah




    Please mark this post as answered via the Verify Answer button below if you think it answers your question.  Thanks!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • raneliya
    Posted by raneliya
    on Apr 25 2012 01:41 AM
    Genius5270 points

    Hi Hardik,

    Thanks for the answers.

    You mentioned that I can write a linux program to do I2C to support other decoder: If I program ezsdk to work with TVP5158 will It support multichannel capture with ezsdk or will it just enable working with TVP5158,  but only if used without multiplex channel ? If I understood correct  ezsdk (or ezsdk overlay) does not support multichannel, and probably will not support so in the future releases.

    For boards using TVP5158  I am recommended to use RDK , which uses MFCW (not openMax & gstreamer). Doesn't  it mean that I cannot use gstreamer with RDK.? I ask this question because many gstreamer plug-in are useful in our case (MPEG-TS, RTP, SAP protocols), and if we use MFCW, we will need to implement them from scratch.

    Thank you for your time,

    Ran

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • HardikShah
    Posted by HardikShah
    on Apr 25 2012 03:26 AM
    Verified Answer
    Verified by raneliya
    Mastermind20155 points

    Hi,

    Answers inline,

    ran shalit
    If I understood correct  ezsdk (or ezsdk overlay) does not support multichannel, and probably will not support so in the future releases.

    Yes, If you are planning to use multi channel, use RDK only. EZSDK will not support multi channel in future as well.

    ran shalit
    For boards using TVP5158  I am recommended to use RDK , which uses MFCW (not openMax & gstreamer). Doesn't  it mean that I cannot use gstreamer with RDK.?

    Yes, you cant use gstreamer with RDK. ButI dont think gstreamer will support multi channel as well.

    ran shalit
    I ask this question because many gstreamer plug-in are useful in our case (MPEG-TS, RTP, SAP protocols), and if we use MFCW, we will need to implement them from scratch.

    Yes, you will have to

    Regards,

    Hardik Shah

    Regards,

    Hardik Shah




    Please mark this post as answered via the Verify Answer button below if you think it answers your question.  Thanks!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • raneliya
    Posted by raneliya
    on Apr 25 2012 03:46 AM
    Genius5270 points

    Hi Hardik,

    I would like to remark that we already purchased Digital Spectrum DM8168 EVM, and I assume it contain TVP7002 (not TVP5158). Therefore,  If RDK is going to be our best choice , I think it will be better to  start development using the EVM (not the final board) & RDK , so that we can start developing with MCFW.

    Thank you for the clear answers!

    Ran

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • HardikShah
    Posted by HardikShah
    on Apr 25 2012 05:10 AM
    Mastermind20155 points

    Hi,

    One thing i am not getting from all this discussion that are you trying to use 4 channels from TVP5158 or single channel from TVP5158. TVP7002 is anyway single channel.

    Regards,

    Hardik Shah

    Regards,

    Hardik Shah




    Please mark this post as answered via the Verify Answer button below if you think it answers your question.  Thanks!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • raneliya
    Posted by raneliya
    on Apr 25 2012 07:35 AM
    Genius5270 points

    In the final board I am trying to connet 4 channels from TVP5158, but untill I have the final board I will use TMDX EVM DM8168 board. What I tried to say in the previous post, is that from this discussion it seems that RDK is the preferable framework for our final board usecase. Therefore I prefer to start working with the RDK (instead ezsdk) also with the EVM board (until the final board is ready). I just wanted to verify that RDK is able to work with TVP7002 too, and from this discussion I undestand that it is (ofcourse there is no multichannel usecase when RDK is used with the EVM DM8168).

    Regards,

    Ran

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • HardikShah
    Posted by HardikShah
    on Apr 25 2012 08:02 AM
    Mastermind20155 points

    Hi,

    ran shalit
    In the final board I am trying to connet 4 channels from TVP5158,

    In that case RDK is the perfect choice.

    You can contact TI local representative to get suitable board for multi channel operation.

    Regards,

    Hardik Shah

    Regards,

    Hardik Shah




    Please mark this post as answered via the Verify Answer button below if you think it answers your question.  Thanks!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • raneliya
    Posted by raneliya
    on May 04 2012 16:18 PM
    Genius5270 points

    moved to new thread

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Deepak Shankar
    Posted by Deepak Shankar
    on Jan 11 2013 01:11 AM
    Intellectual295 points

    Hi HardikShah,

    I am working on RDK package for Netra board.

    I have seen the usecases are of Multi Channels.

    Is it possible to make single channel usecase in RDK for capture-encode-display case.

    Regards

    Deepak.s

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • HardikShah
    Posted by HardikShah
    on Jan 11 2013 06:23 AM
    Mastermind20155 points

    Hi,

    Yes this can be supported.

    Regards,

    Hardik

    Regards,

    Hardik Shah




    Please mark this post as answered via the Verify Answer button below if you think it answers your question.  Thanks!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Brijesh Jadav
    Posted by Brijesh Jadav
    on Jan 14 2013 03:22 AM
    Genius11670 points

    Hi,

     

    You could look into the multichhd_vcap_venc_vdis.c file to get the idea about how to configure for single channel mode.

     

    Regards,

    Brijesh Jadav

    Please mark this post as answered via the Verify Answer button below if you think it answers your question.  Thanks!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use