Skip to content

v2023.10-05.kernel-v5.10.x

Pre-release
Pre-release
Compare
Choose a tag to compare
@fb87 fb87 released this 05 Oct 08:52
· 4 commits to v5.10.x since this release

Some improvements on top of the kernel v5.10.x

  • Switch to Ambian kernel
  • New bootloader - u-boot v2023-07-02, get rid of Python2 needed.
  • Mali GPU now works on Wayland (sway included), once started, Mali firmware will be loaded.
    • Chromium nix run nixpkgs#chromium -- --ignore-gpu-blocklist --ozone-platform=wayland, check chrome://gpu
    • Firefox MOZ_ENABLE_WAYLAND=1 nix run nixpkgs#firefox, check about:support
    • Video/Audio work, perf quite good compare to Ubuntu Rockchip, Youtube Video playback ~30% CPU (1080p 60fps on 4K monitor), 50% CPU (4K 30fps on 4K monitor)
  • Fix the issue Panfork issue #1 by enable firmware compression support from Kernel config.
    • CONFIG_FW_LOADER_COMPRESS=y
    • CONFIG_FW_LOADER_COMPRESS_XZ=y

Note: Wifi/BT are still not working now.