You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debian packages for CIX Sky1 (CD8180) boards: Radxa Orion O6/O6N, Orange Pi 6 Plus.
Usage
# Add repository key
wget -qO- https://sky1-linux.github.io/apt/key.gpg | sudo tee /usr/share/keyrings/sky1-linux.asc > /dev/null
# Add repository (LTS kernel — default)echo"deb [signed-by=/usr/share/keyrings/sky1-linux.asc] https://sky1-linux.github.io/apt sid main non-free-firmware"| sudo tee /etc/apt/sources.list.d/sky1-linux.list
# Install
sudo apt update
# Full desktop (kernel, firmware, hardware video in Firefox/Chromium/FFmpeg/GStreamer)
sudo apt install sky1-desktop
# Or minimal (kernel + firmware only)
sudo apt install sky1-minimal
# Or individual packages
sudo apt install linux-image-sky1 sky1-firmware
Kernel Tracks
The repository has multiple components for different kernel tracks. Users opt-in by adding components to their sources.list. The main component is always required (firmware and multimedia live there).
Track
Component
Meta Package
Description
LTS
main
linux-image-sky1
Production kernel (6.18.x)
Latest
latest
linux-image-sky1-latest
Latest stable (6.19.x)
RC
rc
linux-image-sky1-rc
Release candidates (dormant until 7.0-rc1)
Next
next
linux-image-sky1-next
Bleeding-edge (Linus master)
# LTS only (default)
deb .../apt sid main non-free-firmware
# LTS + RC testing
deb .../apt sid main rc non-free-firmware
# LTS + Latest stable
deb .../apt sid main latest non-free-firmware
To switch tracks, install the track's meta package:
# Switch to RC kernel
sudo apt install linux-image-sky1-rc linux-headers-sky1-rc
# Switch back to LTS
sudo apt install linux-image-sky1 linux-headers-sky1
sudo apt autoremove # removes old track's kernel