ari1234 Posted November 19, 2022 Posted November 19, 2022 i want to build custom armbian image from git clone https://github.com/armbian/build ./compile.sh \ BOARD=orangepipcplus \ BRANCH=current \ BUILD_MINIMAL=yes \ BUILD_DESKTOP=no \ KERNEL_ONLY=no \ KERNEL_CONFIGURE=no \ EXTRAWIFI =yes \ BOOT_LOGO=yes \ COMPRESS_OUTPUTIMAGE=xz how can i disable u-boot message log and kernal log so no log or text will be displayed in hdmi screen i read somewhere that i need to add linux_silent or something like this 0 Quote
Werner Posted November 20, 2022 Posted November 20, 2022 I strongly suggest to not open any further topics for more or less the same reason since this is considered abusive behaviour. Regarding the building: There is no simply switch for build that turns off such messages. You have to dig into the code and adjust it. However I guess the easy route is to dig deeper into boot parameters to disable boot console output which then can be discussed in the other topic you created: 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.