Steve Arnold

Results 134 comments of Steve Arnold

@bakert is this the right place? https://github.com/PennyDreadfulMTG/pystache/pull/1 or did you want that in your personal github?

I like pushing mainline/FOSS onto these things, so I made some test builds, one by hand and one using meta-udoo plus my own layers, all FOSS with no vendor trees...

Also note the device tree support in mainline u-boot/kernel is only the minimum 3 board types without any of the extra subtypes in the fsl/udoo forks. The rproc support should...

I've been testing some newer recipes (mainly on udoo quad) but got hung up on a couple of things, one is that newer-than-4.12 kernels actually don't boot fully with my...

And I spent too much time hacking ardunio ide 1.8.5 with udoo/sam hardware tree and it sort of works with crossdev multilib build of arm-none-eabi-gcc 6.4.0. Except for uploading the...

Also I made a wiki page for this: https://wiki.gentoo.org/wiki/Udoo

Got it, found the right forum post and made a driver/dts patch and now arduino IDE on Gentoo with mainline can upload a sketch. Now I just need to find...

The serial/ardiuno patches for imx6 udoo quad/dual are still in Robert's kernel builder repo: https://github.com/RobertCNelson/armv7-multiplatform and I can at least see the devices running 5.0.1 (sadly I have no time...

It sounds like you just need to enable LPAE in your kernel config: ``` $ zcat /proc/config.gz | grep LPAE CONFIG_ARM_LPAE=y ```

Oh, my current workaround is to keep binutils-config-5.1 in my local overlay for now (which is not so optimal). Thanks...