Skip to content

Instantly share code, notes, and snippets.

View brianbianco's full-sized avatar

Brian Bianco brianbianco

View GitHub Profile
@brianbianco
brianbianco / gist:9009a81d9d3cb2e82400f810e871da24
Created April 25, 2025 22:16 — forked from crunchingcode/gist:23d8254d77d07d4043fcec450e41c10d
Ubuntu 24.04.1 mainline linux kernel on Turing PI RK1
How to run mainline linux kernel with ubuntu 24.04.1 LTS on RK1 (although I imagine other distros with package managers will be similar.
Locate the version you want here https://kernel.ubuntu.com/mainline/ keep in mind that I would base the version on https://gitlab.collabora.com/hardware-enablement/rockchip-3588/notes-for-rockchip-3588/-/blob/main/mainline-status.md and there completion
You are required to install linux-headers-6.14.0-061400_6.14.0-061400.202503241442_all.deb as its not specific to the arch and its required for linux-headers-6.14.0-061400-generic_6.14.0-061400.202503241442_arm64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.14/amd64/linux-headers-6.14.0-061400_6.14.0-061400.202503241442_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.14/arm64/linux-headers-6.14.0-061400-generic_6.14.0-061400.202503241442_arm64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.14/arm64/linux-image-unsigned-6.14.0-061400-generic_6.14.0-061400.202503241442_arm64.deb
wget htt
# TrueCrypt 7.1 is incompatible with Homebrew, largely because it
# hardcodes some osxfuse libs in /usr/local/lib. A tedious solutions
# was outlined in
# https://github.com/mxcl/homebrew/pull/10183#commitcomment-1425634,
# which I've modified ever so slightly
MV="/bin/mv -f"
RM="/bin/rm"