If anyone still using Udoo for Kodi: http://vpeter.libreelec.tv/imx6-sol...C-imx6.arm-8.0-7.90.005.1-udoo-sr-3.14.img.gz Image can be written to SD card with our new tool LibreELEC USB-SD Creator: https://libreelec.tv/2016/08/usb-sd-creator/ For touchscren Estouchy skin should be manually installed: http://vpeter.libreelec.tv/touchscreen/kodi-theme-Estouchy-17.0-beta1-81d5d26.zip
Thanks @vpeter ! Sorry for the stupid question but how to compile LibreELEC for the Udoo board? I tried with the usual PROJECT=imx6 ARCH=arm make -j12 image but the image does not boot. In the project option file I see there are two u-boot versions to be set but I don't understand how to do it. Thanks for your help.
Code: PROJECT=imx6 ARCH=arm SYSTEM=udoo make image No need for -j12 - build system automatically use all the cores on a system.