diff --git a/scripts/transfer_kernel.py b/scripts/transfer_kernel.py index 15bf4ec21..7cc9a629b 100644 --- a/scripts/transfer_kernel.py +++ b/scripts/transfer_kernel.py @@ -102,7 +102,7 @@ def print_all_from_tty(): # Read output from raspi3 print_all_from_tty() p.advance_bytes(1) - tty.send("reboot\n".encode("utf-8")) + # tty.send("reboot\n".encode("utf-8")) class SerialSender: