Skip to content

Commit

Permalink
remove reboot from transfering
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen-tw committed Mar 18, 2021
1 parent b11abe7 commit 0eb0129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/transfer_kernel.py
Expand Up @@ -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:
Expand Down

0 comments on commit 0eb0129

Please sign in to comment.