Skip to content

Commit

Permalink
Help user more
Browse files Browse the repository at this point in the history
  • Loading branch information
penn5 committed May 23, 2019
1 parent 0bbe9e1 commit f0021a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def main(config, device, chip=""):
for addr, fil in images.items():
flasher.download_from_disk(os.path.join(os.path.dirname(config.name), fil.replace("/", os.path.sep)), addr)
print("Flash successful!")
print("Now unground the testpoint and use fastboot to recover your system.")

if __name__ == "__main__":
parser = argparse.ArgumentParser(epilog="""Copyright 2019 Penn Mackintosh
Expand Down

0 comments on commit f0021a3

Please sign in to comment.