Igor Posted July 22, 2019 Posted July 22, 2019 1 hour ago, ning said: why not mainline kernel? Mainline kernel is always behind ... To provide better functionality and with less additional patches.
ning Posted July 22, 2019 Posted July 22, 2019 53 minutes ago, Igor said: Mainline kernel is always behind ... To provide better functionality and with less additional patches. less additional patches? still requires additional patches? why not merge these additional patches to 3rd party repo?
Igor Posted July 22, 2019 Posted July 22, 2019 3 hours ago, ning said: still requires additional patches? Of course. Once again: mainline kernel (www.kernel.org) is behind 6-12 months and some features will never be accepted or accepted late for many reasons. Pure mainline = dropping many Allwinner specific (in this case) features and ignore few obvious bugs that hasn't been fixed upstream. Ignoring advantage we have - knowing hardware very well - from any Linux distribution that is not Armbian based. Is that what you want? 3 hours ago, ning said: why not merge these additional patches to 3rd party repo? Answer to this question is Quote why KERNELSOURCE="https://github.com/megous/linux" But not all are there and IMO patches is easier to maintain then yet another private kernel fork.
martinayotte Posted July 22, 2019 Author Posted July 22, 2019 7 hours ago, ning said: @martinayotte I have a question, why KERNELSOURCE="https://github.com/megous/linux" in sunxi_common.inc? I think Igor already answered that, but let's detailled that with my own answer : Megous branch is already a fork of the Mainline, but he contributed himself by patching in his own branch a lot of things that are not yet in Mainline. If Armbian would use Mainline directly, we would have to bring copies of Megous patches ourselves and maintain them, giving us nothing more than additional workload... So, Megous is in other words some kind of an Armbian contributor by maintaining his own branches which are usually updated within few days of official Mainline releases, such as 5.2.y recently. For other SoC, Armbian is doing the same, such as Ayufan's branches ...
ning Posted July 22, 2019 Posted July 22, 2019 for meson64, it always uses mainline/stable kernel, not private fork. is this because meson support in upstream is much good than sunxi? BTW: when meson64-dev to 5.2.y?
martinayotte Posted July 22, 2019 Author Posted July 22, 2019 22 minutes ago, ning said: is this because meson support in upstream is much good than sunxi? Not really, but we didn't found yet a private fork that is relevant to work with, this means that meson may lag behind until we found proper maintainer. 24 minutes ago, ning said: BTW: when meson64-dev to 5.2.y? Maybe soon, it is only because "time is still the missing ingredient" ...
t-minik Posted August 2, 2019 Posted August 2, 2019 Just a quick question. Will 5.2.x be available with apt update && apt upgrade? I'm on an old user built stretch and bionic, switched to dev, now 5.91 and it remains on 5.1.x kernel for now. Perhaps it's not as stable as you would like? Best regards
Igor Posted August 2, 2019 Posted August 2, 2019 It will be. Perhaps during this weekend.Wrote on mobile
vlad59 Posted August 2, 2019 Posted August 2, 2019 Hi all, FYI, I just build an image for a Pine64 (1Gb) and everything seems perfectly fine with kernel 5.2.X -> thanks a lot to all armbian team and especially to @martinayotte I'll probable rebuild my Banana pi image later this month.
AZ8 Posted August 4, 2019 Posted August 4, 2019 I have built an image for OPi3. Is it possible to upgrade just kernel without re-flashing whole system?
martinayotte Posted August 4, 2019 Author Posted August 4, 2019 25 minutes ago, AZ8 said: Is it possible to upgrade just kernel without re-flashing whole system? Do a build with "kernel+u-boot only", then copy output/debs/linux-image-dev-sunxi64_5.93_arm64.deb and output/debs/linux-dtb-dev-sunxi64_5.93_arm64.deb on the OPi using "scp". After logging into OPi with "ssh", simply do "dpkg -i linux*.deb" ...
Werner Posted August 4, 2019 Posted August 4, 2019 47 minutes ago, martinayotte said: Do a build with "kernel+u-boot only", then copy output/debs/linux-image-dev-sunxi64_5.93_arm64.deb and output/debs/linux-dtb-dev-sunxi64_5.93_arm64.deb on the OPi using "scp". After logging into OPi with "ssh", simply do "dpkg -i linux*.deb" ... And may be the Linux headers as well depending on your needs
AZ8 Posted August 4, 2019 Posted August 4, 2019 Great, thanks. And last question^ when are you going to switch to 5.3? HW watchdog is must have thing for such unstable system like OPi3
Werner Posted August 4, 2019 Posted August 4, 2019 I think @martinayotte will start working on 5.3 as soon as it is officially released
martinayotte Posted August 5, 2019 Author Posted August 5, 2019 21 hours ago, Werner said: I think @martinayotte will start working on 5.3 as soon as it is officially released Right ! As soon as there is no more RCs ... Maybe next month ...
Recommended Posts