-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PROGRESS] Switch to mainline-ish kernel (linux-aarch64-7ji) #19
Comments
I've tested the new kernel (
@a520ass |
需要怎么测试呢,目前我是在用armban的主线内核6.1.30,在archlinux下没什么问题。 |
在最新action的build artifact里:
启动配置里,内核文件、内存盘文件、DTB文件的路径从-flippy改成-7ji就是用这个内核的全套。缺少DTB文件的情况下可以混用其他内核的DTB。 |
@a520ass |
We're not using official ArchLinux ARM
linux-aarch64
kernel because it is lagged behind in versioning (currently 6.2.10) and is broken on Amlogic platformThe
linux-aarch64-flippy
kernel we're currently using however, is also lagged behind at6.1.38
, and derived a lot from the mainline kernel. The more it derived the harder it is in the future for users to switch back to the untouched mainline kernel.A new kernel
linux-aarch64-7ji
is added, using upstream https://github.com/7ji/linux branchamlogic
, now at version6.4.3
, with only bare-minimum changes for Amlogic platforms. Most noticable differences are my patches already inflippy
kernel, and a few dts ported fromflippy
kernel.The two kernels (
linux-aarch64-flippy
andlinux-aarch64-7ji
) are both pre-installed in new images now, with-flippy
being the default one. I'm not planning to removeflippy
kernel soon since there's preciously a lot of nice stuffs for Amlogic platforms.If, however, any one want to use
-7ji
kernel, do note there's a few traps:-flippy
, you can still use the dts fromflippy
kernel if you don't uninstall it. The two kernels can co-exist, unlike ArchlinuxARM's official kernelsmmc1
being sd card andmmc2
being emmc, it'smmc0
being sd card andmmc1
being emmc. SDIO card uses slot 2 instead of 1. This will bite you if you're usingmmcblkXpY
as the bootup configuration or mounting configuration.Allwinner
orRockchip
platforms pre-built, this is only for Amlogic platformsThe text was updated successfully, but these errors were encountered: