I was looking for kernel updates for my Udoo quad and found this guy: http://www.igorpecovnik.com/2015/02/20/udoo-quad-debian-sd-image/ Anyone out here is familiar with his creations? Thx
I am using one of its debian images with kernel 3.18 long time ago. I think its the best images avalailable but it lacks video decoding hardware acceleration. I tryed last ubuntu image but could not start desktop enviorment because of some seg fault
Hi, Igor use kernel from my repo : https://github.com/patrykk/linux-udoo. This kernel support newest vivante drivers and you have to have support for EGL, OpenGL, VPU. You could run apps like: XBMC (preloaded framebuffer libs) gstream chromium with EGL and flash 12.x neverball stellarium celestia It support everything like 3.14 from uduoobuntoo2 long time. If you have some problem please supply some logs. We will try resolve a problem. best regards,
Since I'm reading this topic and I have some trouble cross-compiling your kernel, here's my output: http://pastebin.com/WBkvWTmf I'm cross compiling following udoo docs, I even copied the udoo_defconfig: 1) make ARCH=arm udoo_defconfig (yes, named it this way) 2) make ARCH=arm menuconfig 3) make -j4 CROSS_COMPILE=../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi- uImage LOADADDR=0x10008000 modules (yes, binary is there) This is my first attempt to compile a newer kernel, always used the old 3.0. Thanks for your time!
Hi, I have exaclty the same output ! I try to enable SPI support in the kernel. See my topic here : http://www.udoo.org/forum/threads/enable-spi.2488/
Hi guys, I release today kernel 4.2 https://github.com/patrykk/linux-udoo. Please use with this kernel config file from: http://kowalczyk.ws/imx/kernel/config-4.2 and configure init options for your distro.. I'll add config file into kernel tree.
Still the same problem for me, even with the newest kernel from UDOO I've got the same error. Guess I'm really missing something when cross compiling.
Hi. It means that you use the wrong ABI. The official toolchain provided here cannot compile some instruction sets. Try to compile with this one (Linaro toolchain) : https://releases.linaro.org/14.09/c...-arm-linux-gnueabihf-4.9-2014.09_linux.tar.xz