14:42 | jnettlet | mk01, finally getting around to testing your patches. Looks like one is missing that adds SetupDisplayReconfigure() . |
14:42 | jnettlet | I also had to patch PeripheralVideo.cpp to setup the KODI::MESSAGING namespace |
19:50 | vpeter | jnettlet: I'm trying to get LVDS screen on udoo. Do I need to enable anything extra in kernel for this? |
20:06 | jnettlet | vpeter, just the device tree changes. |
20:07 | jnettlet | I have someone using an lvds screen with this kernel on the hb |
20:09 | vpeter | Then I have some error in dts. |
21:07 | flips | my problems with openelec's samba running on my CuBox-i4Pro ... there shouldn't be any troublesome hardware i/o limitations for this box serving nfs/smb/ftp/whatever? (I should look for software issues, not hw?) |
21:21 | flips | if I insert a bootable usb thumbdrive, will it boot that instead of the micro-sd card? |
22:15 | Artox | flips: nope |
22:15 | Artox | as far as the SoC is concerned, no usb disk is bootable |
22:24 | flips | Oh ... meant I saw a dude unbrick a device and in the process boot usb ... but I guess he just stored the u-boot image there or something ... |
22:27 | Artox | flips, you can boot from usb, but that will always be a chainload from microsd |
22:29 | Artox | microsd needs to have SPL and u-boot, and then anything is possible |
22:30 | flips | but no fancy grub-menu ;) (I the wiki was correct, symlinks was the way) |
22:31 | Artox | flips: make one :) |
22:31 | Artox | thats what I mean by anything's possible |
22:31 | Artox | like, openmoko once made a boot menu on top of uboot, it is definitely possible |
22:32 | flips | Yep, was just hoping for a quick way to test something in plain debian as opposed to openelec, but I guess I need to make som links and stuff :) |
22:33 | Artox | flips: what are you trying to find out? |
22:33 | flips | if I can get nfs or samba stable ... |
22:33 | Artox | ah |
22:36 | flips | someone told me the cpu had virtualization capabilities ... maybe I could run openelec in a VM ... ;) |
22:40 | Artox | flips: I think he was lieing |
22:41 | flips | For all I know the cpu might have some virt extension, but I might have to write my own hypervisor if it has ;) |