Skip to content

Commit

Permalink
Merge pull request #342 from NixOS/nanopc-t4
Browse files Browse the repository at this point in the history
nanopc-t4: remove deprecated serial speed
  • Loading branch information
Mic92 committed Nov 25, 2021
2 parents 08cda8e + eafbea9 commit 2dfe8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion friendlyarm/nanopc-t4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
};

# UART debug console bitrates.
services.mingetty.serialSpeed = [ 1500000 115200 ];
boot.kernelParams = [ "console=ttyS2,1500000" ];

# Enable additional firmware (such as Wi-Fi drivers).
hardware.enableRedistributableFirmware = lib.mkDefault true;
Expand Down

0 comments on commit 2dfe8d5

Please sign in to comment.