You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Developer-Guide_Build-Switches.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,13 @@ Example:
320
320
./compile.sh SHARE_LOG=yes
321
321
```
322
322
323
+
**UBOOT_LOGLEVEL** ( `integer` )
324
+
325
+
-`0` to `9`: set U-Boot log verbosity level
326
+
-`6`: (default)
327
+
328
+
Controls the U-Boot bootloader log level during image building. Lower values produce less verbose output. This affects `CONFIG_LOGLEVEL` and `CONFIG_LOG_MAX_LEVEL` in U-Boot configuration.
329
+
323
330
# Build options below need to be retested and added above (COULD BE DEPRECATED)
324
331
325
332
:warning: DO NOT USE! Obsolete documentation, new documentation above is in progress.
0 commit comments