patrykk / linux-udoo

Udoo Linux Kernel
Other
29 stars 6 forks source link

linux-udoo

Linux Udoo Kernel - 4.4.x This branch base on 3.14.54-ga freescales kernel - vivante driver 5.0.11p7.3

Howto install:

Configure kernel

make menuconfig (or use udoo config file: make udoo_quad_defconfig)

Compile kernel

make zImage modules (or just: make -j5)

install modules

make modules_install

copy kernel file

cp arch/arm/boot/zImage /boot/

compile dtb file

make imx6q-udoo.dtb (for quad)
make imx6dl-udoo.dtb (for dl)

copy dtb file

cp arch/arm/boot/dts/imx6q-udoo.dtb  /boot/ (for quad)
cp arch/arm/boot/dts/imx6dl-udoo.dtb  /boot/ (for dl)

copy firmware

cp firmware/imx/sdma/sdma-imx6q.bin /lib/firmware/imx/sdma/

configure your uboot

Versions

This has been tested with:

What Works and What Doesn't

Work:

Tested apps

Doesn't Work