lyh Posted yesterday at 01:49 AM Posted yesterday at 01:49 AM Hello, currently on Rock5B running Armbian 24, I am not seeing the U-Boot output logs during UART debugging. Where in the source code can I enable this? Thank you. 0 Quote
eselarm Posted 17 hours ago Posted 17 hours ago The first question is: What U-boot binary blob is written to your storage? In my installation, the U-boot binary blob is not written during upgrade. I do this myself with dd. Was originally some 2017 version. I always had all text displayed. The loglevel in armbianEnv.txt is for kernel, although mine is at 7, but that should not matter for U-boot AFAIK. I have a NanoPi-R6C (is RK3588S) but also several other Armbians, did apt update && apt upgrade yesterday (current branch). Now kernel 6.12.1 and also a newer U-boot. The version is listed in: /usr/share/doc/linux-u-boot-nanopi-r6c-current/changelog.gz mine is: Similar path specific for your Rock 5B. Should come from package 'linux-u-boot-rock-5b-current/bookworm 25.2.0-trunk.100 arm64' or later. The use configuration used for compile is: /usr/lib/u-boot/nanopi-r6c-rk3588s_defconfig Again, similar path specific for your Rock 5B. 0 Quote
Solution lyh Posted 13 hours ago Author Solution Posted 13 hours ago The issue has been resolved: set CONFIG_DISABLE_CONSOLE=n. think you! 0 Quote
eselarm Posted 11 hours ago Posted 11 hours ago Strange that this need to be changed. I see for mine: grep CONFIG_DISABLE_CONSOLE /usr/lib/u-boot/nanopi-r6c-rk3588s_defconfig # CONFIG_DISABLE_CONSOLE is not set 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.