Unofficial linux kernel debian repository for JH7110

This is an unofficial fork with updated 6.12. It works with the official VisionFive 2 Lite image or ilreh's unofficial images on Debian 13 Trixie.

See the project page for details

Current version: 6.12.103
Warning: Do not use with Ubuntu

Usage

Import the signing key

curl -fsSL https://r0b0.github.io/visionfive2-linux/pubkey.gpg | sudo gpg -o /etc/apt/trusted.gpg.d/r0b0-visionfive2-linux.pgp --dearmor
			

Setup the repository

curl -fsSL https://r0b0.github.io/visionfive2-linux/r0b0-visionfive2-linux.sources | sudo tee /etc/apt/sources.list.d/r0b0-visionfive2-linux.sources
			

Pin the repository

curl -fsSL https://r0b0.github.io/visionfive2-linux/r0b0-visionfive2-linux.pref | sudo tee /etc/apt/preferences.d/r0b0-visionfive2-linux.pref
			

Update and use

sudo apt update
sudo apt install linux-headers-riscv64 linux-image-riscv64 linux-libc-dev