From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 661F3E009A1; Fri, 10 Apr 2015 11:33:03 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.180 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A5C4AE00961 for ; Fri, 10 Apr 2015 11:33:00 -0700 (PDT) Received: by pdbnk13 with SMTP id nk13so30606797pdb.0 for ; Fri, 10 Apr 2015 11:32:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=AGvGfcoKAZjGYGhJNGFpxps1OjBhmfIDVWp4H6pOaOM=; b=kDBMCtFEgHRDOooPjEPfMkKj167UL6m7y8AFVlFGZNWoTNfSLg93E09bHsbOJXz5Uk Onv4Kdej8TvG7ddAQrPklYh/IwAx0i6Zm2INLiJGQCcjjPLnVGZEak7mBy6ULqMuul4a dvVpJ91xijPSSD8EQiFzxAshqM+XDnVlPfQ+KXCA+t/Ueu+2qlpq6FGNC91+LGITcypL PIFUx6pMzwiHhUCpZ4pjdj9/Ow60fwCvGZ9r4446n4Ns/Fdj69JWmLVCeVSkQlkwehew 5yDnJlWydefgGgX/wfsx8ddkTURyExIEeL4AfoipIHA4lUY0JcZDw5ZRMaZ9gG+FgQD1 Rcnw== X-Gm-Message-State: ALoCoQl2GPTm1i70XjIeSPgt19wVk0pIOJx4k8yECmvGBXBfpieKeGAITKjWOfdfYZoQvJKgYyh3 X-Received: by 10.66.119.136 with SMTP id ku8mr5028464pab.29.1428690779817; Fri, 10 Apr 2015 11:32:59 -0700 (PDT) Received: from [192.168.1.109] (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id cy5sm2958589pdb.85.2015.04.10.11.32.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Apr 2015 11:32:58 -0700 (PDT) Message-ID: <55281759.6070309@boundarydevices.com> Date: Fri, 10 Apr 2015 11:32:57 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Daiane Angolini References: <5526EB84.8070302@boundarydevices.com> <5527E28B.8040708@boundarydevices.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: PXP test applications X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 18:33:03 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hi Daiane, On 04/10/2015 08:58 AM, Daiane Angolini wrote: > On Fri, Apr 10, 2015 at 11:47 AM, Eric Nelson > wrote: >> Thanks Daiane, >> >> On 04/10/2015 05:09 AM, Daiane Angolini wrote: >>> On Thu, Apr 9, 2015 at 6:13 PM, Eric Nelson >>> wrote: >>>> Hi all, >>>> >>>> Does anyone know how to run the pxp_test.out program >>>> from /unit_tests? >>>> >>>> I can run it, but it's not clear what is supposed to happen. >>>> >>>> root@nitrogen6x:/unit_tests# ./pxp_test.out -H >>>> Usage: ./pxp_test.out -I "" -H display this help >>>> >>>> options for each instance >>>> -o Write output to file >>>> If no output is specified, default is panel >>>> -r >>>> -h >>>> -v >>>> -l >>>> -t >>>> -i >>>> >>>> I can run it, but I'm not sure what it's supposed to do. >>>> >>>> root@nitrogen6x:/unit_tests# ./pxp_test.out -I "-h -v -l 10 -t 100 -i >>>> akiyo.mp4" >>> >>> If you look under /unit_test folder, you find a pxp_autorun.sh script >>> (or something like that) >>> >>> The autorun* scripts are a set of command lines to run "automatically" >>> the *.out test. >>> >>> Maybe it can help you figure out how to use it >>> >> >> Oddly, the file pxp_autorun.sh isn't a script: > > I was able to run the script some version in the recent past, so I > think it's a regression. > > (I was able to run the script with error, so for me it was useless) > I think there's more to the story... >> >> ~/yocto/build/tmp/work/nitrogen6x-poky-linux-gnueabi/imx-test/1_3.10.53-1.1.0-r0/image/unit_tests$ >> ls -l *pxp* >> -rwxr-xr-x 1 ericn ericn 382803 Mar 30 20:34 autorun-pxp.sh >> -rwxr-xr-x 1 ericn ericn 382803 Mar 30 20:34 pxp_test.out >> ~/yocto/build/tmp/work/nitrogen6x-poky-linux-gnueabi/imx-test/1_3.10.53-1.1.0-r0/image/unit_tests$ >> file autorun-pxp.sh >> autorun-pxp.sh: ELF 32-bit LSB executable, ARM, EABI5 version 1... >> >> Something appears to be broken in the build process, since I do >> find a script with some sample command-lines in the source tree: >> The pxp_v4l2_test.out program isn't part of the package, and the 'pxp_test.out' program wants arguments that are quite different from this: >> pxp_v4l2_test.out -sx 480 -sy 272 -res 352:240 -dst 0:0:352:240 -a 100 >> -w 2 fb-352x240.yuv BLANK root@nitrogen6x:/unit_tests# pxp_v4l2_test.out -sx 480 -sy 272 -res 352:240 -dst 0:0:352:240 -a 100 BLANK ./pxp_test.out: invalid option -- 's' Usage: ./pxp_test.out -I "" -H display this help options for each instance -o Write output to file If no output is specified, default is panel -r -h -v -l -t -i I don't suppose there's an official git repository for this package? Please advise, Eric