LINUX.ORG.RU

История изменений

Исправление vbr, (текущая версия) :

Тебе loglevel-ы и надо поменять.

https://www.kernel.org/doc/Documentation/sysctl/kernel.txt

тут подробней можно почитать.

printk:

The four values in printk denote: console_loglevel,
default_message_loglevel, minimum_console_loglevel and
default_console_loglevel respectively.

These values influence printk() behavior when printing or
logging error messages. See 'man 2 syslog' for more info on
the different loglevels.

- console_loglevel: messages with a higher priority than
  this will be printed to the console
- default_message_loglevel: messages without an explicit priority
  will be printed with this priority
- minimum_console_loglevel: minimum (highest) value to which
  console_loglevel can be set
- default_console_loglevel: default value for console_loglevel

Если полностью надо отключить логгирование, то нуль надо поставить в 1, 3 и 4 позиции. Но тогда ты, наверное, не увидишь ничего при краше ядра, это не очень правильно.

Исправление vbr, :

Тебе loglevel-ы и надо поменять.

https://www.kernel.org/doc/Documentation/sysctl/kernel.txt

тут подробней можно почитать.

printk:

The four values in printk denote: console_loglevel,
default_message_loglevel, minimum_console_loglevel and
default_console_loglevel respectively.

These values influence printk() behavior when printing or
logging error messages. See 'man 2 syslog' for more info on
the different loglevels.

- console_loglevel: messages with a higher priority than
  this will be printed to the console
- default_message_loglevel: messages without an explicit priority
  will be printed with this priority
- minimum_console_loglevel: minimum (highest) value to which
  console_loglevel can be set
- default_console_loglevel: default value for console_loglevel

Если полностью надо отключить логгирование, то нуль надо поставить в 1 и 4 позиции. Но тогда ты, наверное, не увидишь ничего при краше ядра, это не очень правильно.

Исправление vbr, :

Тебе loglevel-ы и надо поменять.

https://www.kernel.org/doc/Documentation/sysctl/kernel.txt

тут подробней можно почитать.

printk:

The four values in printk denote: console_loglevel,
default_message_loglevel, minimum_console_loglevel and
default_console_loglevel respectively.

These values influence printk() behavior when printing or
logging error messages. See 'man 2 syslog' for more info on
the different loglevels.

- console_loglevel: messages with a higher priority than
  this will be printed to the console
- default_message_loglevel: messages without an explicit priority
  will be printed with this priority
- minimum_console_loglevel: minimum (highest) value to which
  console_loglevel can be set
- default_console_loglevel: default value for console_loglevel

Если полностью надо отключить логгирование, то нуль надо поставить в 1 и 4 позиции.

Исправление vbr, :

Тебе loglevel-ы и надо поменять.

https://www.kernel.org/doc/Documentation/sysctl/kernel.txt

тут подробней можно почитать.

printk:

The four values in printk denote: console_loglevel,
default_message_loglevel, minimum_console_loglevel and
default_console_loglevel respectively.

These values influence printk() behavior when printing or
logging error messages. See 'man 2 syslog' for more info on
the different loglevels.

- console_loglevel: messages with a higher priority than
  this will be printed to the console
- default_message_loglevel: messages without an explicit priority
  will be printed with this priority
- minimum_console_loglevel: minimum (highest) value to which
  console_loglevel can be set
- default_console_loglevel: default value for console_loglevel

Исходная версия vbr, :

Тебе loglevel-ы и надо поменять.

https://wiki.st.com/stm32mpu/wiki/Dmesg_and_Linux_kernel_log

тут подробней можно почитать.