mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Revert "enable uart console for kernel"
This reverts commit 5f94c31db1.
fixes #6
ttyAMA0 controls uart0, which can be used for bluetooth. If it is used
for bluetooth then we don't want to write a bunch of garbage to it.
This commit is contained in:
parent
24f5b92db8
commit
9f536c07d1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
boot.consoleLogLevel = lib.mkDefault 7;
|
||||
|
||||
# https://github.com/raspberrypi/firmware/issues/1539#issuecomment-784498108
|
||||
boot.kernelParams = [ "console=ttyAMA0,115200n8" "console=tty1" ];
|
||||
boot.kernelParams = [ "console=serial0,115200n8" "console=tty1" ];
|
||||
|
||||
sdImage = {
|
||||
populateFirmwareCommands = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue