Kernel 5.10.231-rt125-innuos-02 - Build and installation notes ================================================================ Source package: linux-5.10.231-rt125-innuos-02.tar.xz SHA-256 checksum: 8d69ace4c4ec275edb8c4d600515be652cf14440d26792a3200ce96e87b69eb5 To check the downloaded file, run: sha256sum linux-5.10.231-rt125-innuos-02.tar.xz The command output must start with the SHA-256 checksum shown above. The archive includes upstream kernel source 5.10.231, the PREEMPT_RT patch, Innuos patches, the shipped kernel configuration, and build notes. Example reconstruction flow: tar -xf linux-5.10.231-rt125-innuos-02.tar.xz cd linux-5.10.231-rt125-innuos-02 tar -xzf upstream/linux-5.10.231.tar.gz cd linux-5.10.231 gzip -cd ../patches/patch-5.10.231-rt125.patch.gz | patch -p1 patch -p1 < ../patches/innuos-usb-audio-quirks.patch cp ../configs/config-5.10.231-rt125-innuos-02 .config make olddefconfig make -j$(nproc) bindeb-pkg Example installation of generated Debian packages on a compatible system: sudo dpkg -i ../linux-image-*.deb ../linux-headers-*.deb sudo update-grub sudo reboot Notes: - The exact package names depend on the build output. - Installation may require console access or recovery access if the kernel fails to boot. - These instructions are for the open source kernel component only and do not provide a full Sense OS installer.