From 2fd9b38a6b2ab39d1d359ab4931ab9dab1aed9a1 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 17 Oct 2019 11:56:29 +1000 Subject: [PATCH] Removed extraneous character --- Hardware/raspberry_pi_3_model_B.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hardware/raspberry_pi_3_model_B.nix b/Hardware/raspberry_pi_3_model_B.nix index 557c546..9f08bb9 100644 --- a/Hardware/raspberry_pi_3_model_B.nix +++ b/Hardware/raspberry_pi_3_model_B.nix @@ -13,7 +13,7 @@ }; kernelPackages = pkgs.linuxPackages_latest; # For a Raspberry Pi 2 or 3) kernelParams = [ - "cma=32M"i # Needed for the virtual console to work on the RPi 3 + "cma=32M" # Needed for the virtual console to work on the RPi 3 "console=ttyS1,115200n8" # Enable the serial console ]; loader = {