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!