sd-image-armv7l-multiplatform.nix: Add ttymxc0 to the list of consoles

Needed for the RS-232 port on Wandboard Quad (and presumably other boards
using the i.MX6 SoC).
This commit is contained in:
Tuomas Tynkkynen 2015-12-25 20:35:59 +02:00
parent e9b80f3972
commit b6621196e0

View File

@ -23,7 +23,7 @@ in
boot.loader.generic-extlinux-compatible.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = ["console=ttyS0,115200n8" "console=ttyAMA0,115200n8" "console=tty0"];
boot.kernelParams = ["console=ttyS0,115200n8" "console=ttymxc0,115200n8" "console=ttyAMA0,115200n8" "console=tty0"];
# FIXME: this probably should be in installation-device.nix
users.extraUsers.root.initialHashedPassword = "";