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
Device Manager -> O/S Hardware Description Selection has to be set to ACPI
The following option has to be enabled in UEFI: Device Manager -> Platform Configuration -> Compliance Configuratuin -> Enable ACPI SCMI
Support status
hardware components
Status
Notes
DP Display
DP alt mode works
USB C port near the power button has issues when rendering videos decoded by vpu via GL
HDMI Display
TODO
DP Sound
TODO
Headphone jack
Supported
GPU
Supported
VPU
Supported via external DKMS
NPU
Supported via external DKMS
USB
Works without patches
PCIE
Works without patches
Build kernel
This is an example of building kernel with patches and kernel config of v7.0 on a native arm64 machine.
# Clone this repo
git clone https://github.com/cixtech/cix-linux-main
# Clone kernel source code
git clone --depth 1 https://github.com/torvalds/linux.git -b v7.0-rc4
# Get into source dir
cd linux
# Create a branch for development
git branch dev-7.0 && git checkout dev-7.0
# Apply patches
git am ../cix-linux-main/patches-7.0/*.patch
# Copy kernel config
cp ../cix-linux-main/config/config-7.0.defconfig .config
# Make oldconfig
make olddefconfig
# Build kernel deb
make -j$(nproc) bindeb-pkg
Kernel parameters
There are following kernel parameters which are necessary for booting kernel: