17:40 | ngochai | Hi guys, I'm trying to build linux kernel for hummingboard i2ex, do I need the dtb files in order for the kernel to boot? |
17:41 | jnettlet | ngochai, yes |
17:42 | jnettlet | if you put the dtbs and zImage in / or /boot of the first partition of the sdhc card the default uboot scripts should find them and load them for you |
17:43 | ngochai | jnettlet, I'm running kernel 3.0.x now and there's no dtb files and the uImage works |
17:44 | jnettlet | ngochai, oh...why are you using that kernel? |
17:44 | Humpelstilzchen | dtb came after 3.0 |
17:45 | ngochai | jnettlet, I know it's old kernel that's why I'm trying to get 3.14 kernel |
17:47 | ngochai | I'm using hummungboard i2ex, do I need those *cubox*.dtb? or just the *hummingboard*.dtb? |
17:48 | jnettlet | ngochai, ultimately just hte imx6q-hummingboard.dtb |
17:50 | ngochai | jnettlet, thanks, I will give it a try |
17:55 | jnettlet | np |
18:14 | ninou | hi |
18:16 | ninou | strange, i do not see the BAR addresses with lspci using my humming board |
19:10 | R0nd | still can't compile xbmc :/ |
22:37 | R0nd | I ain't a c++ pro, but this error doesn't make any sense to me |
22:37 | R0nd | LinuxRendererGLES.cpp:179:86: error: cannot convert �PFNEGLCREATESYNCKHRPROC {aka void* (*)(void*, unsigned int, const int*)}� to �void*(EGLDisplay, EGLenum, const EGLint*) {aka void*(void*, unsigned int, const int*)}� in assignment |
22:44 | Humpelstilzchen | but thats a different error to last time |
22:44 | R0nd | same one, I just was misinterpreting it |
22:45 | R0nd | http://pastebin.com/rgWiMw07 |
22:46 | R0nd | I guess it's not about duplicate declarations, but rather types that should be equivalent aren't recognized as such |
22:47 | Humpelstilzchen | I would always start with the first error, the others are probably follow ups |
22:51 | Humpelstilzchen | R0nd: what commit is this? |
22:51 | R0nd | it happens pretty much on every commit for me now, even ones that used to build before |
22:52 | R0nd | the problem is I can't remember what did I do to break it |
22:52 | Humpelstilzchen | did you download any other libs lately? |
22:52 | R0nd | I don't think so |
23:11 | R0nd | damn this is a mess, why can't all relevant includes and libs just sit in the project dir |
23:13 | R0nd | linux ways confuse me sometimes |
23:14 | R0nd | I guess I'll just look up all changes since last successful build |
23:14 | R0nd | off to sleep now |