mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	nanopc-t4: use kernelParams to set tty baud rate
we no longer support mingetty.serialSpeed.
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user