Compare commits

..

No commits in common. "793caf31dd0550cabaa88fc8f43dfcede485f39b" and "1232bedb4d9d0b0d28dfca292e10ba3dc22a3a9f" have entirely different histories.

4 changed files with 3 additions and 15 deletions

View File

@ -2,7 +2,7 @@
## 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).
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**.
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**.
This kernel aims to always be on the latest **Linux 6.1 LTS upstream release**.

View File

@ -433,6 +433,5 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-cpcm5-evb.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588s-cp4.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-cm5-test.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-cpcm5-genbook.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-cpcm5-lz.dtb
subdir-y := $(dts-dirs) overlay

View File

@ -40,8 +40,7 @@ echo "6. cm5-notebook"
echo "7. cm5-notebook-v20/genbook"
echo "8. cm5-8uart"
echo "9. cpnano"
echo "10. cm5-lz"
echo "11. Exit Script"
echo "10. Exit Script"
echo
read -rp "Option: " choice
@ -92,10 +91,6 @@ case $choice in
BOARD="cpnano"
;;
10)
echo "BOARD=cm5-lz"
BOARD="cm5-lz"
;;
11)
echo "exit"
exit 0
;;
@ -156,12 +151,6 @@ case "$BOARD" in
txt_config_file="config_cpcm5_8uart.txt"
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)
cfg="rv1106_cpnano_defconfig"
dtb="rv1106-cpnano.dtb"

View File

@ -1 +1 @@
0dc65dc2a32e7b0f2efd37267e00bba1f1be8c1a
50931c07729b77b211197680bced778592f45119