Skip to content

Commit ff3ef2d

Browse files
authored
flash: QDL reset on flashing the kernel (#51)
* reboot * robusta
1 parent 630771c commit ff3ef2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/flash/kernel.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -e
2+
set -euo pipefail
33

44
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." >/dev/null && pwd)"
55
cd "$DIR"
@@ -25,3 +25,5 @@ else
2525
fi
2626
tools/bin/qdl flash boot "$BOOT_IMG"
2727
fi
28+
29+
tools/bin/qdl reset

0 commit comments

Comments
 (0)