andker Posted March 9, 2021 Posted March 9, 2021 forgive me for asking such a seemingly stupid thing, but I can't find any info about it. i have a H6 Q+ tv box with Armbian_20.10_Arm-64_buster_current_5.9.0 on it, updated via apt-get update & upgrade but the kernel is still 5.9. now i've seen that the latest applicable image would be Armbian_21.05.0-trunk_Aw-h6-tv_buster_current_5.10.20, but i can't understand how to upgrade from sudo armbian-config - system - other i can switch only to "linux-image-current-arm-64=20.08 (5.7.16-arm-64)" or "linux-image-current-arm-64=20.07 (5.7.7-arm-64)". Is that correct? should I switch to one of these two? with cat /etc/armbian-release I get Quote # PLEASE DO NOT EDIT THIS FILE BOARD=arm-64 BOARD_NAME="ARM-64" BOARDFAMILY=arm-64 BUILD_REPOSITORY_URL=https://github.com/150balbes/Build-Armbian.git BUILD_REPOSITORY_COMMIT=62b8c07-dirty DISTRIBUTION_CODENAME=buster DISTRIBUTION_STATUS=supported VERSION=20.10 LINUXFAMILY=arm-64 BRANCH=current ARCH=arm64 IMAGE_TYPE=user-built BOARD_TYPE=conf INITRD_ARCH=arm64 KERNEL_IMAGE_TYPE=Image thank you very much
balbes150 Posted March 10, 2021 Posted March 10, 2021 14 часов назад, andker сказал: forgive me for asking such a seemingly stupid thing, but I can't find any info about it. i have a H6 Q+ tv box with Armbian_20.10_Arm-64_buster_current_5.9.0 on it, updated via apt-get update & upgrade but the kernel is still 5.9. now i've seen that the latest applicable image would be Armbian_21.05.0-trunk_Aw-h6-tv_buster_current_5.10.20, but i can't understand how to upgrade from sudo armbian-config - system - other i can switch only to "linux-image-current-arm-64=20.08 (5.7.16-arm-64)" or "linux-image-current-arm-64=20.07 (5.7.7-arm-64)". Is that correct? should I switch to one of these two? with cat /etc/armbian-release I get The version of the image you are using is not official and there are no kernel updates for it via network repositories. You can try to build the latest version of the kernel yourself (directly on the device itself from under the Armbian system) and manually install it.
chrisrer Posted January 8, 2023 Posted January 8, 2023 where i can find more informations or tutorials how i can build the kernel? can you guide me?
Werner Posted January 8, 2023 Posted January 8, 2023 4 hours ago, chrisrer said: tutorials how i can build the kernel? https://docs.armbian.com/Developer-Guide_Build-Preparation/ No guarantee that this will work with your device.
chrisrer Posted January 8, 2023 Posted January 8, 2023 in my device only legacy versions works........why jammy version not have legacy? all the other versions have......ill giv a try but its my first time
SteeMan Posted January 15, 2023 Posted January 15, 2023 The focus of armbian is supporting mainline linux. There really isn't any interest in supporting the legacy kernels. The legacy kernels are not supported and because of their age are full of known security vulnerabilities. However the build framework will let you build one if you need to.
Recommended Posts