Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def run(self):
self.patch_uboot()
if boot_only:
log.info("Your Toon is now booting into a serial console")
if not cleanup_payload:
self.write_payload()
log.info("The payload is stored in the payload directory")
else:
log.info("Waiting for boot up")
self.write_payload()
Expand Down