steeve has quit [Remote host closed the connection]
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #imx6-dev
rz2k has joined #imx6-dev
dv_ has quit [Read error: Connection reset by peer]
dv_ has joined #imx6-dev
cnxsoft has joined #imx6-dev
rz2k has quit []
steeve has joined #imx6-dev
akaizen has quit [Remote host closed the connection]
steeve has quit [Ping timeout: 240 seconds]
steeve has joined #imx6-dev
steeve has quit [Ping timeout: 240 seconds]
steeve has joined #imx6-dev
steeve has quit [Ping timeout: 240 seconds]
cnxsoft has quit [Ping timeout: 252 seconds]
akaizen has joined #imx6-dev
diego_r has joined #imx6-dev
akaizen has quit [Remote host closed the connection]
fossxplorer has joined #imx6-dev
diego_r has quit [Ping timeout: 240 seconds]
diego_r has joined #imx6-dev
diego_r has quit [Quit: Konversation terminated!]
diego_r has joined #imx6-dev
ericbutters has joined #imx6-dev
<ericbutters> hello, i have a imx6 board and i want to get Role-Switch (HNP) to work with my linux kernel. anyone can say what to do?
<ericbutters> Hello,
<ericbutters> I have a nitrogen6-rev3 board. I am wondering if it is designed to do dual-role switch with USB-OTG? I read here that schematics needs to fit two facts: https://community.freescale.com/thread/319562
<ericbutters> Can we do HNP dual-role switch with this board?
<ericbutters> BR,
rz2k has joined #imx6-dev
kbouhara has quit [Ping timeout: 255 seconds]
kbouhara has joined #imx6-dev
cnxsoft has joined #imx6-dev
ericbutters has quit [Quit: Lost terminal]
rz2k has quit []
cnxsoft has quit [Quit: cnxsoft]
steeve has joined #imx6-dev
<steeve> sup guys
<steeve> hey, does anyone got the BT RDA5876 working on linux ?
akaizen has joined #imx6-dev
akaizen has quit [Remote host closed the connection]
diego_r has quit [Ping timeout: 265 seconds]
jas-hacks has joined #imx6-dev
<jas-hacks> dv_: hi
<dv_> jas-hacks: hi, regarding your message: yes, I ran it on a sabresd with 3.10.17
<jas-hacks> dv_: ok, need to work out why I don't the imxvpudec sinks after deploying it
<dv_> ?
<dv_> "why I don't the imxvpudec sinks"
<dv_> oh why you dont get the sink?
akaizen has joined #imx6-dev
<jas-hacks> 'don't see the imxvpudec sinks' after build/deploy
<jas-hacks> root@debian-imx6:~/viv# gst-inspect-1.0 | grep imx
<jas-hacks> imxipu: imxipuvideotransform: Freescale IPU video transform element
<jas-hacks> imxeglvivsink: imxeglvivsink: Freescale EGL video sink
<jas-hacks> imxipu: imxipusink: Freescale IPU video sink
<dv_> err, not sinks
<dv_> elements
<dv_> a sink is a type of element
<dv_> thats odd. did you build the VPU wrapper library?
<jas-hacks> yeah sorry
<dv_> and what is the output of ./waf configure ? or did you build this with yocto?
<dv_> also: remove the registry cache by running: rm ~/.cache/gstreamer-1.0/registry.arm.bin
<dv_> then run gst-inspect-1.0 > /dev/null
<dv_> if you see any output, please copy it to http://pastie.org/
<jas-hacks> ./waf configure - http://pastebin.com/bngmfwfd
<jas-hacks> oh, get a seg fault from gst-inspect-1.0
<dv_> ah
<dv_> just a segfault?
<dv_> or more?
<jas-hacks> ERROR: Caught a segmentation fault while loading plugin file:
<jas-hacks> /usr/lib/arm-linux-gnueabihf/gstreamer-1.0/libgstimxv4l2src.so
<dv_> oh now whats that
<dv_> are you using yocto? or debian? ..
<jas-hacks> debian
<dv_> hmm I never had segfaults with that plugin so far. strange.
<dv_> okay remove the registry again, move /usr/lib/arm-linux-gnueabihf/gstreamer-1.0/libgstimxv4l2src.so to some other place, retry
<dv_> perhaps the binaries are corrupted. I had a similar problems a few days ago. inexplicable segfaults etc
<jas-hacks> /usr/lib/arm-linux-gnueabihf/gstreamer-1.0/libgstimxvpu.so: undefined symbol: gst_imx_vpu_framebuffer
<dv_> um, that is weird
<dv_> lemme start the box here
<dv_> what git revision are you using?
<jas-hacks> I took a copy from master yesterday
<jas-hacks> the missing symbol is gst_imx_vpu_framebuffers_get_type
<dv_> something is wrong with the build
<dv_> this code is autogenerated by the gstreamer boilerplate
<dv_> just to confirm, I'll build the master status here
<jas-hacks> that's why I couldn't find it in the code
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #imx6-dev
<jas-hacks> this is the waf build output http://pastebin.com/eL53uTix
<dv_> just built and copied to the board. http://pastie.org/8989357
<jas-hacks> let me try again with a clean fetch of the repo
<dv_> also try again removing the registry etc. and running gst-inspect-1.0 then with the GST_DEBUG environment variable set to "2"
<dv_> your errors are very suspicious
<jas-hacks> dv_: clean repo seems to have worked, the elements are now present
<dv_> odd
<dv_> so probably something stale in the build caused the issues?
<jas-hacks> yes I guess so
<jas-hacks> dv_: would imxv4l2src work with a usb camera?
<dv_> likely
<dv_> it all depends on the driver
<dv_> I think it is just a video device class usb device, and the kernel automatically registers a v4l src for it
<RaYmAn> ccccccddnnvtkuberevkhfcdcefliufhvjiktbedgnbn
<RaYmAn> ccccccddnnvtbtflghvduievflkjencchnikrgvnnggj
<RaYmAn> arg
<RaYmAn> (yes, that was obviously an accident)
<dv_> jas-hacks: I am curious about experiences with that src
<dv_> jas-hacks: I am not familiar with v4l (the src is not from me), but I think it should be possible to use zerocopy with it, assuming I can get a physical address for the frames somehow (I know, physical addresses are a huge security hole, but its the only way that works with most SoCs)
<jas-hacks> dv_: I'll give it a try and see what happens
uRandomMM has joined #imx6-dev
akaizen has quit [Remote host closed the connection]
codinho has quit [Read error: Operation timed out]
akaizen has joined #imx6-dev
datagutt has quit [Ping timeout: 245 seconds]
uRandomMM has quit [Ping timeout: 245 seconds]
steeve has quit [Read error: Connection reset by peer]
steeve has joined #imx6-dev
jas-hacks has left #imx6-dev [#imx6-dev]
bfederau has quit [Read error: Connection reset by peer]
bfederau has joined #imx6-dev
akaizen has quit [Remote host closed the connection]
akaizen has joined #imx6-dev
akaizen has quit [Read error: Connection reset by peer]
akaizen has joined #imx6-dev