15:46 | topi` | hmm, this channel has disappeared? |
15:48 | topi` | there's a strange issue with the SR image I'm running on my Gate. If I try to run "ip rule list", then I get an infinite loop of the rule number 0. I'm not sure if it's a kernel or userspace bug |
16:10 | rabeeh | topi`: i was disconnected few times today too |
16:10 | rabeeh | probably net split |
17:04 | toddw_ | building yocto for a hummingboard, but my usb keyboard doesn't work even with core-image-base, any suggestions? |
17:08 | IgorPec | hummingboard 1? |
17:10 | toddw_ | 2, IgorPec |
17:14 | IgorPec | mmm , i am doing Armbian but v2 is not fully supported yet |
17:15 | IgorPec | at least we don't have such basic problems ;) |
17:16 | toddw_ | I'm assuming I'm missing some kernel modules but I'm not quite sure how to resolve that in the yocto world yet |
17:16 | Catwich | toddw_: quick hint: |
17:16 | Catwich | somewhere in the recipes folder is the cubox kernel recipe |
17:16 | Catwich | idk its name |
17:16 | Catwich | but there is a defconfig |
17:17 | Catwich | and you can edit that, and bitbake rebuild the kernel package |
17:17 | IgorPec | yes, that is one good way |
17:17 | toddw_ | that sounds promising, thanks Catwich |
17:17 | toddw_ | https://github.com/Freescale/meta-fsl-arm-extra/blob/fido/recipes-kernel/linux/linux-cubox-i_3.14.14.bb |
17:17 | toddw_ | this? |
17:18 | IgorPec | you can try with mine as well |
17:18 | IgorPec | https://github.com/igorpecovnik/lib/blob/master/config/linux-cubox-default.config |
17:19 | toddw_ | thanks IgorPec |
17:20 | IgorPec | toddw_: you are welcome |
17:20 | toddw_ | https://github.com/Freescale/meta-fsl-arm-extra/blob/fido/recipes-kernel/linux/linux-cubox-i-3.14.14/defconfig |
17:27 | toddw_ | Just out of curiosity and plain ignorance for how these things work, what's the reason the imx6 doesn't seem supported on kernels > 3.14? |
17:27 | IgorPec | i have 4.4 kernel for hb |
17:28 | IgorPec | you can actually try it but there is for serial console only |
17:28 | toddw_ | no graphics support? |
17:28 | IgorPec | this one no, it's based on www.kernel.org |
17:29 | IgorPec | it's possible to merge graphics support. i seen it on udoo board |
17:29 | IgorPec | which is based on same soc, so it's possible |
17:30 | toddw_ | well, I'll leave that to people far more capable than I ;) |
17:30 | vpeter | mk01 has nice 4.4 with graphics. |
17:30 | vpeter | This is what I sed :) |
17:30 | vpeter | used |
17:31 | IgorPec | toddw_: if you need hdmi out, you don't have much options at the moment |
17:33 | toddw_ | yeah, that's what I'm using for development currently. At some point I'll have to figure out LVDS |
17:58 | vpeter | In mk01's kernel I'm using lvds too. Some small problems to fix but because mk01 doesn't have any display it will stay like this :) |
18:01 | Catwich | do I see that right? |
18:01 | Catwich | yocto is *still* on 3.14.14? |
18:01 | Catwich | thats unexpected |
18:01 | Catwich | anyway, afk |
18:01 | toddw_ | well |
18:01 | Catwich | dont have any tzime today |
18:01 | toddw_ | it depends |
18:02 | Catwich | it should be at least 3.14.54 |
18:02 | toddw_ | on 2.0 jethro no.. |
18:02 | toddw_ | but, it doesn't support any graphics |
18:02 | toddw_ | I'm not sure the yocto maintainers realize that.. |
18:02 | Catwich | ap0parently nobody did |
18:03 | Catwich | I've already come acrtoss many people that didnt notice the 3.14.54 tree that was pushed in I think october last year |
18:05 | vpeter | I asume jnettlet didn't finished his yocto port with this new stuff. |
18:05 | vpeter | To busy with other projects :( |
18:27 | Catwich | its so easy to become busy |
18:31 | vpeter | Sure if you do that for hoby. But working to support some platform is probably different story. |
23:37 | topi` | can somebody on the 3.14.54+ kernel test one thing for me? |
23:38 | topi` | if you run "ip rule list" in bash, do you get a infinite repeat of rule 0 on the console? |
23:38 | topi` | (ctrl-c to break it) |
23:38 | topi` | this happens on both my older HB 1, and the HB Gate |
23:38 | topi` | they're both on the 3.14.54+ kernel |
23:39 | topi` | Linux linux.site 3.14.54+ #1 SMP Fri Nov 13 15:55:52 UTC 2015 armv7l GNU/Linux |