04:56 | jnettlet | the usb is not hooked up to the top usb port next to the the ethernet port. This is the OTG port and doesn't work in controller mode in u-boot. you need to use the lower USB port, or one of the front USB ports, or header. |
08:42 | SYS64738 | hi |
08:50 | SYS64738 | I am trying to find or compile a pptp client or openvpn for cubox 1st gen |
08:50 | SYS64738 | someone is still using it ? |
08:51 | SYS64738 | (does) |
09:03 | jnettlet | SYS64738, any non hfp distribution should work on the original Cubox |
09:04 | SYS64738 | what do you mean with hfp ? |
09:05 | SYS64738 | I tried Kali and geexbox and they work |
09:06 | SYS64738 | now I am on geexbox that is fully working, but I would like to use some vpn client |
09:07 | SYS64738 | but i can't find binaries on the net |
09:08 | SYS64738 | I hoped to find some cubox1 user |
09:08 | SYS64738 | with those files or info on how to build it |
14:03 | ngochai | jnettlet, front USB ports? where are they in my hummingboard pro? |
17:39 | Artox | topi`: not sure hwne you asked, but the offending options are 64bit and metadata_csum |
17:39 | topi` | OK |
17:39 | topi` | I think I already removed metadata_csum (with tune2fs -O ^metadat_csum) |
17:40 | topi` | maybe it still had that 64bit flag on. |
17:40 | Artox | I don't think you can tune away 64bit |
17:40 | topi` | Dunno. I solved the issue by mkfs'ing it as ext2 :) |
17:40 | Artox | probably needs new mkfs |
17:40 | Artox | lol |
17:40 | Artox | next time you'll revert to fat? |
17:40 | topi` | ext2 is probably just fine for /boot, it's going to be kept readonly |
17:40 | Artox | yep |
17:45 | topi` | have you already tested how repo.solid-build.xyz will react to upgrading jessie to stretch? |
17:45 | topi` | I'm going to do it now as we speak :) |
17:48 | topi` | hmm, dist-upgrade is loading some stuff from repo.solid-build.xyz |
17:49 | topi` | bsp-cuboxi, firmware-imx, imx-gpu-viv-fb etc |
17:49 | topi` | also the kernel comes from there. do you override something from standard debian? |
18:20 | Artox | topi`: nope, tested nothing |
18:20 | Artox | I am in the process of upgrading the OBS |
18:20 | Artox | it has to go from very odl release back to head |
18:21 | Artox | which will bring better support importing distros without downloading their entire repos |
18:21 | Artox | but there will be a problem with the next debian release |
18:21 | Artox | I think they are switching kernel ABI to 3.16 |
18:21 | Artox | for userspace |
18:22 | Artox | topi`: any overrides are the packages in our repos themself |
18:23 | Artox | ofc these are libdrm (for vivante) |
18:23 | Artox | connman |
18:23 | Artox | and openssl to add cryptodev support |
21:17 | topi` | what, is openssl accelerated on i.mx6? |
22:06 | Artox | topi`: only if you load cryptodev |
22:06 | Artox | and then only a few algorithms |
22:06 | Artox | someone needs to find the time to add all algorithms the imx6 can do, and then see if the ssl testsuite still runs |