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.
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 in1024+0 records out1048576 bytes (1.0 MB) copied, 0.4498 s, 2.3 MB/sDisk /dev/sdc doesn't contain a valid partition tableChecking 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 typeOld situation:No partitions foundNew 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 EmptySuccessfully 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.binCreated: Sun May 13 01:00:15 2012Image Type: ARM Linux Script (uncompressed)Data Size: 238 Bytes = 0.23 kB = 0.00 MBLoad Address: 0x00000000Entry Point: 0x00000000Contents: Image 0: 230 Bytes = 0 kB = 0 MBImage Name: Execute uImage.binCreated: Sun May 13 01:00:15 2012Image Type: ARM Linux Script (uncompressed)Data Size: 289 Bytes = 0.28 kB = 0.00 MBLoad Address: 0x00000000Entry Point: 0x00000000Contents: Image 0: 281 Bytes = 0 kB = 0 MBSelect Primary display output: 1: LCD 2: DVI
Copying u-boot/mlo/uImage on /dev/sdc1unmounting /dev/sdc1Extracting filesystem on /dev/sdc2 ...Creating matrix-gui-e symbolic link...doneunmounting /dev/sdc2completed!Updating FS with modified beagleboard-xM filesMakefile: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/sdc2DoneUpdating FS with modified beagleboard-xM filesMakefile: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 systemmake[3]: *** [doinstall] Error 1make[2]: *** [image_decode_io1/.install] Error 2make[1]: *** [install] Error 2make: *** [dmai_install] Error 2
ERROR: executing make depmod_install
--ELAVARASU--