Skip to content

Commit

Permalink
Merge pull request #123 from sdier/sdier-patch-1
Browse files Browse the repository at this point in the history
Use 115200n8 for serial console to match what early boot (m1n1, u-boot, etc.) is using and what the Central Scrutinizer expects.
  • Loading branch information
tpwrules authored Dec 20, 2023
2 parents 275509b + 47d9e90 commit efc5d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple-silicon-support/modules/kernel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

boot.kernelParams = [
"earlycon"
"console=ttySAC0,1500000"
"console=ttySAC0,115200n8"
"console=tty0"
"boot.shell_on_fail"
# Apple's SSDs are slow (~dozens of ms) at processing flush requests which
Expand Down

0 comments on commit efc5d04

Please sign in to comment.