-
Notifications
You must be signed in to change notification settings - Fork 1
Linux kernel on the Utilite Pro
jcdutton edited this page Aug 11, 2019
·
3 revisions
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:
- Both ethernet interfaces.
- Bridge and IP Tables enabled in the Linux kernel ./arch/arm/configs/utilite_defconfig.
- Console port
- If you install armhf kernel, you can use the latest ubuntu xenial ports.ubuntu.com. Tested with Ubuntu 16.04
- Boot Linux from the SD card (MMC)
- Boot Linux from internal SSD (SATA)
- The ./arch/arm/configs/utilite_defconfig supports filesystems ext2,ext4,btrfs.
- USB ports.
- Sound output. (some)
- Power/reset button. Using acpid, can be set to poweroff or reboot.
- HDMI display output works with the open source etnaviv driver.
- Access to the UBoot partitions from within Linux. E.g. access to the uboot environment config.
What does not work:
- WiFi network interface. (Device tree issue)
- Analogue sound output does not work. No sure why.
- Anything else not mentioned on the "What works" section!!!