NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:DVSDK 4.x FAQ

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article DVSDK 4.x FAQ here.

Comments on DVSDK 4.x FAQ


Klimets said ...

Building fails with "x-load-beagle" package compiling error:

make -C /home/root/ti-dvsdk_dm3730-evm_4_01_00_09/psp/x-load-* CROSS_COMPILE=/home/root/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi- -j8 ARCH=arm beagleboard_config make[1]: Entering directory `/home/root/ti-dvsdk_dm3730-evm_4_01_00_09/psp/x-load-beagle' make[1]: *** No rule to make target `beagleboard_config'. Stop. make[1]: Leaving directory `/home/root/ti-dvsdk_dm3730-evm_4_01_00_09/psp/x-load-beagle' make: *** [xload] Error 2

Similar problem is discussed here: https://gstreamer.ti.com/gf/project/arago/mailman/?_forum_action=ForumMessageBrowse&thread_id=3795&action=ListThreads&mailman_id=39

--Klimets 14:26, 2 March 2011 (CST)

Dwheeler said ...

Running into same x-loader build error as Klimets

--Dwheeler 17:11, 8 March 2011 (CST)

Stevegigijoe said ...

Building fails with "x-load-beagle" package compiling error:

The problem is actually the git fail to patch. Do the following patch to setup-dvsdk-4-01-beaglexm-110126.sh should fix the problem. At least it works for me

@@ -128,7 +128,9 @@

# Apply the patches to the local repository
for patchfile in ${XLOADPATCHESSTRIPPED} ; do

- git am oepatches/$patchfile + git am --abort +# git am oepatches/$patchfile + git apply oepatches/$patchfile

done

cd ..


--Stevegigijoe 04:14, 29 March 2011 (CDT)

Yueyanbin said ...

I want to build and install DVSDK 4.02 on BeagleBoard-xM, could anybody help me?

--Yueyanbin 03:27, 22 April 2011 (CDT)

Chuckp said ...

I am also interested in progress that anyone has been having on 4.02 on the beagleboard-xm or if there are directions how to make the 4.02 build for the xm. Most of the material seems to be for the EVM.

--Chuckp 09:42, 26 June 2011 (CDT)

Navkum20 said ...

The script provided above works only for Beagle-board-xM Rev A and Rev B. It doesn't work for Rev C.

Has anyone tired porting DVSDK on Beagle-board-xM Rev C?


--Navkum20 07:59, 1 September 2011 (CDT)