Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 974 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 974 Bytes

platform-udoo

This repo contains all platform-specific files, used by the Volumio Builder to create a udoo-neo and udoo-qdl images.

U-Boot Sources

git clone -b <branch> https://github.com/UDOOboard/uboot-imx

udoo-neo:

  • Branch: 2015.04

udoo-qdl:

  • Branch: 2015.10.fslc-qdl

Note: This repo contains u-boot patches for the corresponding boards. Use the patch before compiling your own u-boot, it enables the use of initramfs.

Kernel Sources

git clone -b <branch> https://github.com/UDOOboard/linux_kernel

udoo-neo:

  • Branch: default
  • Config: udoo_neo_defconfig

udoo-qdl:

  • Branch: default
  • Config: udoo_quad_dual_defconfig

Note: Before compiling the kernel, use the overlayfs patch in this repo.

Platform files for udoo-neo

  • 20170207: Initial version
  • 20170331: Added snd_aloop to support brutefir

Platform files for udoo-qdl

  • 20170207: Initial version
  • 20170331: Added snd_aloop to support brutefir