-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathkernel-description.json
More file actions
20 lines (20 loc) · 880 Bytes
/
kernel-description.json
File metadata and controls
20 lines (20 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"rockchip-rk3588": {
"current": {
"fullname": "6.10 - Current Kernel",
"description": "Most stable mainline based kernel but not all features have been implemented yet."
},
"edge": {
"fullname": "6.11 - Edge Kernel",
"description": "Not all features have been implemented yet, but it works stable enough."
},
"legacy": {
"fullname": "5.10 - Legacy Kernel",
"description": "Old 5.10 kernel based on Rockchip BSP. Most of the board features are supported and it works quite for daily use. It is recommended to use the vendor kernel instead."
},
"vendor": {
"fullname": "6.1 - Vendor Kernel",
"description": "Based on Rockchip BSP. This kernel is newer than the legacy kernel v5.10.y and works stable too."
}
}
}