IgorS Posted March 27, 2021 Posted March 27, 2021 Hello Armbian, Since long time ago, build system is stuck at mainline kernel version 5.10.21 (for OrangePi H2+ H3 and H5 boards). Am I doing something wrong or what? Best regards.
Werner Posted March 27, 2021 Posted March 27, 2021 Probably because nobody had time to add them and make sure they do not cause any incompatibilities. Feel free to do some tests yourself and get back with the results Little further explanation: sunxi is not build from vanilla sources but megous pre-patched sources which is commonly little behind. Edit: There: https://github.com/armbian/build/pull/2743 Feel free to test.
guidol Posted March 27, 2021 Posted March 27, 2021 6 hours ago, IgorS said: Hello Armbian, Since long time ago, build system is stuck at mainline kernel version 5.10.21 (for OrangePi H2+ H3 and H5 boards). Am I doing something wrong or what? Do you generate - with the build system - only "current"-images? Because in DEV for H2+/H3 I got 5.11.2 on the NanoPi Neo (sunxi): 5.11.2-sunxi #trunk SMP Tue Mar 2 18:14:30 +03 2021 armv7l GNU/Linux and 5.11.3 at he H5 CPU with a NanoPi Neo2 (sunxi64): 5.11.3-sunxi64 #trunk SMP Mon Mar 8 23:00:36 +03 2021 aarch64 aarch64 aarch64 GNU/Linux
IgorS Posted March 27, 2021 Author Posted March 27, 2021 Yes, I am building current images. 2021-03-27 14:17:03 Executing: ./compile.sh BOARD=orangepione USEALLCORES=yes BRANCH=current KERNEL_ONLY=yes KERNEL_CONFIGURE=no Result: version 5.10.21
lanefu Posted March 27, 2021 Posted March 27, 2021 Sunxi is one of the platform where we dont follow mainline directly and can be behind depending on maintainers progress. https://github.com/armbian/build/blob/master/config/sources/families/include/sunxi_common.inc We often add patches to bring it current. @Igorupdated it a few weeks ago but rolled them back after i had a problem.... which i think turned out to be caused by another issue i haven't figured out yet. Probably safe to add payches back.
Recommended Posts