Hi everyone, @jock
I upgrade with kernel 5.18.10. on SD-Card
There is again an error while install headers
Setting up linux-headers-edge-rockchip64 (22.08.0-trunk) ...
Compiling headers - please wait ...
scripts/sign-file.c: In function ‘display_openssl_errors’:
scripts/sign-file.c:89:9: warning: ‘ERR_get_error_line’ is deprecated: Since Ope nSSL 3.0 [-Wdeprecated-declarations]
89 | while ((e = ERR_get_error_line(&file, &line))) {
| ^~~~~
In file included from scripts/sign-file.c:29:
/usr/include/openssl/err.h:411:15: note: declared here
411 | unsigned long ERR_get_error_line(const char **file, int *line);
| ^~~~~~~~~~~~~~~~~~
scripts/sign-file.c: In function ‘drain_openssl_errors’:
scripts/sign-file.c:102:9: warning: ‘ERR_get_error_line’ is deprecated: Since Op enSSL 3.0 [-Wdeprecated-declarations]
102 | while (ERR_get_error_line(&file, &line)) {}
| ^~~~~
In file included from scripts/sign-file.c:29:
/usr/include/openssl/err.h:411:15: note: declared here
411 | unsigned long ERR_get_error_line(const char **file, int *line);
| ^~~~~~~~~~~~~~~~~~
scripts/sign-file.c: In function ‘read_private_key’:
scripts/sign-file.c:142:17: warning: ‘ENGINE_load_builtin_engines’ is deprecated : Since OpenSSL 3.0 [-Wdeprecated-declarations]
142 | ENGINE_load_builtin_engines();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from scripts/sign-file.c:30:
/usr/include/openssl/engine.h:358:28: note: declared here
358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
scripts/sign-file.c:144:17: warning: ‘ENGINE_by_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
144 | e = ENGINE_by_id("pkcs11");
| ^
In file included from scripts/sign-file.c:30:
/usr/include/openssl/engine.h:336:31: note: declared here
336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id);
| ^~~~~~~~~~~~
scripts/sign-file.c:146:17: warning: ‘ENGINE_init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
146 | if (ENGINE_init(e))
| ^~
In file included from scripts/sign-file.c:30:
/usr/include/openssl/engine.h:620:27: note: declared here
620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
| ^~~~~~~~~~~
scripts/sign-file.c:151:25: warning: ‘ENGINE_ctrl_cmd_string’ is deprecated: Sin ce OpenSSL 3.0 [-Wdeprecated-declarations]
151 | ERR(!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0),
| ^~~
In file included from scripts/sign-file.c:30:
/usr/include/openssl/engine.h:479:5: note: declared here
479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char * arg,
| ^~~~~~~~~~~~~~~~~~~~~~
scripts/sign-file.c:153:17: warning: ‘ENGINE_load_private_key’ is deprecated: Si nce OpenSSL 3.0 [-Wdeprecated-declarations]
153 | private_key = ENGINE_load_private_key(e, private_key_nam e,
| ^~~~~~~~~~~
In file included from scripts/sign-file.c:30:
/usr/include/openssl/engine.h:638:11: note: declared here
638 | EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
| ^~~~~~~~~~~~~~~~~~~~~~~
Processing triggers for initramfs-tools (0.140ubuntu13) ...
update-initramfs: Generating /boot/initrd.img-5.18.10-rockchip64
update-initramfs: Converting to u-boot format
N: Download is performed unsandboxed as root as file '/root/kernel_update/5.18.y /armbian-bsp-cli-rk3318-box_22.08.0-trunk_arm64.deb' couldn't be accessed by use r '_apt'. - pkgAcquire::Run (13: Permission denied)
Reboot fine, so I switch CPU freq to 1,3ghz
And system seem to be stable.. Wait and see.. EDIT: Freeze after 1H07 uptime.. Go back to 1ghz..
Great work has always.. Thank @jock 🥇
root@MX10-TvBox:~# uname -a
Linux MX10-TvBox 5.18.10-rockchip64 #trunk SMP PREEMPT Sat Jul 9 12:47:45 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
root@MX10-TvBox:~# neofetch
root@MX10-TvBox
---------------
█ █ █ █ █ █ █ █ █ █ █ OS: Armbian (22.08.0-trunk) aarch64
███████████████████████ Host: Rockchip RK3318 BOX
▄▄██ ██▄▄ Kernel: 5.18.10-rockchip64
▄▄██ ███████████ ██▄▄ Uptime: 31 mins
▄▄██ ██ ██ ██▄▄ Packages: 1390 (dpkg)
▄▄██ ██ ██ ██▄▄ Shell: bash 5.1.16
▄▄██ ██ ██ ██▄▄ Terminal: /dev/pts/1
▄▄██ █████████████ ██▄▄ CPU: (4) @ 1.296GHz
▄▄██ ██ ██ ██▄▄ Memory: 510MiB / 3973MiB
▄▄██ ██ ██ ██▄▄
▄▄██ ██ ██ ██▄▄
▄▄██ ██▄▄
███████████████████████
█ █ █ █ █ █ █ █ █ █ █
root@MX10-TvBox:~#