Skip to content

Linux kernel on the Utilite Pro

jcdutton edited this page Aug 11, 2019 · 3 revisions

Welcome to the linux-utilite wiki!

This git repo is for Linux kernel 5.2.8 on the Utilite Pro PC.

Use the "v5.2.8-utilite" branch.

Quick summary:

What works:

  1. Both ethernet interfaces.
  2. Bridge and IP Tables enabled in the Linux kernel ./arch/arm/configs/utilite_defconfig.
  3. Console port
  4. If you install armhf kernel, you can use the latest ubuntu xenial ports.ubuntu.com. Tested with Ubuntu 16.04
  5. Boot Linux from the SD card (MMC)
  6. Boot Linux from internal SSD (SATA)
  7. The ./arch/arm/configs/utilite_defconfig supports filesystems ext2,ext4,btrfs.
  8. USB ports.
  9. Sound output. (some)
  10. Power/reset button. Using acpid, can be set to poweroff or reboot.
  11. HDMI display output works with the open source etnaviv driver.
  12. Access to the UBoot partitions from within Linux. E.g. access to the uboot environment config.

What does not work:

  1. WiFi network interface. (Device tree issue)
  2. Analogue sound output does not work. No sure why.
  3. Anything else not mentioned on the "What works" section!!!

Clone this wiki locally