Skip to content

Releases: ophub/kernel

tools

21 May 07:42

Choose a tag to compare

  • 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 Ghost via 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

21 May 07:53

Choose a tag to compare

  • These are Mainline LTS(Long Term Support) kernels that provide stable support for Armbian and OpenWrt.
  • It works with most Amlogic, Rockchip, and Allwinner devices. For specific details, please refer to the instructions on the homepage of each system's repository.
  • 这些是主线 LTS(长期支持)内核,为 Armbian 和 OpenWrt 提供稳定的支持。
  • 适用于 amlogicrockchipallwinner 的大部分设备,具体可以参考各系统仓库首页的说明。

kernel_rk35xx

21 May 08:03

Choose a tag to compare

  • These are dedicated BSP kernels for Rockchip rk3528/rk3566/rk3568 and are not compatible with other series.
  • Those with flippy in 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

21 May 08:03

Choose a tag to compare

  • These are dedicated BSP kernels for Rockchip rk3588 and are not compatible with other series.
  • Those with flippy in 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

21 May 08:06

Choose a tag to compare

  • 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

21 May 07:01

Choose a tag to compare

  • This is the stable mainline kernel compile and shared by flippy, which can be used in both Armbian and OpenWrt.
  • It is interchangeable with the kernels in kernel_stable, kernel_dev, and kernel_beta.
  • 这是 flippy 大佬编译和分享的稳定版主线内核,可以在 ArmbianOpenWrt 里使用。
  • 可以和 kernel_stablekernel_devkernel_beta 里的内核互换使用。

kernel_dev

21 May 08:29

Choose a tag to compare

  • This is a stable mainline kernel natively compiled on the Armbian system, and it can be used in both Armbian and OpenWrt.
  • It is interchangeable with the kernels in kernel_stable, kernel_flippy, and kernel_beta.
  • ✅ Previously, kernel_stable was an ARM64 kernel cross-compiled on an x86_64 server, while kernel_dev was an ARM64 kernel natively compiled on an Armbian system. Now, kernel_stable utilizes an Armbian system running in a Docker container for native compilation. Since the resulting kernel is identical to kernel_dev, kernel_dev has been discontinued.
  • 这是在 Armbian 系统下原生编译的稳定版主线内核,可以在 ArmbianOpenWrt 里使用。
  • 可以和 kernel_stablekernel_flippykernel_beta 里的内核互换使用。
  • ✅ 以前 kernel_stable 是在 x86_64 服务器中交叉编译的 ARM64 内核,而 kernel_dev 是在 Armbian 系统中原生编译的 ARM64 内核。现在 kernel_stable 已经启用 Docker 容器运行 Armbian 系统进行原生编译,编译的内核和 kernel_dev 完全相同,所以 kernel_dev 停止更新。

kernel_beta

21 May 07:57

Choose a tag to compare

  • This is a beta kernel intended only for specific testing purposes. Do not use it unless you know what you are doing.
  • 这是测试版内核,仅用于特定需求的测试,不知情勿用。

dev

21 May 06:15

Choose a tag to compare

dev
  • The toolchain and related tools used for compiling the kernel.
  • 编译内核时用到的编译工具链等工具。