reboot after flashing

This commit is contained in:
Adeeb Shihadeh
2026-05-05 11:45:19 -07:00
parent e200b92d88
commit 753eecd18e
3 changed files with 5 additions and 0 deletions

View File

@@ -14,3 +14,5 @@ done
tools/qdl flash boot $DIR/output/boot.img
tools/qdl flash system $DIR/output/system.img
tools/qdl reset
scripts/mdma.py reboot --missing-ok

View File

@@ -6,3 +6,5 @@ cd $DIR
scripts/mdma.py reboot-qdl --missing-ok
tools/qdl flash boot $DIR/output/boot.img
tools/qdl reset
scripts/mdma.py reboot --missing-ok

View File

@@ -7,3 +7,4 @@ cd $DIR
scripts/mdma.py reboot-qdl --missing-ok
tools/qdl flash system $DIR/output/system.img
tools/qdl reset
scripts/mdma.py reboot --missing-ok