Releases: ophub/kernel
Releases · ophub/kernel
tools
- This repository contains flashing tools and Android firmware used for installing Armbian and OpenWrt on TV boxes.
- On May 20, 2025, I accidentally deleted the kernel repository, resulting in the loss of all historical resources. They have now been re-uploaded using the backup shared by the kind user
Ghostvia 123 Cloud Drive. Special thanks! To prevent similar incidents in the future, please download and back up any necessary resources promptly. - 这里保存的是一些在盒子里安装 Armbian 和 OpenWrt 时会用到的刷机工具和安卓系统。
- 我在 2025.05.20 误删除了 kernel 仓库,导致历史资源全部遗失,现已使用热心网友
Ghost分享的123云盘备份资源重新进行了上传,特此感谢!为了避免以后再次发生类似的意外,请有需要的用户及时下载备份所需资源。
kernel_stable
- These are Mainline LTS(Long Term Support) kernels that provide
stablesupport for Armbian and OpenWrt. - It works with most
Amlogic,Rockchip, andAllwinnerdevices. For specific details, please refer to the instructions on the homepage of each system's repository. - 这些是主线 LTS(长期支持)内核,为 Armbian 和 OpenWrt 提供
稳定的支持。 - 适用于
amlogic,rockchip,allwinner的大部分设备,具体可以参考各系统仓库首页的说明。
kernel_rk35xx
- These are dedicated BSP kernels for
Rockchip rk3528/rk3566/rk3568and are not compatible with other series. - Those with
flippyin the filename are manually uploaded kernels maintained and shared by flippy, while the others are automatically compiled online. - 这些是
Rockchip rk3528/rk3566/rk3568专用 BSP 内核,和其他系列不通用。 - 其中名字里带有
flippy的是手动上传的由 flippy 大佬维护制作分享的内核,其他是在线自动编译的。
kernel_rk3588
- These are dedicated BSP kernels for
Rockchip rk3588and are not compatible with other series. - Those with
flippyin the filename are manually uploaded kernels maintained and shared by flippy, while the others are automatically compiled online. - 这些是
Rockchip rk3588专用 BSP 内核,和其他系列不通用。 - 其中名字里带有
flippy的是手动上传的由 flippy 大佬维护制作分享的内核,其他是在线自动编译的。
kernel_h6
- These kernels can be used for Armbian and OpenWrt.
- These are dedicated kernels for
Allwinner H6 (TQC-A01)devices and are not compatible with other series. - 这些内核可用于 Armbian 和 OpenWrt。
- 这些是
全志 H6(TQC-A01)设备的专用内核,和其他系列不通用。
kernel_flippy
- This is the stable mainline kernel compile and shared by flippy, which can be used in both
ArmbianandOpenWrt. - It is interchangeable with the kernels in
kernel_stable,kernel_dev, andkernel_beta. - 这是 flippy 大佬编译和分享的稳定版主线内核,可以在
Armbian和OpenWrt里使用。 - 可以和
kernel_stable,kernel_dev,kernel_beta里的内核互换使用。
kernel_dev
- This is a stable mainline kernel natively compiled on the
Armbiansystem, and it can be used in bothArmbianandOpenWrt. - It is interchangeable with the kernels in
kernel_stable,kernel_flippy, andkernel_beta. - ✅ Previously, kernel_stable was an
ARM64kernel cross-compiled on anx86_64server, whilekernel_devwas anARM64kernel natively compiled on anArmbiansystem. Now,kernel_stableutilizes an Armbian system running in a Docker container for native compilation. Since the resulting kernel is identical tokernel_dev,kernel_devhas been discontinued. - 这是在
Armbian系统下原生编译的稳定版主线内核,可以在Armbian和OpenWrt里使用。 - 可以和
kernel_stable,kernel_flippy,kernel_beta里的内核互换使用。 - ✅ 以前 kernel_stable 是在
x86_64服务器中交叉编译的ARM64内核,而kernel_dev是在Armbian系统中原生编译的ARM64内核。现在kernel_stable已经启用 Docker 容器运行 Armbian 系统进行原生编译,编译的内核和kernel_dev完全相同,所以kernel_dev停止更新。
kernel_beta
- This is a beta kernel intended only for specific testing purposes. Do not use it unless you know what you are doing.
- 这是
测试版内核,仅用于特定需求的测试,不知情勿用。