hexdump0815 / imagebuilder

velvet os - simple script framework to build ubuntu 22.04 lts jammy (in older versions also 20.04 lts focal) and debian 12 bookworm (in older versions also 11 bullseye) bootable usb / sd card images for some arm and intel devices - lots of prebuilt images as well
GNU General Public License v3.0
296 stars 44 forks source link

rockchip_rk33xx: misc: Linux headers for T9 (rk33xx) #76

Open nerodark opened 1 year ago

nerodark commented 1 year ago

Hello,

I happen to try your images instead of josh's armbian on my T9 box, It works flawlessly. I am trying to install Anbox but it requires to have the kernel headers that match my current kernel version (5.19.1-stb-rkc+) I have looked with "apt-cache search linux-headers" but couldn't find the headers that match this version.

Do you know where I should look to download/compile them ?

Big thanks in advance.

hexdump0815 commented 1 year ago

@nerodark - as this question is coming up from time to time i tried to write down something which hopefully will work: https://github.com/hexdump0815/imagebuilder/blob/main/info/generic/installing-kernel-headers.txt - please let me know if this works for you or if not what goes wrong - i usually always have the kernel sources from the kernel build around, so never ran into this problem so far.

good luck and best wishes - hexdump