We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
At a VisionFIve2 board, the default u-boot bootargs is used from https://github.com/riscv/meta-riscv/blob/master/recipes-bsp/u-boot/u-boot-starfive/uEnv-visionfive2.txt. That setting is including "debug" keyword. As a result, many systemd debug message output to serial console.
I recomend to remove "debug" from default bootarg setting.
Steps to reproduce the issue:
Describe the results you received: many systemd debug message output to serial console.
Describe the results you expected: Do not output many systemd debug message to serial console.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
At a VisionFIve2 board, the default u-boot bootargs is used from https://github.com/riscv/meta-riscv/blob/master/recipes-bsp/u-boot/u-boot-starfive/uEnv-visionfive2.txt. That setting is including "debug" keyword.
As a result, many systemd debug message output to serial console.
I recomend to remove "debug" from default bootarg setting.
Steps to reproduce the issue:
Describe the results you received:
many systemd debug message output to serial console.
Describe the results you expected:
Do not output many systemd debug message to serial console.
The text was updated successfully, but these errors were encountered: