meta-udoo
meta-udoo copied to clipboard
update kernel and uboot Morty 4.1
Some changes to remove error during build kernel 4.1. Update mmcdev/part to allow correct boot. Preliminary support for secoA62.
This looks promising. But with this changes I guess we will loose Kernel 3.14 compatibility what is needed for Arduino isn't it? Please take a look what I did in my 4.1 branch. The patch 0003-avoid-endless-loop.patch
is not needed anymore. Have you tested the wifi on the Neo?
Hi Graugans, yes for the moment we need kernel 3.14 for arduino side on neo (due to mcc driver ...). To do this i have replaced (in machine/udooneo.conf)
PREFERRED_VERSION_linux-udooboard ?= "3.14%"
by
DEFAULT_PREFERENCE_linux-udooboard ?= "3.14%"
by this way, in my recipes when i use PREFERRED_VERSION by the version of kernel what i need it replace de default version ...