<dshankar>
hste: are you around? about a month ago, I had a problem with your mkjessie script for gk802. the device was only booting to a blinking cursor (not even to console). i'm having that same problem now and I can't remember how I solved it before :(
projectgus has joined #imx6-dev
projectgus has quit [Ping timeout: 252 seconds]
projectgus has joined #imx6-dev
cnxsoft has joined #imx6-dev
eebrah_ has joined #imx6-dev
cnxsoft has quit [Ping timeout: 272 seconds]
cnxsoft has joined #imx6-dev
diego_r has joined #imx6-dev
projectg1s has joined #imx6-dev
projectgus has quit [Ping timeout: 252 seconds]
projectg1s is now known as projectgus
<dshankar>
gah wasted all day due to corrupted/fake sd card :(
<dshankar>
i thought I was doing something wrong, but nope...
eebrah_ has quit [Ping timeout: 272 seconds]
cnxsoft has quit [Ping timeout: 272 seconds]
cnxsoft has joined #imx6-dev
rz2k has joined #imx6-dev
ericbutters has joined #imx6-dev
<ericbutters>
anyone here build against libGLESv2?
<ericbutters>
i got: libGLESv2.so: undefined reference to `gcoHAL_QueryTextureCaps'
dshankar has quit [Quit: dshankar]
cnxsoft has quit [Ping timeout: 272 seconds]
<rz2k>
ericbutters: -lGAL
<ericbutters>
rz2k: thank you!
<rz2k>
you are welcome
<ericbutters>
rz2k: did you ever build qt5?
<rz2k>
yes
<rz2k>
do you crosscompile it or build natively?
<ericbutters>
crosscompile
<ericbutters>
can you pls provide your configuration line?
<ericbutters>
did you use a custom mkspecs? or did you use '-device linux-imx6-g++'
<rz2k>
and yes, I edited qtbase/mkspecs/devices/linux-imx6-g++/qmake.conf
<rz2k>
dont get much hope on qt5 though, I dont quite remember, but I spent many hours figuring out various problems around inclusion of -lGAL to many places like qml support
<rz2k>
because own qt's build system successfully forgets mkspecs and resets QMAKE_EGL_LIBS
<rz2k>
also webkit does not work with eglfs
<rz2k>
renders white screen
<ericbutters>
okay thanks! seems to be a lot of work, for me too! because i need to get webkit to work, as well as Quick2. And all based on eglfs and qtwayland. but right now i still have to problem of undefined gc* symbols. You are right, they are all in libGAL. and they are marked as *UND* in my libGLESv2. i did: QMAKE_LIBS_OPENGL_ES2 = -lGAL -lEGL -lGLESv2 in my qmake.conf -- but that did not solve it.
<ericbutters>
rz2k: yes, that is the correct order. i just changed to that before i saw your post.
<ericbutters>
now i have new problem, but that should be of the same kind: undefined reference to `gcoTEXTURE_IsRenderableEx'
<ericbutters>
is see in libGAL: 00041c00 g DF .text000000bc Base gcoTEXTURE_IsRenderable
<rz2k>
define egl, opengl_es2, opengl libs all with -lgal
<rz2k>
and also the openvg libs
<rz2k>
it should eventually work
<ericbutters>
you mean recompile these libs?
<ericbutters>
rz2k: thanks.. now configure finished w/o errors. right now i called make -j8 ;)
cnxsoft has joined #imx6-dev
rz2k has quit [Ping timeout: 240 seconds]
rz2k has joined #imx6-dev
<JBD1986>
all, I'm currently searching now, but does anyone know offhand where the video memory allocation occurs in the kernel? Setting 'vmalloc=192M' in the bootargs does not affect our system memory allocation.
<MikeSeth>
gpumem= controls the GPU video buffer size; however in 3.0.35 the VPU also steals 128Mb for DMA (at least on my board)
<MikeSeth>
there's currently no way to control the latter w/o changing the source and recompiling the kernel
<JBD1986>
MikeSeth, thank you, I will look into this
cnxsoft has quit [Quit: cnxsoft]
eebrah_ has joined #imx6-dev
rz2k has quit []
datagutt has joined #imx6-dev
eebrah_ is now known as eebrah
eebrah has quit [Ping timeout: 248 seconds]
jas-hacks has joined #imx6-dev
rz2k has joined #imx6-dev
eebrah has joined #imx6-dev
eebrah is now known as Guest61963
Guest61963 is now known as eebrah_
<hste>
jas-hacks: I see that others also have problems on xorg and have to set res with xrandr [meta-freescale] [PATCH 05/12] xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.0_beta version
<jas-hacks>
hste: good to know it wasn't just me
<MikeSeth>
hste: remind me, does your jessi image come with uboot burned in or not?
<hste>
I add it and kernel with the script
<hste>
MikeSeth: but its jas-hacks :) I have only added lxde to it
<MikeSeth>
hste: I am asking because it seems some people have to re-insert uboot into it otherwise it won't boot
<hste>
MikeSeth: the one for hb/cubox-i?
<MikeSeth>
hste: yeah
<hste>
MikeSeth: but rabeeh has made one image with all. I have made a linuxinstaller script that works for me