doc: Add kernel 6.1 support in developer guide

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: I9473eb9be6b733da420ac2e58fabf12b3399c15d
This commit is contained in:
Herman Chen
2025-02-10 15:15:35 +08:00
parent 997cfe881d
commit 8e5af8901a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ MPP平台在系统架构的层次图如下图:
- 内核驱动层Kernel driver
Linux内核的编码器硬件设备驱动,以及相关的mmu,内存,时钟,电源管理模块等。支持的平台版本主要是Linux kernel 3.10、4.4、4.195.10。MPP库对于内核驱动有依赖。
Linux内核的编码器硬件设备驱动,以及相关的mmu,内存,时钟,电源管理模块等。支持的平台版本主要是Linux kernel 3.10、4.4、4.195.10和6.1。MPP库对于内核驱动有依赖。
- MPP层