Removed extraneous character
This commit is contained in:
parent
cde6d13c14
commit
2fd9b38a6b
|
@ -13,7 +13,7 @@
|
||||||
};
|
};
|
||||||
kernelPackages = pkgs.linuxPackages_latest; # For a Raspberry Pi 2 or 3)
|
kernelPackages = pkgs.linuxPackages_latest; # For a Raspberry Pi 2 or 3)
|
||||||
kernelParams = [
|
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
|
"console=ttyS1,115200n8" # Enable the serial console
|
||||||
];
|
];
|
||||||
loader = {
|
loader = {
|
||||||
|
|
Loading…
Reference in a new issue