imx6v

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx6v

2,191 Views
veeranjaneyulug
Contributor III

Hi Every One,

Have a Great Day.

I have one issue imxv4l2src pipeline i used with gst-launch -1.0 with pipe lines but it give error .That mentioned below

gst-launch-1.0 imxv4l2src ! 'video/x-raw,format=I420,width=640,height=480,framerate=30/1' ! videoconvert ! filesink location=test.yuv

we tried above command .Error mentioned in below.

t-launch-1.0:377): GStreamer-CRITICAL **: gst_element_make_from_uri: assertion 'gst_uri_is_valid (uri)' failed

WARNING: erroneous pipeline: no element "video"

0 Kudos
2 Replies

646 Views
veeranjaneyulug
Contributor III

By using yocto setup ,we need fsl latest plugins. But actually yocto gave 4.0.3 version,But we need latest gst-fsl-plugins version is 4.0.07 plugins we need. command is bitbake gst-fsl-plugin .

In place of gst-fsl-plugin .we gave bitbake gstreamer1.0-fsl-plugin But it give error  that error mentioned below.

bitbake gstreamer1.0-plugins-imx

Loading cache: 100% |##########################################################################################################| ETA:  00:00:00

Loaded 2524 entries from dependency cache.

NOTE: Resolving any missing task queue dependencies

Build Configuration:

BB_VERSION        = "1.24.0"

BUILD_SYS         = "i686-linux"

NATIVELSBSTRING   = "Ubuntu-12.04"

TARGET_SYS        = "arm-poky-linux-gnueabi"

MACHINE           = "imx6qsabresd"

DISTRO            = "poky"

DISTRO_VERSION    = "1.7"

TUNE_FEATURES     = "arm armv7a vfp neon callconvention-hard cortexa9"

TARGET_FPU        = "vfp-neon"

meta             

meta-yocto        = "(nobranch):f20e4c0cf6ddb29a1aad6e7b095e1472e81d330c"

meta-oe          

meta-multimedia   = "(nobranch):7bbacd0023fa1111da94ba0b2aafd7d872301ffe"

meta-fsl-arm      = "(nobranch):b74e5e690d8d4e149ea9de3f0fcca37bad93935f"

meta-fsl-arm-extra = "(nobranch):b32528c10caac5e85f2b5efe0e5b95322dd68ace"

meta-fsl-demos    = "(nobranch):48cb0bcdd226d2e7eee1fdc222713e1dff93342c"

meta-fsl-arm     

meta-fsl-demos    = "(nobranch):9a2973abf0d1de9742561c3af57de7b8cba7063a"

meta-browser      = "(nobranch):63963cc56c8d0291779693e62b66cb16e5c86883"

meta-gnome       

meta-networking  

meta-python      

meta-ruby        

meta-filesystems 

meta-multimedia   = "(nobranch):7bbacd0023fa1111da94ba0b2aafd7d872301ffe"

meta-qt5          = "(nobranch):41c5daa84af4466bfc9aa61f6f772c68470a628b"

meta-fsl-qt5     

meta-fsl-bluez    = "(nobranch):9a2973abf0d1de9742561c3af57de7b8cba7063a"

NOTE: Preparing runqueue

ERROR: Multiple .bb files are due to be built which each provide virtual/libg2d (/home/santosh/workspace/yocto/fsl-community-bsp/sources/meta-fsl-arm/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.10.17-1.0.2.bb /home/santosh/workspace/yocto/fsl-community-bsp/sources/meta-fsl-bsp-release/imx/meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.4-hfp.bb).

This usually means one provides something the other doesn't and should.

NOTE: Executing SetScene Tasks

NOTE: Executing RunQueue Tasks

WARNING: imx-gpu-viv-g2d-5.0.11.p4.4-hfp was registered as shlib provider for libg2d.so.0.8, changing it to libg2d-3.10.17-1.0.2 because it was built later

ERROR: The recipe gpu-viv-g2d is trying to install files into a shared area when those files already exist. Those files and their manifest location are:

   /home/santosh/workspace/yocto/fsl-community-bsp/build-x11/tmp/sysroots/imx6qsabresd/sysroot-providers/virtual_libg2d

Matched in manifest-imx6qsabresd-imx-gpu-viv.populate_sysroot

/home/santosh/workspace/yocto/fsl-community-bsp/build-x11/tmp/sysroots/imx6qsabresd/usr/lib/libg2d.so

Matched in manifest-imx6qsabresd-imx-gpu-viv.populate_sysroot

/home/santosh/workspace/yocto/fsl-community-bsp/build-x11/tmp/sysroots/imx6qsabresd/usr/lib/libg2d-viv.so

Matched in manifest-imx6qsabresd-imx-gpu-viv.populate_sysroot

/home/santosh/workspace/yocto/fsl-community-bsp/build-x11/tmp/sysroots/imx6qsabresd/usr/include/g2d.h

Matched in manifest-imx6qsabresd-imx-gpu-viv.populate_sysroot

Please verify which recipe should provide the above files.

The build has stopped as continuing in this scenario WILL break things, if not now, possibly in the future (we've seen builds fail several months later). If the system knew how to recover from this automatically it would however there are several different scenarios which can result in this and we don't know which one this is. It may be you have switched providers of something like virtual/kernel (e.g. from linux-yocto to linux-yocto-dev), in that case you need to execute the clean task for both recipes and it will resolve this error. It may be you changed DISTRO_FEATURES from systemd to udev or vice versa. Cleaning those recipes should again resolve this error however switching DISTRO_FEATURES on an existing build directory is not supported, you should really clean out tmp and rebuild (reusing sstate should be safe). It could be the overlapping files detected are harmless in which case adding them to SSTATE_DUPWHITELIST may be the correct solution. It could also be your build is including two different conflicting versions of things (e.g. bluez 4 and bluez 5 and the correct solution for that would be to resolve the conflict. If in doubt, please ask on the mailing list, sharing the error and filelist above.

ERROR: If the above message is too much, the simpler version is you're advised to wipe out tmp and rebuild (reusing sstate is fine). That will likely fix things in most (but not all) cases.

ERROR: Function failed: sstate_task_postfunc

ERROR: Logfile of failure stored in: /home/santosh/workspace/yocto/fsl-community-bsp/build-x11/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gpu-viv-g2d/1_3.10.17-1.0.2-r0/temp/log.do_populate_sysroot.2184

ERROR: Task 102 (/home/santosh/workspace/yocto/fsl-community-bsp/sources/meta-fsl-arm/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.10.17-1.0.2.bb, do_populate_sysroot) failed with exit code '1'

NOTE: Tasks Summary: Attempted 1688 tasks of which 1680 didn't need to be rerun and 1 failed.

Waiting for 0 running tasks to finish:

Summary: 1 task failed:

  /home/santosh/workspace/yocto/fsl-community-bsp/sources/meta-fsl-arm/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.10.17-1.0.2.bb, do_populate_sysroot

Summary: There was 1 WARNING message shown.

Summary: There were 4 ERROR messages shown, returning a non-zero exit code.

And gst-launch-1.0 with

0 Kudos

646 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Veeranjaneyulu G,

Are you having problems with other recipes? I haven’t got any errors when baking gst-fsl-plugin, but there may be a number of variables involved, including your host. (Errors have been reported with Ubuntu 15).

If you usually can bake without problems I would recommend making a clean and trying again.

$ bitbake –c cleanall gst-fsl-plugin

Otherwise I would recommend reviewing the requirements listed on the Yocto Guide of the BSP you’re using.

0 Kudos