mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-16 04:12:05 +08:00
e200b92d88
* MDMA is a good time * fast * cleanup
10 lines
202 B
Bash
Executable File
10 lines
202 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
|
cd $DIR
|
|
|
|
scripts/mdma.py reboot-qdl --missing-ok
|
|
tools/qdl flash system $DIR/output/system.img
|
|
tools/qdl reset
|