07:05 | topi` | jnettlet: what about enabling GPT partitions in UBOOT? or have you done that already and it's just me who has too old UBOOT image? |
07:09 | jnettlet | topi`, I thought you had enabled it and it didn't work. I haven't had any time to do testing on it which is why I haven't turned it on. |
07:10 | jnettlet | topi`, do you need an image built for testing? |
08:01 | jnettlet | MarcusVinter, if you are interested in testing directboot. You need to install devmem or devmem2 and run devmem 0x20cc068 16 0x100 or devmem2 0x20cc068 h 0x100 |
08:01 | jnettlet | then you just reboot |
08:03 | jnettlet | if you need to customize the kernel commandline args then you should change them in the imx6qdl- dtsi file and rebuild the dtb and copy it over to your sdhc card. |
08:04 | jnettlet | This is from a completely un-optimized boot. Startup finished in 1.870s (kernel) + 3.461s (userspace) = 5.331s |
08:04 | jnettlet | that is reported from systemd-analyze |
08:07 | jnettlet | systemd-analyze blame reports that ModemManager, avahi-daemon, connman and systemd-logind are the worst offenders. all over 1.25 seconds |
09:58 | topi` | jnettlet: if you can compile a UBOOT test binary with the GPL turned ON, I'd be happy to test it out on my HB (I have both the quad-core model and the entry-level model with 512M ram) |
09:58 | jnettlet | topi`, okay I will do that after I walk the dogs |
09:58 | topi` | :) |
10:02 | topi` | we're mainly interested in GPT because everyone else uses it - the x86 based industrial computers we also have deployed at our customers are using it |
10:02 | topi` | even the Android world is using GPT |
10:02 | topi` | but you're right, enabling a "new" feature in any codebase, especially UBOOT, requires plenty of testing |
10:04 | topi` | rabeeh: do you have any recommendations for a semi-professional looking case that would fit the Baseboard Pro model in? because it has the mSATA connector, most RPi cases won't fit (unless you make a cut at the exact position of the mSATA connector) |
10:09 | topi` | odd. If I plug in a USB keyboard, it works when plugged on the bottom USB connector, but does not when plugged on the top usb conn |
10:09 | topi` | I get plenty of usb 2-1: reset high-speed USB device number 2 using ci_hdrc |
10:10 | topi` | it recognises fine on both connectors, "input: USB keyboard as /devices/ ..." |
10:10 | topi` | but then the resets start to appear and the kbd stops working |
12:00 | heap_ | is it possible to buy somewhere old cubox pro? |
12:28 | pahartik | heap_: You want to use it as nice IPv6 PulseAudio server with optical output? |
22:33 | topi` | jnettlet: do you now have a "gpt" branch for uboot? :) |