steeve has quit [Remote host closed the connection]
epl has joined #imx6-dev
epl_ has quit [Ping timeout: 245 seconds]
JBD1986 has quit [Ping timeout: 330 seconds]
JBD1986 has joined #imx6-dev
cnxsoft has quit [Ping timeout: 252 seconds]
cnxsoft has joined #imx6-dev
cnxsoft has quit [Ping timeout: 252 seconds]
cnxsoft has joined #imx6-dev
rz2k has joined #imx6-dev
rz2k has quit []
rz2k has joined #imx6-dev
diego_r has joined #imx6-dev
rz2k has quit [Ping timeout: 240 seconds]
rz2k has joined #imx6-dev
cnxsoft has quit [Ping timeout: 252 seconds]
rz2k has quit []
steeve has joined #imx6-dev
datagutt has joined #imx6-dev
rz2k has joined #imx6-dev
uRandomMM has joined #imx6-dev
cnxsoft has joined #imx6-dev
steeve has quit [Read error: Connection reset by peer]
steeve has joined #imx6-dev
cnxsoft has quit [Quit: cnxsoft]
cnxsoft has joined #imx6-dev
steeve has quit [Remote host closed the connection]
rz2k has quit []
staylor has joined #imx6-dev
steeve has joined #imx6-dev
staylor has quit [*.net *.split]
JBD1986 has quit [*.net *.split]
diego_r has quit [*.net *.split]
pH5 has joined #imx6-dev
diego_r has joined #imx6-dev
newell has joined #imx6-dev
JBD1986 has joined #imx6-dev
diego_r has quit [Ping timeout: 240 seconds]
<newell>
otavio, ping
diego_r has joined #imx6-dev
jas-hacks has joined #imx6-dev
<otavio>
newell: pong
<newell>
otavio, I have set LINUX_KERNEL_TYPE = "preempt-rt" in the linux-imx.inc of the meta-fsl-arm layer but doesn't seem to be applying the patch from what I can see. Is there a specific way to get the preempt-rt patch that I should be following for master-next (3.10.17)?
<otavio>
newell: this only works for linux-yocto based kernels and linux-imx is not it
<newell>
otavio, okay how should I do preempt-rt patch in linux-imx?
<otavio>
newell: byhand
<newell>
okay so go into tmp/work/**/**/git and apply the patch there?
<newell>
what I mean is, apply the patch the git repository under build/tmp/work/**/**/git?
<otavio>
newell: I'd do it outside YP using a toolchain
<otavio>
newell: and integrate it, later.
diego_r has quit [Quit: Konversation terminated!]
jas-hacks has quit [Quit: Leaving.]
steeve has quit []
steeve has joined #imx6-dev
<uRandomMM>
Has anyone gotten a working Xorg server using the master branch with kernel linux-boundary-3.10.17 and systemd?
<uRandomMM>
I am getting a segmentation fault when I used systemd but Xorg works fine when I use systemV
<Tenkawa>
Anyone got the git url for the latest kernel that will boot up on the gk802 handy?
<Tenkawa>
my repo just seems to not work no matter what I try
<Tenkawa>
not sure if I might be uImaging it wrong too
<Tenkawa>
also does anyone know off hand how to lower the gpu memory allocation for the vivante gpu?
<newell>
Anyone in here use preempt-rt with imx6?
<Tenkawa>
newell: Let me check if mine is preempt or preempt-rt
<newell>
Apparently I have to apply the patch and build the kernel outside of yocto, and thought that it would have been more obvious to use yocto's convention.
<Tenkawa>
newell: mine appears to be rt preempt
bfederau_ has quit [Remote host closed the connection]
<newell>
Tenkawa, how did you apply the patch...did you have to do it manually outside of yocto?
bfederau has joined #imx6-dev
<Tenkawa>
I didnt use yocto at all
<newell>
Tenkawa: ltic?
<newell>
sorry..meant LTIB
<Tenkawa>
I run raspbian with the 3.0.35 kernel that was on the imx6-dongle github
<Tenkawa>
I'm trying to get ncurses up so I can confirm which preemption I'm running
<Tenkawa>
I usually use a diff box to build my kernels
<Tenkawa>
hmm
<Tenkawa>
which preemption level is low latency desktop?
<Tenkawa>
thats not quite rt is it?
<newell>
okay I don't have a dongle...I have imx6dlsabresd as the MACHINE type
<newell>
Tenkawa, you should have full preemption enabled in the configuration if it is rt
<Tenkawa>
do you know the kernel option name for it?
<Tenkawa>
I can grep my running config for it
<Tenkawa>
mind you I probably never bothered since I use mine as a general purpose server
<newell>
grep for PREEMPT
<Tenkawa>
PREEMPT_RCU is what I'm using
<newell>
ah okay
<Tenkawa>
mind you I'm having a heck of a time trying to rebuild and just make it a non-preempt server kernel
<Tenkawa>
I'm pondering a non dongle based i.mx6 to try instead
<Tenkawa>
I still cant see why 3.0 is the newest "supported" kernel though