alizaki Posted January 9, 2018 Posted January 9, 2018 When I clone linux-sunxi git repo I can only find git tags for kernel 3.4.xx versions. Where are the git tags for kernel 4.x.x?
Igor Posted January 9, 2018 Posted January 9, 2018 You can find mainline kernel here: https://www.kernel.org/ more precisely, most recent (stable to be) branch: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/tree/?h=v4.14.12 + all those patches https://github.com/armbian/build/tree/master/patch/kernel/sunxi-next and you are there. If you are running beta builds and you want a patched complete H3 mainline kernel source on your board for whatever reason: apt install linux-source-4.14.12-next-sunxi If you plan to cross-compile, check this: https://github.com/armbian/build Add: one of the options is also sunxi-next branch at https://github.com/linux-sunxi/linux-sunxi 1
Recommended Posts