Files
agnos-builder/flash_system.sh
2026-03-08 14:32:52 -07:00

9 lines
162 B
Bash
Executable File

#!/usr/bin/env bash
set -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd $DIR
tools/qdl flash system $DIR/output/system.img
tools/qdl reset