Mister-XY Posted November 6, 2022 Posted November 6, 2022 (edited) Hello, when I try to update the kernel via armbian-config (System -> Other ), I always get the message "Test installed failed. Can't change firmware". I use the Image "Armbian_22.08.5_Uefi-x86_bullseye_current_5.15.73" The /tmp/switch_kernel.log says the following linux-image-current-x86=22.08.6 linux-dtb-current-x86=22.08.6 Edited November 6, 2022 by Mister-XY 0 Quote
Igor Posted November 8, 2022 Posted November 8, 2022 On 11/6/2022 at 11:54 AM, Mister-XY said: I always get the message Fixed https://github.com/armbian/config/commit/9c793ad4c863af4b919ca4cf7f0afe5e777eb03f Coming soon with the regular update. 0 Quote
Mister-XY Posted November 13, 2022 Author Posted November 13, 2022 Thx, i have upgrade the kernel, because i have change the functions.sh file.But there are also problems with header. Is not possible to compile with debian. make warning: the compiler differs from the one used to build the kernel The kernel was built by: gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 You are using: gcc (Debian 10.2.1-6) 10.2.1 20210110 CC [M] /root/it87-it8688E/it87.o /root/it87-it8688E/it87.c: In function ‘get_temp_type’: /root/it87-it8688E/it87.c:1494:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 1494 | if (index < 3) | ^ /root/it87-it8688E/it87.c:1496:3: note: here 1496 | case it8655: | ^~~~ scripts/basic/fixdep: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by scripts/basic/fixdep) scripts/basic/fixdep: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by scripts/basic/fixdep) make[2]: *** [scripts/Makefile.build:289: /root/it87-it8688E/it87.o] Fehler 1 make[2]: *** Datei „/root/it87-it8688E/it87.o“ wird gelöscht make[1]: *** [Makefile:1898: /root/it87-it8688E] Fehler 2 make: *** [Makefile:71: modules] Fehler 2 0 Quote
Igor Posted November 18, 2022 Posted November 18, 2022 On 11/13/2022 at 7:05 AM, Mister-XY said: But there are also problems with header. Is not possible to compile with debian. Known problem, yes. We are working on solving it for some time, but don't know how far we got. @rpardini Are we addressing this problem in the armbian-next somehow? Basically we need to compile kernel + headers per distribution/gcc which means 4 x more kernels to build, pack and distribute. From around 40 to 160 kernels + headers packages. This will be a bit of a problem as we only have around 1000 CPU cores for CI compilation ... which is already on the edge. 0 Quote
Mister-XY Posted December 1, 2022 Author Posted December 1, 2022 How can i change to the new kernel 5.15.80 for bullseye? I don't see it under the other kernel Menu. 0 Quote
Solution Igor Posted December 1, 2022 Solution Posted December 1, 2022 26 minutes ago, Mister-XY said: How can i change to the new kernel 5.15.80 for bullseye? I don't see it under the other kernel Menu. In a couple of days once repository is updated and synced across download network. Or switching to beta repository ... which is good for testing not recommended for production. Kernel recompilation per release is not yet in function. I only tested it, but we don't have enough build hardware for native compilation. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.