mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 08:42:03 +08:00
12 lines
190 B
Bash
Executable File
12 lines
190 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
|
cd $DIR
|
|
|
|
fastboot format userdata
|
|
./flash_bootloader.sh
|
|
./flash_kernel.sh
|
|
./flash_system.sh
|
|
|
|
fastboot continue
|