• 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 » DM814x and AM387x Processors Forum » how to update the M3 firmware which in EZSDK packages to the version TI81xx-HDVPSS-01.00.01.37 which in PSP packages(TI81XX-LINUX-PSP-04.04.00.01) on Dm8148EVM.
Share
DaVinci™ Video Processors
  • Forums
  • Announcements
Options
  • Subscribe via RSS

Forums

how to update the M3 firmware which in EZSDK packages to the version TI81xx-HDVPSS-01.00.01.37 which in PSP packages(TI81XX-LINUX-PSP-04.04.00.01) on Dm8148EVM.

This question is answered
zhichao tan60372
Posted by zhichao tan60372
on Apr 12 2012 23:08 PM
Intellectual660 points
Hello all: I encounter the same problem about how to update the M3 firmware which in EZSDK packages to the version TI81xx-HDVPSS-01.00.01.37 which in PSP packages(TI81XX-LINUX-PSP-04.04.00.01) on Dm8148EVM. According to the TI81XX VPSS Video Driver User Guide document ,I found that if I use the latest M3 firmware (TI81xx-HDVPSS-01.00.01.37 ),I must abide the key rules as belows : 1、use "notifyk.vpssm3_sva=0xA0000000" not "0xBF9000000(EZSDK offerd)" 2、use "./slaveloader startup VPSS-M3 ti814x_hdvpss_1G.xem3" not " firmware_loader dm814x_hdvpss.xem3 start(EZSDK methord)" 3、use “ insmod vpss.ko sbufaddr=0xA0200000” not "insmod vpss.ko sbufaddr=0xBFB00000(EZSDK methord)" execept that ,I also 1、 update the syslink and ipc and xdc to the version which fit TI81xx-HDVPSS-01.00.01.37 and TI81XX-LINUX-PSP-04.04.00.01. 2、Change the Rules.mak which in the ezsdk,and compile syslink and omx and gstomx. But,When I use gstomx (gstreamer)、omx(which in the EZSDK packages) to Play Mpeg2 video. If I do as above and use TI81xx-HDVPSS-01.00.01.37 will result the followings errors: Assertion at Line no: 445 in /home/anuo/Sdb1/Dm81xx/ezsdk5_0301_15/Myfiles/sysli nk_2_10_03_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/sysl ink/ipc/hlos/knl/Linux/SharedRegionDrv.c: (heapHandle != NULL) : failed Assertion at Line no: 1354 in /home/anuo/Sdb1/Dm81xx/ezsdk5_0301_15/Myfiles/sysl ink_2_10_03_20/packages/ti/syslink/ipc/hlos/usr/HeapMemMP.c: (hpHandle != NULL) : failed According to http://processors.wiki.ti.com/index.php/EZSDK_Memory_Map document,I found only the following file may be need to change: omx_05_02_00_30_1/src/ti/omx/build/MemSegmentDefinition.xs: In this file ,I change the followings section: memory[11] = ["HDVPSS_NOTIFY_MEM", { name: "HDVPSS_NOTIFY_MEM", base: 0xBF900000,--------change to 0xA0000000 len: 0x00200000, space: "data" }]; memory[12] = ["HDVPSS_V4L2_FBDEF_MEM", { name: "HDVPSS_V4L2_FBDEF_MEM", base: 0xBFB00000,----------change to 0xA0200000 len: 0x00200000, space: "data" }]; If I do this ,errors still exist.Any other things I lost? So: 1、Anyone ever test omx or gstomx(which in EZSDK ) when use the newer M3 firmware which from PSP packages( use "notifyk.vpssm3_sva=0xA0000000" methord)? If not, then how to use the omx/gstomx with firmware (HDVPSS-01.00.01.37 ) from PSP(PSP-04.04.00.01) ? 2、Which files in EZSDK need to change if I use the M3 firmware (HDVPSS-01.00.01.37 ) from PSP(PSP-04.04.00.01),or I must change M3 firmware map(I only have the bin file ,not NDA custormer)? or waitting for the next ezsdk release?
evm dm8148 psp DM814x DM814x ConfigurationHeader M3 EZSDK DM814x EVM DM8148 Custom Codec omx openmax TI814x DM8148 Video Ports DM8148 openmax TI8148 DM8148 Video capture
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Siddharth Heroor
    Posted by Siddharth Heroor
    on Apr 15 2012 23:04 PM
    Verified Answer
    Verified by zhichao tan60372
    Expert4210 points

    Hi,

    I would recommend waiting for the latest EZSDK release. The HDVPSS binaries that present in the PSP package contain only the driver interfaces and not the full multimedia stack. Hence they have not been verified with OMX, GStreamer etc.

    --Sid

    Need more information? Some Categories on TI's processors wiki  are -

    http://processors.wiki.ti.com/index.php/Category:DaVinci

    http://processors.wiki.ti.com/index.php/Category:DaVinci_Linux

    http://processors.wiki.ti.com/index.php/Category:EZSDK

    http://processors.wiki.ti.com/index.php/Category:DVSDK

    http://processors.wiki.ti.com/index.php/Category:OMX

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • zhichao tan60372
    Posted by zhichao tan60372
    on Apr 16 2012 02:36 AM
    Verified Answer
    Verified by zhichao tan60372
    Intellectual660 points

    Hello Siddharth Heroor:

     Thanks for your reply, I will wait for the latest EZSDK,Thanks.

                          

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • zhichao tan60372
    Posted by zhichao tan60372
    on May 31 2012 01:52 AM
    Intellectual660 points

    Hello Siddharth Heroor:

          Wheather Video Frame Processing Componnet/Video Decode Component On Dm81XX  support   the 25fps Video file?May be it can't.

    Now,I want to play the 25fps H264 HD(or SD) video file with gstomx(or OMX or gstreamer ),but I foud the result is not very good. If I convert the 25fps video to 30fps,then can play well,So,What can I do if I want to play the 25 fps H264 video? I only have the dm814x_hdvpss.xem3 and dm814x_hdvicp.xem3 bin files,So where I can download the source code if I want to change the H264 decoder algorithm.

            Thanks very much.

                             Regards .zhichao.

    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