agnos updater UI (#21776)

* start agnos updater UI

* wifi

* progress

* sometimes things fail

* fix wifi

* in launch script

* fwd

* fwd stderr

* update that

* release files

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 14d26d6d89
This commit is contained in:
Adeeb Shihadeh
2021-07-29 15:57:58 -07:00
committed by GitHub
parent 5d94b9978f
commit f4708c153e
8 changed files with 225 additions and 27 deletions

View File

@@ -109,10 +109,7 @@ function tici_init {
# Check if AGNOS update is required
if [ $(< /VERSION) != "$AGNOS_VERSION" ]; then
MANIFEST="$DIR/selfdrive/hardware/tici/agnos.json"
$DIR/selfdrive/hardware/tici/agnos.py --swap $MANIFEST
sleep 1
sudo reboot
$DIR/selfdrive/hardware/tici/updater $DIR/selfdrive/hardware/tici/agnos.py $MANIFEST
fi
}