Files
agnos-builder/flash_all.sh
T
Adeeb Shihadeh c59455d3f8 no internal (#271)
* no internal

* Update README.md

* testing

* rm private submodules

* do this the normal way now

* rm agnos-firmware

* add size

* fix mac

* files
2024-07-28 14:34:28 -07:00

15 lines
337 B
Bash
Executable File

#!/bin/bash
set -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd $DIR
# TODO: download firmware from firmware.json
#for part in aop abl xbl xbl_config devcfg; do
# tools/edl w ${part}_a $DIR/agnos-firmware/$part.bin
# tools/edl w ${part}_b $DIR/agnos-firmware/$part.bin
#done
./flash_kernel.sh
./flash_system.sh