Jump to content
saeed soleimanifar

Disabling boot log levels on Tinker Edge R running Debian 10 (Buster)

Recommended Posts

Hi everyone,

I'm currently trying to disable the boot log levels on my Tinker Edge R board running Debian 10 (Buster). I've made the following modification to the `/boot/cmdline.txt` file:

 

console=ttyS0,115200 consoleblank=0 rootwait quiet loglevel=0

 

However, despite saving the changes, the boot log levels remain unchanged. I would greatly appreciate any assistance or guidance on how to achieve this.

Here is some additional information about my system:
- OS: Debian GNU/Linux 10 (Buster)
- OS Details: [Output of `cat /etc/os-release`]
  ```
  PRETTY_NAME="Debian GNU/Linux 10 (buster)"
  NAME="Debian GNU/Linux"
  VERSION_ID="10"
  VERSION="10 (buster)"
  VERSION_CODENAME=buster
  ID=debian
  HOME_URL="https://www.debian.org/"
  SUPPORT_URL="https://www.debian.org/support"
  BUG_REPORT_URL="https://bugs.debian.org/"
  ```

Thank you in advance for your help and suggestions!

Edited by saeed soleimanifar

Share this post


Link to post
Share on other sites

hello @tooz 
yes I mean the console log just when you power on the device . I don't want the printed lines of linux kernel I just want a blank screen and boot directly to LXDE desktop.

Share this post


Link to post
Share on other sites

@tooz Thanks that solved my problem.
Is there any other way of removing TinkerEdgeR boot logo instead of compiling the Debian kernel and replace using following

dd if=boot.img of=/dev/mmcblk1p4

 I also want to set HDMI default resolution to 1024*768 in booting Linux I see it is 1920*1080 by default and will change to 1024*768 after XDesktop starts.

Edited by saeed soleimanifar

Share this post


Link to post
Share on other sites

hello @saeed soleimanifar

12 hours ago, saeed soleimanifar said:

Is there any other way of removing TinkerEdgeR boot logo instead of compiling the Debian kernel and replace using following

 

the fastest way to remove the 6 logos while booting, without re-compiling the kernel is to add quiet in /boot/cmdline.txt:

consoleblank=1 quiet

 

13 hours ago, saeed soleimanifar said:

 I also want to set HDMI default resolution to 1024*768 in booting Linux I see it is 1920*1080 by default and will change to 1024*768 after XDesktop starts.

you can change it in monitor setting: toolbar >preferences> monitor settings

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...