From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9BFA2E008EC; Thu, 9 Apr 2015 14:13:46 -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.179 listed in list.dnswl.org] Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 40300E0049A for ; Thu, 9 Apr 2015 14:13:44 -0700 (PDT) Received: by pddn5 with SMTP id n5so165620920pdd.2 for ; Thu, 09 Apr 2015 14:13:44 -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 :subject:content-type:content-transfer-encoding; bh=nyxMKqlKVygaNM2wm0rTMF1xkg13INxZ7RRJZg1g1FM=; b=bthDShepm7mL0gvpRq613iB6//jx23RDVdaGZ9lEUUobSBr6NZAaWdLw3ni/7iz3wO 5p1EIKPA1O9cLDuDEBEIpJXjhNdTr6E1F4nnFWuvpR3z9BfMxceitaN0XR8CAkzzS1su +9DEdKMs/VitMGIgF5BfQW7XeMDDtNElWpMO5QckkQ9ZIfu68Xjy+us1WJkaRB+UlGjQ Sf5goj7y4gvKupbCbpsoKjcAq/j2gOmr84piyDFZw/gdr7ExaNigcE/L6EQaX34duMJs kWJ9HG++2WqaZEF0qCC2y1JAKoWq6EB62k0TRAYjD6aosb48LB5mD9S4n/cWNtWm1zm7 /Guw== X-Gm-Message-State: ALoCoQkIP7HECjT/alwEFdIGuN2B/XvQDgDpQ+J5tj3BYBBUUPxrJB5tqGfpLf29bWzMKD950bdH X-Received: by 10.67.4.230 with SMTP id ch6mr59218295pad.137.1428614024085; Thu, 09 Apr 2015 14:13:44 -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 ha5sm15263862pbb.34.2015.04.09.14.13.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Apr 2015 14:13:42 -0700 (PDT) Message-ID: <5526EB84.8070302@boundarydevices.com> Date: Thu, 09 Apr 2015 14:13:40 -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: "meta-freescale@yoctoproject.org" Subject: 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: Thu, 09 Apr 2015 21:13:46 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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" pxp_test.c:358 opening this fb_dev - /dev/fb0 pxp_test.c:358 opening this fb_dev - /dev/fb1 pxp_test.c:358 opening this fb_dev - /dev/fb2 pxp_test.c:358 opening this fb_dev - /dev/fb3 pxp_test.c:361 Unable to open /dev/fb3 root@nitrogen6x:/unit_tests# echo $? 0 Carlos pointed out that we had been missing a bit from our SDL device trees: https://github.com/boundarydevices/linux-imx6/commit/5be9587 And I was hoping to actually exercise the driver and am lost about where to start. The imxpxpvideosink seems to lock up with a message of: pxp_dispatch_thread: task is timeout Regards, Eric