You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Rockchip rk3568/rk3399 series, such as r66s/r68s/h66k/h68k/eaidk-610 only support 6.x.y kernel
348
-
[[ "${SOC,,}"=="rk3568"||"${SOC,,}"=="rk3399" ]] && [[ "${inputs_kernel:0:2}"!="6." ]] && error_msg "Kernel [ ${inputs_kernel} ] is not available for this device."
349
-
# Rockchip rk3588 series, such as rock5b only support rk3588/5.10.y kernel
350
-
[[ "${SOC,,}"=="rk3588"&&"${inputs_kernel:0:5}"!="5.10." ]] && error_msg "Kernel [ ${inputs_kernel} ] is not available for this device."
357
+
if [[ "${SOC,,}"=="s905w" ]] && [[ "${inputs_kernel:0:5}"!="5.15."&&"${inputs_kernel:0:4}"!="5.4." ]];then
358
+
# Rockchip rk3568/rk3399 series, such as r66s/r68s/h66k/h68k/eaidk-610 only support 5.4.y/5.15.y kernel
359
+
error_msg "Kernel [ ${inputs_kernel} ] is not available for this device."
0 commit comments