mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
remove kernel param
This commit is contained in:
parent
d73a60bd84
commit
8bca9e6d31
1 changed files with 2 additions and 5 deletions
|
|
@ -8,11 +8,8 @@
|
|||
|
||||
boot.consoleLogLevel = lib.mkDefault 7;
|
||||
|
||||
# The serial ports listed here are:
|
||||
# - ttyS0: for Tegra (Jetson TX1)
|
||||
# - ttyAMA0: for QEMU's -machine virt
|
||||
boot.kernelParams =
|
||||
[ "console=ttyS0,115200n8" "console=ttyAMA0,115200n8" "console=tty0" ];
|
||||
# https://github.com/raspberrypi/firmware/issues/1539#issuecomment-784498108
|
||||
boot.kernelParams = [ "console=ttyS0,115200n8" "console=tty0" ];
|
||||
|
||||
sdImage = {
|
||||
populateFirmwareCommands = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue