<dv_>
bfederau: not yet. was busy with other things. also I need qt-gstreamer recipes
<bfederau>
dv_: unfortunately I can provide you Ubuntu 12.04 armhf .deb packages for qt-gstreamer
<dv_>
codinho: do you have recipes ?
<dv_>
bfederau: I never used ubuntu with imx6
<dv_>
how do you debug with it? do you run gdb on the target, or do you use gdbserver and keep the debug symbols on the host?
<bfederau>
I run gdb on my device
<dv_>
okay, and how large is the image ?
<bfederau>
Using Ubuntu on my target device makes building on it quite easy. I just have to install the dev packages from the Ubuntu repo
<dv_>
hm okay
<dv_>
I never followed development of imx6 support in ubuntu arm
<bfederau>
I think the rootfs is about 400 MB
<dv_>
is the cubox-i also supported ?
<bfederau>
Ubuntu was a requirement from out customer
<bfederau>
I'm working on a custom imx device. so we got the kernel from the hw vendor and I created a Ubuntu rootfs for it
<bfederau>
If you have a boot loader, a kernel image/modules for your device the Ubuntu rootfs should work out of the box
<tomeu>
jnettlet: actually, that's just the ml that gmane decided to archive that thread under. my main target is tegra, but I test on an odroid u2 because that's the most convenient for me right now
<jnettlet>
tomeu, okay
<tomeu>
jnettlet: both tegra and exynos are getting PM mature enough to make use of my API, but things aren't there yet
kroon has quit [Quit: Leaving]
<dv_>
jnettlet: actually, do you know if somebody worked on cubox-i support in ubuntu?
<jnettlet>
dv_, not specifically. I think the closest thing would be the packaging down for xbian
<jnettlet>
why is that?
<dv_>
bfederau reported problems with gstreamer-imx and qt-gstreamer . unfortunately, there is no yocto recipe for qt-gstreamer (yet).
<dv_>
two options: (1) write recipe (but apparently codinho has one already) , (2) get ubuntu , since bfederau has been using it
victhor_ has joined #imx6-dev
FelixH has quit [Quit: Leaving]
diego_r has joined #imx6-dev
kroon has joined #imx6-dev
<kbouhara>
hello, how do we change MAC address of the imx6 ?
<kbouhara>
its seems it's not support for ethtool
<jnettlet>
kbouhara, you can change it with the macaddr parameter to fec.
<jnettlet>
alternatively you can change it in the device-tree, or via the u-boot environment
<kbouhara>
jnettlet: I need to change it from linux environment is that possible ? which utils to use?
<jnettlet>
kbouhara, your best bet is to use the module parameter. macaddr.
<jnettlet>
so modprobe fec macaddr=0x00,0x04,0x9f,0x01,0x30,0xe0
<kbouhara>
jnettlet: ok so I have to configure the fec driver as module
<jnettlet>
kbouhara, or you can add fec.macaddr=0x00,0x04,0x9f,0x01,0x30,0xe0 to your kernel commandline
<kbouhara>
jnettlet: is there an existing syscall that do that ?
<jnettlet>
not that I know of
<kbouhara>
jnettlet: Maybe an ioctl ?
<jnettlet>
it would be through ethtool, but the current drivers ethtool support is kind of broken
<codinho>
dv__, since meta-qt5 switched to qt5.3+ I've found that qtwebkit stopped to feed data , appsrc just hangs after first need-data, do you know what the problem could it be?
<codinho>
dv__, otoh the same qtwebkit versions works fine on x86
diego_r has quit [Ping timeout: 256 seconds]
jas-hacks has joined #imx6-dev
kroon has joined #imx6-dev
vpeter has joined #imx6-dev
jnettlet has quit [Ping timeout: 272 seconds]
jnettlet has joined #imx6-dev
<DV__>
codinho: hmm no, but I have little experience with appsrc
<DV__>
codinho: also, thanks for the patch, needs some work though before it is included. I'll reply with comments.
jas-hacks has left #imx6-dev [#imx6-dev]
bfederau has quit [Read error: Connection reset by peer]