graugans / meta-udoo

:heartpulse: openembedded meta layer for the UDOO boards
MIT License
31 stars 18 forks source link

update kernel and uboot Morty 4.1 #36

Open modjo756 opened 7 years ago

modjo756 commented 7 years ago

Some changes to remove error during build kernel 4.1. Update mmcdev/part to allow correct boot. Preliminary support for secoA62.

graugans commented 7 years ago

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?

modjo756 commented 7 years ago

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 ...