delay after ramcode boot

This commit is contained in:
vc4
2023-10-24 17:22:19 +08:00
parent c0e0daeb6f
commit b5ea952d4c

View File

@@ -398,6 +398,7 @@ if __name__ == '__main__':
# stage 4. run ramcode
sys.stdout.write("Stage 4. Run ramcode: %s\n" %
transport.run_ramcode())
time.sleep(0.5) # delay for boot
# stage 5. set baud
sys.stdout.write("Stage 5. Set baud: ")