Re: [meta-ti] [PATCH v3] ipc-lld: add AM65xx IPC echo_test firmware binaries

2019-08-02 Thread Ankur Tyagi
Make sense, thanks On Sat, Aug 3, 2019 at 12:18 PM Denys Dmytriyenko wrote: > > On Sat, Aug 03, 2019 at 12:10:14PM +1200, Ankur Tyagi wrote: > > On Sat, Aug 3, 2019 at 11:36 AM Jonathan Bergsagel > > wrote: > > > > > > Use IPC/LLD based IPC echo test binari

Re: [meta-ti] [PATCH v3] ipc-lld: add AM65xx IPC echo_test firmware binaries

2019-08-02 Thread Ankur Tyagi
On Sat, Aug 3, 2019 at 11:36 AM Jonathan Bergsagel wrote: > > Use IPC/LLD based IPC echo test binaries as an > alternative for AM65X Linux IPC testing. > Updated location of J721E firmware binaries as well, > with latest IPC/LLD commit. > > Signed-off-by: Jonathan Bergsagel > --- > recipes-bsp/i

Re: [meta-ti] Building for AM335x with meta-ti and meta-qt5

2019-07-25 Thread Ankur Tyagi
On Thu, Jul 25, 2019 at 8:49 PM Andy Pont wrote: > > Ankur wrote... > > >We have been using Thud release from meta-arago and it builds Qt5.11.3 > >with EGLFS for AM335x. > >Make sure add DISTRO_FEATURES_remove = "wayland" in your local.conf > I have got dispensation from our client to use Thud so

Re: [meta-ti] meta-ti Digest, Vol 94, Issue 24

2019-07-24 Thread Ankur Tyagi
> Date: Wed, 24 Jul 2019 22:14:21 +0300 > From: Sergei Nikulov > To: Andy Pont > Cc: meta-ti@yoctoproject.org, Yocto-mailing-list > > Subject: Re: [meta-ti] Building for AM335x with meta-ti and meta-qt5 > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > TI develops

[meta-ti] Qt configuration for AM335x-EVM

2019-07-13 Thread Ankur Tyagi
Hi, I trying to get my head around correct Qt configuration for am335x-evm without support for X11 and Wayland. I am trying to build a custom image based upon arago distro, thud branch. Below is my qtbase package config: bitbake -e qtbase | grep "^PACKAGECONFIG_CONFARGS=" PACKAGECONFIG_CONFARGS=

[meta-ti] [rocko][sumo][master][PATCH] u-boot-ti: add UBOOT_GIT_URI, UBOOT_GIT_PROTOCOL variable

2018-08-17 Thread Ankur Tyagi
This is to allow user to override git repository and git protocol. Signed-off-by: Ankur Tyagi --- recipes-bsp/u-boot/u-boot-ti.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index 61bf990..f22fcb4

Re: [meta-ti] ti-sgx-ddk-um_1.14.3699939: check for wayland in DISTRO_FEATURES

2017-08-18 Thread Ankur Tyagi
Fair enough. If Imagination has decided for the hard coded dependency, then they are needed. thanks Ankur On Sat, Aug 19, 2017 at 11:25 AM, Denys Dmytriyenko wrote: > On Sat, Aug 19, 2017 at 11:18:08AM +1200, Ankur Tyagi wrote: > > Thanks for the info Eric. > > > > So wh

Re: [meta-ti] ti-sgx-ddk-um_1.14.3699939: check for wayland in DISTRO_FEATURES

2017-08-18 Thread Ankur Tyagi
Denys > Sent: Thursday, August 17, 2017 12:14 PM > To: Ruei, Eric > Cc: Ankur Tyagi; meta-ti@yoctoproject.org; R, Karthik > Subject: Re: [meta-ti] ti-sgx-ddk-um_1.14.3699939: check for wayland in > DISTRO_FEATURES > > Thanks, Eric, > > As I was suspecting, wayland libs ar

Re: [meta-ti] ti-sgx-ddk-um_1.14.3699939: check for wayland in DISTRO_FEATURES

2017-08-11 Thread Ankur Tyagi
t.so.0] > libsrv_init.so.1.14.3699939 > 0x0001 (NEEDED) Shared library: > [libwayland-server.so.0] > libsrv_um.so.1.14.3699939 > 0x0001 (NEEDED) Shared library: > [libwayland-server.so.0] > libusc.so.1.14.3699939 > 0x0001 (NEEDED)

[meta-ti] [morty][PATCH] ti-sgx-ddk-um_1.14.3699939: check for wayland in DISTRO_FEATURES

2017-08-10 Thread Ankur Tyagi
Signed-off-by: Ankur Tyagi --- recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb index 60f63aa..593e405

[meta-ti] ti-sgx-ddk-um_1.14.3699939: check for wayland in DISTRO_FEATURES

2017-08-10 Thread Ankur Tyagi
Signed-off-by: Ankur Tyagi --- recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb index 60f63aa..593e405

[meta-ti] Using 1GB Nand with AM335x

2015-09-01 Thread Ankur Tyagi
Hi, I have following queries regarding usage of 1GB Nand (MT29F8G16ABACAWP) with AM335x - what is the meaning of cells in "reg" property of gpmc nand child node ? Information here is not clear http://lxr.free-electrons.com/source/Documentation/devicetree/bindings/mtd/gpmc-nand.txt?v=3.14 - what

[meta-ti] Valgrind doesn't give stack trace

2015-08-12 Thread Ankur Tyagi
Hi, I am using Valgrind coming from yocto on my AM335x-EVM kit. But when I try to use valgrind, it doesn't give me stack trace. Following is what I get : root@am335x-evm:~# valgrind --tool=memcheck --leak-check=yes --track-origins=yes --error-limit=no /home/root/test Checking /home/root/test for

[meta-ti] how to reduce time from power ON to kernel

2015-08-12 Thread Ankur Tyagi
Hi, I am using AM335x EVM and want to reduce the time from Power ON to kernel boot. So basically I want to speed-up the two stage boot process from MLO->u-boot->Kernel I don't want to handle anything in u-boot, so I can bypass that. Can you help on how I can achieve MLO -> Kernel ? thanks Anku

Re: [meta-ti] omap3-sgx-modules-5.01.01.xx ONLY supports hardfp mode for now

2015-08-05 Thread Ankur Tyagi
rd". I am bit confused here. "Knowledge is knowing tomato is a fruit, wisdom is not putting it in a fruit salad" On Thu, Aug 6, 2015 at 3:49 PM, Ankur Tyagi wrote: > thanks for help. > > Will try with above suggestion > > "Knowledge is knowing tomato is a fruit,

Re: [meta-ti] omap3-sgx-modules-5.01.01.xx ONLY supports hardfp mode for now

2015-08-05 Thread Ankur Tyagi
thanks for help. Will try with above suggestion "Knowledge is knowing tomato is a fruit, wisdom is not putting it in a fruit salad" On Thu, Aug 6, 2015 at 3:46 PM, Khem Raj wrote: > On Wed, Aug 5, 2015 at 8:41 PM, Ankur Tyagi > wrote: > > Thanks for your response.

Re: [meta-ti] omap3-sgx-modules-5.01.01.xx ONLY supports hardfp mode for now

2015-08-05 Thread Ankur Tyagi
o is a fruit, wisdom is not putting it in a fruit salad" On Thu, Aug 6, 2015 at 3:00 PM, Khem Raj wrote: > On Wed, Aug 5, 2015 at 7:47 PM, Ankur Tyagi > wrote: > > Hi, > > > > I am using TI AM335x-EVM kit and while building image using > > "arago-daisy-

[meta-ti] omap3-sgx-modules-5.01.01.xx ONLY supports hardfp mode for now

2015-08-05 Thread Ankur Tyagi
Hi, I am using TI AM335x-EVM kit and while building image using "arago-daisy-config.txt", I saw this warning : omap3-sgx-modules-5.01.01.02 ONLY supports hardfp mode for now omap3-sgx-modules-5.01.01.01 ONLY supports hardfp mode for now and TUNE_FEATUREis "vfp" Does that mean GPU is not getting

[meta-ti] Problem building firefox for AM335x EVM

2015-06-21 Thread Ankur Tyagi
​​Hi, I am trying to build firefox for AM335x EVM but having trouble. I am using arago-daisy-config In my local.conf I have added: DISTRO_FEATURES_remove = " x11 wayland" PACKAGECONFIG_remove = " x11 wayland" This is the output from 'bitbake firefox': ankur@GGL-PC1210:~/ti-arago/new/oe-layers

[meta-ti] Problem building chromium for AM335x EVM

2015-06-21 Thread Ankur Tyagi
​​ Hi, I am trying to build chromium for AM335x EVM but having trouble. I am using arago-daisy-config When chromium is doing the configure step it is halted with a message that the package gdk-2.0 is missing. Can someone give a hint about whats wrong in my configuration and how to proceed? In my