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: 14d26d6d891865ca14a5242edce4b14f0912854e
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user