• 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) » OMAP™ Processors » OMAP35x Processors Forum » Porting DVSDK 4.01 on Beagleboard-xM Rev B/C
Share
OMAP™ Processors
  • Forums
  • Announcements
Options
  • Subscribe via RSS
Resources
  • OMAP-L1x DSP+ARM9™-based Processors Product Folder
  • OMAP3525/30 DSP+ARM Cortex™-A8-based SOCs Product Folder

  • Top OMAPL Wiki Links
  • OMAPL3x Schematic Review Checklist
  • OMAPL13x Boot resources

  • OMAPL Document Resources
  • OMAPL137 Technical reference manual
  • OMAPL138 Technical reference manual
  • OMAPL Boot loader App Notes
  • Porting DVSDK 4.01 on Beagleboard-xM Rev B/C

    Porting DVSDK 4.01 on Beagleboard-xM Rev B/C

    • Naveen Kumar.S
      Posted by Naveen Kumar.S
      on Oct 09 2011 10:44 AM
      Intellectual260 points

      Hello to all,

      We have ported DVSDK-4.01 onto Beagleboard-xM Rev B/C and uploaded the Source file in Sourceforge,

      For more details please go through the link provided below,

      http://sourceforge.net/projects/dvsdkbbxm/files/DVSDK-4.01%20for%20BeagleBoard/

       

      Thank-you.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • elavarasu thangavel
      Posted by elavarasu thangavel
      on May 13 2012 01:25 AM
      Prodigy100 points

      Hi Naveen,

      Thanks for uploads..

      I have problem on making sd card

      ************************************************************
      * THIS WILL DELETE ALL THE DATA ON /dev/sdc *
      * *
      * WARNING! Make sure your computer does not go *
      * in to idle mode while this script is *
      * running. The script will complete, *
      * but your SD card may be corrupted. *
      * *
      * Press <ENTER> to confirm.... *
      ************************************************************

      unmounting device '/dev/sdc1'
      1024+0 records in
      1024+0 records out
      1048576 bytes (1.0 MB) copied, 0.4498 s, 2.3 MB/s
      Disk /dev/sdc doesn't contain a valid partition table
      Checking that no-one is using this disk right now ...
      OK

      Disk /dev/sdc: 501 cylinders, 255 heads, 63 sectors/track

      sfdisk: ERROR: sector 0 does not have an msdos signature
      /dev/sdc: unrecognized partition table type
      Old situation:
      No partitions found
      New situation:
      Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

      Device Boot Start End #cyls #blocks Id System
      /dev/sdc1 * 0+ 4 5- 40131 c W95 FAT32 (LBA)
      /dev/sdc2 5 500 496 3984120 83 Linux
      /dev/sdc3 0 - 0 0 0 Empty
      /dev/sdc4 0 - 0 0 0 Empty
      Successfully wrote the new partition table

      Re-reading the partition table ...

      If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
      to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
      (See fdisk(8).)
      Formating /dev/sdc1 ...
      Formating /dev/sdc2 ...
      mke2fs 1.41.11 (14-Mar-2010)
      Image Name: Execute uImage.bin
      Created: Sun May 13 01:00:15 2012
      Image Type: ARM Linux Script (uncompressed)
      Data Size: 238 Bytes = 0.23 kB = 0.00 MB
      Load Address: 0x00000000
      Entry Point: 0x00000000
      Contents:
      Image 0: 230 Bytes = 0 kB = 0 MB
      Image Name: Execute uImage.bin
      Created: Sun May 13 01:00:15 2012
      Image Type: ARM Linux Script (uncompressed)
      Data Size: 289 Bytes = 0.28 kB = 0.00 MB
      Load Address: 0x00000000
      Entry Point: 0x00000000
      Contents:
      Image 0: 281 Bytes = 0 kB = 0 MB
      Select Primary display output:
      1: LCD
      2: DVI

      Copying u-boot/mlo/uImage on /dev/sdc1
      unmounting /dev/sdc1
      Extracting filesystem on /dev/sdc2 ...
      Creating matrix-gui-e symbolic link...done
      unmounting /dev/sdc2
      completed!
      Updating FS with modified beagleboard-xM files
      Makefile:927: warning: overriding commands for target `depmod_install'
      Makefile:922: warning: ignoring old commands for target `depmod_install'
      Makefile:932: warning: overriding commands for target `depmod_install'
      Makefile:927: warning: ignoring old commands for target `depmod_install'
      Makefile:937: warning: overriding commands for target `depmod_install'
      Makefile:932: warning: ignoring old commands for target `depmod_install'
      Makefile:942: warning: overriding commands for target `depmod_install'
      Makefile:937: warning: ignoring old commands for target `depmod_install'
      unmounting /dev/sdc2
      Done
      Updating FS with modified beagleboard-xM files
      Makefile:927: warning: overriding commands for target `depmod_install'
      Makefile:922: warning: ignoring old commands for target `depmod_install'
      Makefile:932: warning: overriding commands for target `depmod_install'
      Makefile:927: warning: ignoring old commands for target `depmod_install'
      Makefile:937: warning: overriding commands for target `depmod_install'
      Makefile:932: warning: ignoring old commands for target `depmod_install'
      Makefile:942: warning: overriding commands for target `depmod_install'
      Makefile:937: warning: ignoring old commands for target `depmod_install'
      install: writing `/tmp/sdk/5333/usr/share/ti/ti-dmai-apps/image_decode_io1_dm3730.x470MV': Read-only file system
      make[3]: *** [doinstall] Error 1
      make[2]: *** [image_decode_io1/.install] Error 2
      make[1]: *** [install] Error 2
      make: *** [dmai_install] Error 2

      ERROR: executing make depmod_install

      --ELAVARASU--

      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