IRC log of #cubox of Wed 02 Sep 2015. All times are in CEST < Back to index

02:20 mk01_ jnettlet: pushed some additional fixups (to GPU blank/unblank process)
02:20 mk01_ https://github.com/mk01/xbmc/commits/treeJnettlet
10:25 vpeter jnettlet: Now that you talk about SD cards so much can I ask you one little off topic question? What is the state of sd cards pins (data, clk, cmd) when not powered on? High impendance? Could two sd cards be connected in parallel and when one has power it is used.
11:29 jnettlet vpeter, in theory it seems as it should be possible. We attempted it stacking an emmc chip and an sdhc card on the same lines and using the hotplug gpio to route VDD to sdhc if plugged in otherwise emmc.
11:29 jnettlet it did not work so well. in the end we just scrapped the design.
11:30 vpeter Ok. Theory != practice for this one then :)
11:40 jnettlet vpeter, how is the new kernel working for you? Stable?
11:40 jnettlet I just merged another patch to fix a caam bug
11:41 vpeter I didn't work on this for more than a week. General time shortage :(
11:42 vpeter But yes, working fine.
11:42 vpeter I ask if I need to have some newer libraries to get Kodi running? For gpu and such stuff.
11:51 jnettlet vpeter, you need the v5 vivante drivers
11:51 jnettlet they can be downloaded from yocto.
11:54 vpeter Good.