Compare commits
3 Commits
1232bedb4d
...
793caf31dd
Author | SHA1 | Date | |
---|---|---|---|
793caf31dd | |||
f1c435472b | |||
![]() |
66780f1ab5 |
@ -2,7 +2,7 @@
|
|||||||
## Description
|
## Description
|
||||||
This kernel is based on the **rk-6.1-rkr5** branch of the **Armbian Rockchip Linux 6.1 LTS** kernel with patches sourced from the **linux-6.1-stan-rkr3.1** branch of the **CoolPi Linux 6.1 LTS** kernel to support **CoolPi** devices, including those that were recently dropped by the CoolPi vendor kernel (commit 4c7deae).
|
This kernel is based on the **rk-6.1-rkr5** branch of the **Armbian Rockchip Linux 6.1 LTS** kernel with patches sourced from the **linux-6.1-stan-rkr3.1** branch of the **CoolPi Linux 6.1 LTS** kernel to support **CoolPi** devices, including those that were recently dropped by the CoolPi vendor kernel (commit 4c7deae).
|
||||||
|
|
||||||
Additional patches for the **Armbian** and **CoolPi** kernels are applied as they are released. Patch commit status can be verified by either running the **build-kernel.sh** script or by referring to the files containing the patch commit hashes that the build script reads from: **armbian-rk-6.1-rkr5-patch-release** and **coolpi-linux-6.1-stan-rkr3.1-patch-release**.
|
Additional patches for the **Armbian** and **CoolPi** kernels are applied as they are released; modified as needed for functionality. Patch commit status can be verified by either running the **build-kernel.sh** script or by referring to the files containing the patch commit hashes that the build script reads from: **armbian-rk-6.1-rkr5-patch-release** and **coolpi-linux-6.1-stan-rkr3.1-patch-release**.
|
||||||
|
|
||||||
This kernel aims to always be on the latest **Linux 6.1 LTS upstream release**.
|
This kernel aims to always be on the latest **Linux 6.1 LTS upstream release**.
|
||||||
|
|
||||||
|
@ -433,5 +433,6 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-cpcm5-evb.dtb
|
|||||||
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-cp4.dtb
|
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-cp4.dtb
|
||||||
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-cm5-test.dtb
|
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-cm5-test.dtb
|
||||||
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-cpcm5-genbook.dtb
|
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-cpcm5-genbook.dtb
|
||||||
|
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-cpcm5-lz.dtb
|
||||||
|
|
||||||
subdir-y := $(dts-dirs) overlay
|
subdir-y := $(dts-dirs) overlay
|
||||||
|
@ -40,7 +40,8 @@ echo "6. cm5-notebook"
|
|||||||
echo "7. cm5-notebook-v20/genbook"
|
echo "7. cm5-notebook-v20/genbook"
|
||||||
echo "8. cm5-8uart"
|
echo "8. cm5-8uart"
|
||||||
echo "9. cpnano"
|
echo "9. cpnano"
|
||||||
echo "10. Exit Script"
|
echo "10. cm5-lz"
|
||||||
|
echo "11. Exit Script"
|
||||||
echo
|
echo
|
||||||
read -rp "Option: " choice
|
read -rp "Option: " choice
|
||||||
|
|
||||||
@ -91,6 +92,10 @@ case $choice in
|
|||||||
BOARD="cpnano"
|
BOARD="cpnano"
|
||||||
;;
|
;;
|
||||||
10)
|
10)
|
||||||
|
echo "BOARD=cm5-lz"
|
||||||
|
BOARD="cm5-lz"
|
||||||
|
;;
|
||||||
|
11)
|
||||||
echo "exit"
|
echo "exit"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
@ -151,6 +156,12 @@ case "$BOARD" in
|
|||||||
txt_config_file="config_cpcm5_8uart.txt"
|
txt_config_file="config_cpcm5_8uart.txt"
|
||||||
txt_extconf_file="extlinux_cpcm5_8uart.conf"
|
txt_extconf_file="extlinux_cpcm5_8uart.conf"
|
||||||
;;
|
;;
|
||||||
|
cm5-lz)
|
||||||
|
cfg="rk3588_cpcm5_lz_defconfig"
|
||||||
|
dtb="rk3588-cpcm5-lz.dtb"
|
||||||
|
txt_config_file="config_cpcm5_lz.txt"
|
||||||
|
txt_extconf_file="extlinux_cpcm5_lz.conf"
|
||||||
|
;;
|
||||||
cpnano)
|
cpnano)
|
||||||
cfg="rv1106_cpnano_defconfig"
|
cfg="rv1106_cpnano_defconfig"
|
||||||
dtb="rv1106-cpnano.dtb"
|
dtb="rv1106-cpnano.dtb"
|
||||||
|
@ -1 +1 @@
|
|||||||
50931c07729b77b211197680bced778592f45119
|
0dc65dc2a32e7b0f2efd37267e00bba1f1be8c1a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user