mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
debug flags
This commit is contained in:
parent
bf37d104ac
commit
abd1dacde2
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
config = {
|
config = {
|
||||||
boot.loader.grub.enable = false;
|
boot.loader.grub.enable = false;
|
||||||
|
|
||||||
boot.consoleLogLevel = lib.mkDefault 7;
|
boot.consoleLogLevel = lib.mkDefault 8;
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"rw"
|
"rw"
|
||||||
|
|
@ -23,6 +23,10 @@
|
||||||
"systemd.log_level=debug"
|
"systemd.log_level=debug"
|
||||||
"disable_splash"
|
"disable_splash"
|
||||||
"nomodeset"
|
"nomodeset"
|
||||||
|
"earlyprintk=serial,ttyS0,115200"
|
||||||
|
"initcall_debug"
|
||||||
|
"printk.time=1"
|
||||||
|
"drm.debug=0x1f"
|
||||||
];
|
];
|
||||||
|
|
||||||
netImage =
|
netImage =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue