From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5E1D2E0099B; Fri, 10 Apr 2015 07:47:44 -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: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.178 listed in list.dnswl.org] Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7F465E0095C for ; Fri, 10 Apr 2015 07:47:42 -0700 (PDT) Received: by pdbqa5 with SMTP id qa5so24855472pdb.1 for ; Fri, 10 Apr 2015 07:47:42 -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=Ut+oxSWlouMJFFMTXY49ggQuQvgXPkb6XcYSW5hlCQA=; b=nMKUY1xacZ6COutR30gKLdp5EczkW1Rw6pv98NHvi0hDIe6qYodi4jkF7ij9cxdG5L gMpjwFyPY26w28RUF7MWZhnuF3F0ZeI/Xcz++IY8n7AqkUYgeNdX+6VuyFCAxq627lUS CNwQ0aXkuMLvmR52mb64+kUzlVT1kKwe/c81o5FjBJPEzduLPpJx2iUIn+bvubbg1buL 6P6JdoyNtt1FFU4W7XV3q23LuGda5B2dwHHsr6cBayBhToTfr8VzWxF0eQxbw+BKBpzN 13EGeFkswXiFzYf8w6GAXMzyoTpkwmY39hIAjb2VgMjTepn4ri9Jfy0lbQy9CGewfDfr ehGg== X-Gm-Message-State: ALoCoQmVTACLL3gYklgl/M1XiPuW6ADALZvxu2AiApYc1q3a0lffy+nwjRcioto4jljvwTA5gmW2 X-Received: by 10.70.38.33 with SMTP id d1mr3189415pdk.99.1428677262187; Fri, 10 Apr 2015 07:47:42 -0700 (PDT) Received: from [192.168.1.12] (ip98-165-98-97.ph.ph.cox.net. [98.165.98.97]) by mx.google.com with ESMTPSA id eo5sm2509801pbb.51.2015.04.10.07.47.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Apr 2015 07:47:40 -0700 (PDT) Message-ID: <5527E28B.8040708@boundarydevices.com> Date: Fri, 10 Apr 2015 07:47:39 -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> 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 14:47:44 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: ~/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: pxp_v4l2_test.out -sx 480 -sy 272 -res 352:240 -dst 0:0:352:240 -a 100 -w 2 fb-352x240.yuv BLANK pxp_v4l2_test.out -sx 480 -sy 272 -res 352:240 -a 0 -r 90 fb-352x240.yuv BLANK pxp_v4l2_test.out -sx 480 -sy 272 -res 352:240 -a 100 -o rgb24_file.s1 fb-352x240.yuv BLANK pxp_v4l2_test.out -sx 480 -sy 272 -res 352:240 -a 100 -r 180 fb-352x240.yuv rgb24_file.s1 pxp_v4l2_out_test.sh (END) Regards, Eric